taxtank-core 0.33.15 → 0.33.17
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +5 -5
- package/esm2022/common/public-api.mjs +1 -1
- package/esm2022/common/src/common.module.mjs +1 -1
- package/esm2022/common/src/db/enums/index.mjs +1 -1
- package/esm2022/common/src/db/enums/user/index.mjs +1 -1
- package/esm2022/common/src/db/enums/user/user-roles.enum.mjs +1 -1
- package/esm2022/common/src/db/index.mjs +1 -1
- package/esm2022/common/src/interceptors/jwt-interceptor.mjs +1 -1
- package/esm2022/common/src/services/auth/auth-messages.enum.mjs +1 -1
- package/esm2022/common/src/services/auth/auth-tokens.interface.mjs +1 -1
- package/esm2022/common/src/services/auth/auth.service.mjs +1 -1
- package/esm2022/common/src/services/auth/index.mjs +1 -1
- package/esm2022/common/src/services/auth/jwt-decoded.interface.mjs +1 -1
- package/esm2022/common/src/services/auth/jwt.service.mjs +1 -1
- package/esm2022/common/src/services/index.mjs +1 -1
- package/esm2022/common/src/services/mixpanel.service.mjs +1 -1
- package/esm2022/public-api.mjs +1 -1
- package/esm2022/src/lib/collections/account-setup-item.collection.mjs +1 -1
- package/esm2022/src/lib/collections/allocation-group.collection.mjs +1 -1
- package/esm2022/src/lib/collections/allocation-rule.collection.mjs +1 -1
- package/esm2022/src/lib/collections/asset-sale.collection.mjs +1 -1
- package/esm2022/src/lib/collections/bank-account.collection.mjs +1 -1
- package/esm2022/src/lib/collections/bank-transaction.collection.mjs +1 -1
- package/esm2022/src/lib/collections/chart-accounts.collection.mjs +1 -1
- package/esm2022/src/lib/collections/chat/chat.collection.mjs +1 -1
- package/esm2022/src/lib/collections/chat/index.mjs +1 -1
- package/esm2022/src/lib/collections/chat/message-document.collection.mjs +1 -1
- package/esm2022/src/lib/collections/chat/message.collection.mjs +1 -1
- package/esm2022/src/lib/collections/client-invite.collection.mjs +1 -1
- package/esm2022/src/lib/collections/client-movement.collection.mjs +1 -1
- package/esm2022/src/lib/collections/client-portfolio-report.collection.mjs +1 -1
- package/esm2022/src/lib/collections/client.collection.mjs +1 -1
- package/esm2022/src/lib/collections/collection-dictionary.mjs +1 -1
- package/esm2022/src/lib/collections/depreciation-forecast.collection.mjs +1 -1
- package/esm2022/src/lib/collections/depreciation.collection.mjs +1 -1
- package/esm2022/src/lib/collections/exportable.collection.mjs +1 -1
- package/esm2022/src/lib/collections/firm/employee-invite.collection.mjs +1 -1
- package/esm2022/src/lib/collections/firm/employee.collection.mjs +1 -1
- package/esm2022/src/lib/collections/firm/index.mjs +1 -1
- package/esm2022/src/lib/collections/holding/holding-sale.collection.mjs +1 -1
- package/esm2022/src/lib/collections/holding/holding-type.collection.mjs +1 -1
- package/esm2022/src/lib/collections/holding/holding.collection.mjs +1 -1
- package/esm2022/src/lib/collections/holding/index.mjs +1 -1
- package/esm2022/src/lib/collections/income-source/income-source-forecast.collection.mjs +1 -1
- package/esm2022/src/lib/collections/income-source/income-source.collection.mjs +1 -1
- package/esm2022/src/lib/collections/income-source/index.mjs +1 -1
- package/esm2022/src/lib/collections/index.mjs +1 -1
- package/esm2022/src/lib/collections/loan/index.mjs +1 -1
- package/esm2022/src/lib/collections/loan/loan-payment.collection.mjs +1 -1
- package/esm2022/src/lib/collections/loan/loan.collection.mjs +1 -1
- package/esm2022/src/lib/collections/property/index.mjs +1 -1
- package/esm2022/src/lib/collections/property/property-category-movement.collection.mjs +1 -1
- package/esm2022/src/lib/collections/property/property-sale/index.mjs +1 -1
- package/esm2022/src/lib/collections/property/property-sale/property-sale-tax-exemption-meta-field.collection.mjs +1 -1
- package/esm2022/src/lib/collections/property/property-sale/property-sale.collection.mjs +1 -1
- package/esm2022/src/lib/collections/property/property-share.collection.mjs +1 -1
- package/esm2022/src/lib/collections/property/property-valuation.collection.mjs +1 -1
- package/esm2022/src/lib/collections/property/property.collection.mjs +1 -1
- package/esm2022/src/lib/collections/property/tax-exemption.collection.mjs +1 -1
- package/esm2022/src/lib/collections/report/depreciation/depreciation-lvp-report-item.collection.mjs +1 -1
- package/esm2022/src/lib/collections/report/depreciation/depreciation-report-item.collection.mjs +1 -1
- package/esm2022/src/lib/collections/report/index.mjs +1 -1
- package/esm2022/src/lib/collections/report/property/property-report-item-depreciation.collection.mjs +1 -1
- package/esm2022/src/lib/collections/report/property/property-report-item-transaction.collection.mjs +1 -1
- package/esm2022/src/lib/collections/report/property/property-report-item.collection.mjs +1 -1
- package/esm2022/src/lib/collections/report/vehicle-expense/vehicle-expense.collection.mjs +1 -1
- package/esm2022/src/lib/collections/sole/index.mjs +2 -2
- package/esm2022/src/lib/collections/sole/sole-business-loss.collection.mjs +41 -0
- package/esm2022/src/lib/collections/sole/sole-invoice-item.collection.mjs +1 -1
- package/esm2022/src/lib/collections/sole/sole-invoice.collection.mjs +1 -1
- package/esm2022/src/lib/collections/subscription/index.mjs +1 -1
- package/esm2022/src/lib/collections/subscription/service-price.collection.mjs +1 -1
- package/esm2022/src/lib/collections/subscription/service-product.collection.mjs +1 -1
- package/esm2022/src/lib/collections/subscription/service-subscription.collection.mjs +1 -1
- package/esm2022/src/lib/collections/subscription/subscription-item.collection.mjs +1 -1
- package/esm2022/src/lib/collections/tax-review.collection.mjs +1 -1
- package/esm2022/src/lib/collections/tax-summary/index.mjs +1 -1
- package/esm2022/src/lib/collections/tax-summary/report-item.collection.mjs +1 -1
- package/esm2022/src/lib/collections/tax-summary/tax-return-categories.const.mjs +1 -1
- package/esm2022/src/lib/collections/transaction/index.mjs +1 -1
- package/esm2022/src/lib/collections/transaction/transaction-allocation.collection.mjs +1 -1
- package/esm2022/src/lib/collections/transaction/transaction-base.collection.mjs +1 -1
- package/esm2022/src/lib/collections/transaction/transaction.collection.mjs +1 -1
- package/esm2022/src/lib/collections/user/user.collection.mjs +1 -1
- package/esm2022/src/lib/collections/user-event-setting.collection.mjs +1 -1
- package/esm2022/src/lib/collections/user-event-type-collection.mjs +1 -1
- package/esm2022/src/lib/collections/vehicle/best-vehicle-logbook.collection.mjs +1 -1
- package/esm2022/src/lib/collections/vehicle/index.mjs +1 -1
- package/esm2022/src/lib/collections/vehicle/vehicle-claim.collection.mjs +1 -1
- package/esm2022/src/lib/collections/vehicle/vehicle-logbook.collection.mjs +1 -1
- package/esm2022/src/lib/core.module.mjs +1 -1
- package/esm2022/src/lib/db/Enums/address-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/allocation-rule-condition-comparison-operator.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/allocation-rule-condition-field.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/allocation-rule-condition-operator.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/allocation-rule-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/annual-frequency.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/bank/bank-account-status.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/bank/bank-account-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/bank/bank-connection-status.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/bank/bank-popular.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/bank/bank-provider.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/bank/bank-transaction-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/bank/index.mjs +1 -1
- package/esm2022/src/lib/db/Enums/bank/loan/index.mjs +1 -1
- package/esm2022/src/lib/db/Enums/bank/loan/loan-bank-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/bank/loan/loan-frequency.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/bank/loan/loan-interest-type-label.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/bank/loan/loan-interest-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/bank/loan/loan-payout-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/bank/loan/loan-repayment-frequency.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/bank/loan/loan-repayment-type-label.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/bank/loan/loan-repayment-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/bank/loan/loan-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/bank/loan/loan-vehicle-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/chart-accounts/chart-accounts-adjustment-included-list.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/chart-accounts/chart-accounts-category.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/chart-accounts/chart-accounts-etp.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/chart-accounts/chart-accounts-heading-list.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/chart-accounts/chart-accounts-heading-tax-deductible.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/chart-accounts/chart-accounts-heading-taxable.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/chart-accounts/chart-accounts-heading-vehicle-list.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/chart-accounts/chart-accounts-holding-untaxed-income-list.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/chart-accounts/chart-accounts-invoice.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/chart-accounts/chart-accounts-keep-sign.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/chart-accounts/chart-accounts-list.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/chart-accounts/chart-accounts-meta-field-list.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/chart-accounts/chart-accounts-meta-field-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/chart-accounts/chart-accounts-property-adjustments-list.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/chart-accounts/chart-accounts-salary-adjustments-list.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/chart-accounts/chart-accounts-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/chart-accounts/chart-accounts-unallocatable-list.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/chart-accounts/index.mjs +1 -1
- package/esm2022/src/lib/db/Enums/chat-status.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/client/client-details-medicare-exemption.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/client/client-details-work-depreciation-calculation.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/client/client-details-working-holiday-maker.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/client/client-invite-status.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/client/client-invite-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/client/index.mjs +1 -1
- package/esm2022/src/lib/db/Enums/client/timezone.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/depreciation-calculation-percent.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/depreciation-calculation.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/depreciation-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/depreciation-write-off-amount.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/document-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/file-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/firm/employee-invite-role.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/firm/firm-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/firm/index.mjs +1 -1
- package/esm2022/src/lib/db/Enums/holding/holding-type-category.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/holding/holding-type-exchange-list.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/holding/index.mjs +1 -1
- package/esm2022/src/lib/db/Enums/income-source/income-source-forecast-trust-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/income-source/income-source-type-list-holding.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/income-source/income-source-type-list-other.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/income-source/income-source-type-list-sole.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/income-source/income-source-type-list-work.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/income-source/income-source-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/income-source/index.mjs +1 -1
- package/esm2022/src/lib/db/Enums/index.mjs +1 -1
- package/esm2022/src/lib/db/Enums/invite-status.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/phone-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/property/property-category-list.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/property/property-depreciation-calculation.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/property/property-sale/tax-exemption-meta-field.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/property/property-sale/tax-exemption.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/property/property-share-access.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/property/property-share-status.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/registration-invite-status.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/salary-forecast-frequency.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/service-notification-status.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/service-notification-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/setup-item-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/sole-depreciation-method.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/sole-invoice-statuses.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/sole-invoice-tax-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/sole-invoice-template-tax-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/spare-document-spare-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/subscription/index.mjs +1 -1
- package/esm2022/src/lib/db/Enums/subscription/service-payment-method-card-brand.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/subscription/service-payment-method-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/subscription/service-payment-status.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/subscription/service-price-list.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/subscription/service-price-recurring-interval.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/subscription/service-price-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/subscription/service-product-id.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/subscription/service-product-status.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/subscription/service-subscription-status.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/tank-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/tax-calculation-medicare-exemption.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/tax-calculation-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/tax-return/index.mjs +1 -1
- package/esm2022/src/lib/db/Enums/tax-return/tax-return-category-list.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/tax-return/tax-return-category-section.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/tax-return/tax-return-item.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/tax-review-status.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/tax-summary-list.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/tax-summary-section.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/tax-summary-tax-summary.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/ticket-feedback.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/ticket-status.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/ticket-types.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/transaction-operation.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/transaction-source.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/transaction-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/user/gender.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/user/index.mjs +1 -1
- package/esm2022/src/lib/db/Enums/user-event-status.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/user-event-type-client-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/user-event-type-employee-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/user-event-type-frequency.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/user-event-type-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/user-event-type-user-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/user-medicare-exemption.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/user-status.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/user-title.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/user-work-depreciation-calculation.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/user-working-holiday-maker.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/vehicle-claim-details-method.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/vehicle-logbook-purpose.enum.mjs +1 -1
- package/esm2022/src/lib/db/Models/abstract-model.mjs +1 -1
- package/esm2022/src/lib/db/Models/address.mjs +1 -1
- package/esm2022/src/lib/db/Models/bank/bank-account-balance.mjs +1 -1
- package/esm2022/src/lib/db/Models/bank/bank-account-property.mjs +1 -1
- package/esm2022/src/lib/db/Models/bank/bank-account.mjs +1 -1
- package/esm2022/src/lib/db/Models/bank/bank-connection.mjs +1 -1
- package/esm2022/src/lib/db/Models/bank/bank-transaction-import.mjs +1 -1
- package/esm2022/src/lib/db/Models/bank/bank-transaction.mjs +1 -1
- package/esm2022/src/lib/db/Models/bank/bank.mjs +1 -1
- package/esm2022/src/lib/db/Models/bank/basiq-job-step.enum.mjs +1 -1
- package/esm2022/src/lib/db/Models/bank/basiq-job.mjs +1 -1
- package/esm2022/src/lib/db/Models/budget/budget-rule.mjs +1 -1
- package/esm2022/src/lib/db/Models/budget/budget.mjs +1 -1
- package/esm2022/src/lib/db/Models/budget/index.mjs +1 -1
- package/esm2022/src/lib/db/Models/chart-accounts/chart-accounts-depreciation.mjs +1 -1
- package/esm2022/src/lib/db/Models/chart-accounts/chart-accounts-heading.mjs +1 -1
- package/esm2022/src/lib/db/Models/chart-accounts/chart-accounts-meta-field.mjs +1 -1
- package/esm2022/src/lib/db/Models/chart-accounts/chart-accounts-value.mjs +1 -1
- package/esm2022/src/lib/db/Models/chart-accounts/chart-accounts.mjs +1 -1
- package/esm2022/src/lib/db/Models/client/annual-client-details.mjs +1 -1
- package/esm2022/src/lib/db/Models/client/client-details.mjs +1 -1
- package/esm2022/src/lib/db/Models/client/index.mjs +1 -1
- package/esm2022/src/lib/db/Models/client/occupation.mjs +1 -1
- package/esm2022/src/lib/db/Models/country.mjs +1 -1
- package/esm2022/src/lib/db/Models/depreciation/depreciation-capital-project.mjs +1 -1
- package/esm2022/src/lib/db/Models/depreciation/depreciation-forecast.mjs +1 -1
- package/esm2022/src/lib/db/Models/depreciation/depreciation.mjs +1 -1
- package/esm2022/src/lib/db/Models/document/document-folder.mjs +1 -1
- package/esm2022/src/lib/db/Models/document/folder-document.mjs +1 -1
- package/esm2022/src/lib/db/Models/document/property-document.mjs +1 -1
- package/esm2022/src/lib/db/Models/file.mjs +1 -1
- package/esm2022/src/lib/db/Models/firm/accountant/tax-review.mjs +1 -1
- package/esm2022/src/lib/db/Models/firm/accountant/ticket.mjs +1 -1
- package/esm2022/src/lib/db/Models/firm/chat.mjs +1 -1
- package/esm2022/src/lib/db/Models/firm/client-invite.mjs +1 -1
- package/esm2022/src/lib/db/Models/firm/client-movement.mjs +1 -1
- package/esm2022/src/lib/db/Models/firm/employee-invite.mjs +1 -1
- package/esm2022/src/lib/db/Models/firm/firm-invite.mjs +1 -1
- package/esm2022/src/lib/db/Models/firm/firm.mjs +1 -1
- package/esm2022/src/lib/db/Models/firm/message-document.mjs +1 -1
- package/esm2022/src/lib/db/Models/firm/message.mjs +1 -1
- package/esm2022/src/lib/db/Models/holding/holding-import.mjs +1 -1
- package/esm2022/src/lib/db/Models/holding/holding-sale.mjs +1 -1
- package/esm2022/src/lib/db/Models/holding/holding-type-exchange.mjs +1 -1
- package/esm2022/src/lib/db/Models/holding/holding-type.mjs +1 -1
- package/esm2022/src/lib/db/Models/holding/holding.mjs +1 -1
- package/esm2022/src/lib/db/Models/holding/index.mjs +1 -1
- package/esm2022/src/lib/db/Models/incomeSource/income-source-forecast.mjs +1 -1
- package/esm2022/src/lib/db/Models/incomeSource/income-source-type.mjs +1 -1
- package/esm2022/src/lib/db/Models/incomeSource/income-source.mjs +1 -1
- package/esm2022/src/lib/db/Models/incomeSource/salary-forecast.mjs +1 -1
- package/esm2022/src/lib/db/Models/index.mjs +1 -1
- package/esm2022/src/lib/db/Models/loan/borrowing-expense-loan.mjs +1 -1
- package/esm2022/src/lib/db/Models/loan/borrowing-expense.mjs +1 -1
- package/esm2022/src/lib/db/Models/loan/loan-payout.mjs +1 -1
- package/esm2022/src/lib/db/Models/loan/loan.mjs +1 -1
- package/esm2022/src/lib/db/Models/observable-model.mjs +1 -1
- package/esm2022/src/lib/db/Models/phone.mjs +1 -1
- package/esm2022/src/lib/db/Models/property/borrowing-report.mjs +1 -1
- package/esm2022/src/lib/db/Models/property/property-category-movement.mjs +1 -1
- package/esm2022/src/lib/db/Models/property/property-category.mjs +1 -1
- package/esm2022/src/lib/db/Models/property/property-forecast.mjs +1 -1
- package/esm2022/src/lib/db/Models/property/property-sale/property-sale-tax-exemption-meta-field.mjs +1 -1
- package/esm2022/src/lib/db/Models/property/property-sale/property-sale.mjs +1 -1
- package/esm2022/src/lib/db/Models/property/property-sale/tax-exemption-meta-field.mjs +1 -1
- package/esm2022/src/lib/db/Models/property/property-sale/tax-exemption.mjs +1 -1
- package/esm2022/src/lib/db/Models/property/property-share.mjs +1 -1
- package/esm2022/src/lib/db/Models/property/property-subscription.mjs +1 -1
- package/esm2022/src/lib/db/Models/property/property-valuation.mjs +1 -1
- package/esm2022/src/lib/db/Models/property/property.mjs +1 -1
- package/esm2022/src/lib/db/Models/service-notification.mjs +1 -1
- package/esm2022/src/lib/db/Models/setup-item.mjs +1 -1
- package/esm2022/src/lib/db/Models/sole/bas-report.mjs +1 -1
- package/esm2022/src/lib/db/Models/sole/sole-business-activity.mjs +1 -1
- package/esm2022/src/lib/db/Models/sole/sole-business-allocation.mjs +1 -1
- package/esm2022/src/lib/db/Models/sole/sole-business-loss-offset-rule.mjs +1 -1
- package/esm2022/src/lib/db/Models/sole/sole-business-loss.mjs +1 -1
- package/esm2022/src/lib/db/Models/sole/sole-business.mjs +1 -1
- package/esm2022/src/lib/db/Models/sole/sole-contact.mjs +1 -1
- package/esm2022/src/lib/db/Models/sole/sole-depreciation-method.mjs +1 -1
- package/esm2022/src/lib/db/Models/sole/sole-details.mjs +3 -3
- package/esm2022/src/lib/db/Models/sole/sole-forecast.mjs +1 -1
- package/esm2022/src/lib/db/Models/sole/sole-invoice-item.mjs +1 -1
- package/esm2022/src/lib/db/Models/sole/sole-invoice-template.mjs +1 -1
- package/esm2022/src/lib/db/Models/sole/sole-invoice.mjs +1 -1
- package/esm2022/src/lib/db/Models/spare/spare-document-category.mjs +1 -1
- package/esm2022/src/lib/db/Models/spare/spare-document.mjs +1 -1
- package/esm2022/src/lib/db/Models/subscription/service-payment-method.mjs +1 -1
- package/esm2022/src/lib/db/Models/subscription/service-payment.mjs +1 -1
- package/esm2022/src/lib/db/Models/subscription/service-price.mjs +1 -1
- package/esm2022/src/lib/db/Models/subscription/service-product.mjs +1 -1
- package/esm2022/src/lib/db/Models/subscription/service-subscription-item.mjs +1 -1
- package/esm2022/src/lib/db/Models/subscription/service-subscription.mjs +1 -1
- package/esm2022/src/lib/db/Models/tax-calculation.mjs +1 -1
- package/esm2022/src/lib/db/Models/tax-return/index.mjs +1 -1
- package/esm2022/src/lib/db/Models/tax-return/tax-return-category.mjs +1 -1
- package/esm2022/src/lib/db/Models/tax-return/tax-return-item.mjs +1 -1
- package/esm2022/src/lib/db/Models/tax-return/tax-return.mjs +1 -1
- package/esm2022/src/lib/db/Models/transaction/allocation-rule-condition.mjs +1 -1
- package/esm2022/src/lib/db/Models/transaction/allocation-rule-transaction-meta-field.mjs +1 -1
- package/esm2022/src/lib/db/Models/transaction/allocation-rule-transaction.mjs +1 -1
- package/esm2022/src/lib/db/Models/transaction/allocation-rule.mjs +1 -1
- package/esm2022/src/lib/db/Models/transaction/transaction-allocation.mjs +1 -1
- package/esm2022/src/lib/db/Models/transaction/transaction-base.mjs +1 -1
- package/esm2022/src/lib/db/Models/transaction/transaction-meta-field.mjs +1 -1
- package/esm2022/src/lib/db/Models/transaction/transaction.mjs +1 -1
- package/esm2022/src/lib/db/Models/user/employee-details.mjs +1 -1
- package/esm2022/src/lib/db/Models/user/registration-invite.mjs +1 -1
- package/esm2022/src/lib/db/Models/user/user-event-setting.mjs +1 -1
- package/esm2022/src/lib/db/Models/user/user-event-type-category.mjs +1 -1
- package/esm2022/src/lib/db/Models/user/user-event-type.mjs +1 -1
- package/esm2022/src/lib/db/Models/user/user-event.mjs +1 -1
- package/esm2022/src/lib/db/Models/user/user.mjs +1 -1
- package/esm2022/src/lib/db/Models/vehicle/vehicle-claim-details.mjs +1 -1
- package/esm2022/src/lib/db/Models/vehicle/vehicle-claim.mjs +3 -3
- package/esm2022/src/lib/db/Models/vehicle/vehicle-logbook.mjs +1 -1
- package/esm2022/src/lib/db/Models/vehicle/vehicle.mjs +1 -1
- package/esm2022/src/lib/db-static/chart-accounts/chart-accounts-values.mjs +1 -1
- package/esm2022/src/lib/forms/abstract.form.mjs +1 -1
- package/esm2022/src/lib/forms/address/address.form.mjs +1 -1
- package/esm2022/src/lib/forms/address/index.mjs +1 -1
- package/esm2022/src/lib/forms/bank/bank-account/bank-account-add-manual.form.mjs +1 -1
- package/esm2022/src/lib/forms/bank/bank-account/bank-account-allocation.form.mjs +1 -1
- package/esm2022/src/lib/forms/bank/bank-account/bank-account-import.form.mjs +1 -1
- package/esm2022/src/lib/forms/bank/bank-account/bank-account-properties.form.mjs +1 -1
- package/esm2022/src/lib/forms/bank/bank-account/bank-accounts-import.form.mjs +1 -1
- package/esm2022/src/lib/forms/budget/budget.form.mjs +1 -1
- package/esm2022/src/lib/forms/budget/index.mjs +1 -1
- package/esm2022/src/lib/forms/chart-accounts/chart-accounts.form.mjs +1 -1
- package/esm2022/src/lib/forms/chart-accounts/index.mjs +1 -1
- package/esm2022/src/lib/forms/chat/chat-filter.form.mjs +1 -1
- package/esm2022/src/lib/forms/chat/index.mjs +1 -1
- package/esm2022/src/lib/forms/client/annual-client-details.form.mjs +1 -1
- package/esm2022/src/lib/forms/client/capital-loss.form.mjs +1 -1
- package/esm2022/src/lib/forms/client/index.mjs +1 -1
- package/esm2022/src/lib/forms/collection.form.mjs +1 -1
- package/esm2022/src/lib/forms/depreciation/depreciation.form.mjs +1 -1
- package/esm2022/src/lib/forms/depreciation/index.mjs +1 -1
- package/esm2022/src/lib/forms/document-folder/document-folder.form.mjs +1 -1
- package/esm2022/src/lib/forms/document-folder/document.form.mjs +1 -1
- package/esm2022/src/lib/forms/document-folder/index.mjs +1 -1
- package/esm2022/src/lib/forms/firm/client-invite-put.form.mjs +1 -1
- package/esm2022/src/lib/forms/firm/client-invite.form.mjs +1 -1
- package/esm2022/src/lib/forms/firm/client-movement.form.mjs +1 -1
- package/esm2022/src/lib/forms/firm/employee-details.form.mjs +1 -1
- package/esm2022/src/lib/forms/firm/employee-invite.form.mjs +1 -1
- package/esm2022/src/lib/forms/firm/firm-branch.form.mjs +1 -1
- package/esm2022/src/lib/forms/firm/firm-invite.form.mjs +1 -1
- package/esm2022/src/lib/forms/firm/firm.form.mjs +1 -1
- package/esm2022/src/lib/forms/firm/index.mjs +1 -1
- package/esm2022/src/lib/forms/form-validations.enum.mjs +1 -1
- package/esm2022/src/lib/forms/holding/holding-import.form.mjs +1 -1
- package/esm2022/src/lib/forms/holding/holding-reinvest.form.mjs +2 -2
- package/esm2022/src/lib/forms/holding/holding-sale.form.mjs +1 -1
- package/esm2022/src/lib/forms/holding/holding-type.form.mjs +1 -1
- package/esm2022/src/lib/forms/holding/holding.form.mjs +1 -1
- package/esm2022/src/lib/forms/holding/index.mjs +1 -1
- package/esm2022/src/lib/forms/index.mjs +1 -1
- package/esm2022/src/lib/forms/loan/index.mjs +1 -1
- package/esm2022/src/lib/forms/loan/loan.form.mjs +1 -1
- package/esm2022/src/lib/forms/login/login.form.mjs +1 -1
- package/esm2022/src/lib/forms/phone/index.mjs +1 -1
- package/esm2022/src/lib/forms/phone/phone.form.mjs +1 -1
- package/esm2022/src/lib/forms/property/borrowing-report.form.mjs +1 -1
- package/esm2022/src/lib/forms/property/index.mjs +1 -1
- package/esm2022/src/lib/forms/property/property-add.form.mjs +1 -1
- package/esm2022/src/lib/forms/property/property-category-movement-form.mjs +1 -1
- package/esm2022/src/lib/forms/property/property-document.form.mjs +1 -1
- package/esm2022/src/lib/forms/property/property-edit.form.mjs +1 -1
- package/esm2022/src/lib/forms/property/property-forecast.form.mjs +1 -1
- package/esm2022/src/lib/forms/property/property-sale/index.mjs +1 -1
- package/esm2022/src/lib/forms/property/property-sale/property-sale-cost-base.form.mjs +1 -1
- package/esm2022/src/lib/forms/property/property-sale/property-sale-cost-sale.form.mjs +1 -1
- package/esm2022/src/lib/forms/property/property-sale/property-sale-exemptions.form.mjs +1 -1
- package/esm2022/src/lib/forms/property/property-share.form.mjs +1 -1
- package/esm2022/src/lib/forms/property/property-valuation.form.mjs +1 -1
- package/esm2022/src/lib/forms/register/register-client.form.mjs +1 -1
- package/esm2022/src/lib/forms/register/register-firm.form.mjs +1 -1
- package/esm2022/src/lib/forms/report/my-tax/index.mjs +1 -1
- package/esm2022/src/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-details/my-tax-business-details.form.mjs +1 -1
- package/esm2022/src/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-income/my-tax-business-income.form.mjs +1 -1
- package/esm2022/src/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-income-or-losses.form.mjs +1 -1
- package/esm2022/src/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-losses/my-tax-business-losses.form.mjs +1 -1
- package/esm2022/src/lib/forms/report/my-tax/my-tax-cgt.form.mjs +1 -1
- package/esm2022/src/lib/forms/report/my-tax/my-tax-deductions.form.mjs +1 -1
- package/esm2022/src/lib/forms/report/my-tax/my-tax-dividends.form.mjs +1 -1
- package/esm2022/src/lib/forms/report/my-tax/my-tax-income-statements.form.mjs +1 -1
- package/esm2022/src/lib/forms/report/my-tax/my-tax-income-tests.form.mjs +1 -1
- package/esm2022/src/lib/forms/report/my-tax/my-tax-interest.form.mjs +1 -1
- package/esm2022/src/lib/forms/report/my-tax/my-tax-losses.form.mjs +1 -1
- package/esm2022/src/lib/forms/report/my-tax/my-tax-medicare.form.mjs +1 -1
- package/esm2022/src/lib/forms/report/my-tax/my-tax-offsets.form.mjs +1 -1
- package/esm2022/src/lib/forms/report/my-tax/my-tax-other-income.form.mjs +1 -1
- package/esm2022/src/lib/forms/report/my-tax/my-tax-partnerships-and-trusts.form.mjs +1 -1
- package/esm2022/src/lib/forms/report/my-tax/my-tax-rent.form.mjs +1 -1
- package/esm2022/src/lib/forms/sole/bas-report.form.mjs +1 -1
- package/esm2022/src/lib/forms/sole/index.mjs +1 -1
- package/esm2022/src/lib/forms/sole/invoice-payment.form.mjs +1 -1
- package/esm2022/src/lib/forms/sole/sole-business-allocations.form.mjs +1 -1
- package/esm2022/src/lib/forms/sole/sole-business-loss.form.mjs +1 -1
- package/esm2022/src/lib/forms/sole/sole-business.form.mjs +1 -1
- package/esm2022/src/lib/forms/sole/sole-contact.form.mjs +1 -1
- package/esm2022/src/lib/forms/sole/sole-depreciation-method.form.mjs +1 -1
- package/esm2022/src/lib/forms/sole/sole-details.form.mjs +1 -1
- package/esm2022/src/lib/forms/sole/sole-invoice-item.form.mjs +1 -1
- package/esm2022/src/lib/forms/sole/sole-invoice-template.form.mjs +1 -1
- package/esm2022/src/lib/forms/sole/sole-invoice.form.mjs +1 -1
- package/esm2022/src/lib/forms/tax-review/index.mjs +1 -1
- package/esm2022/src/lib/forms/tax-review/tax-review-filter-status.enum.mjs +1 -1
- package/esm2022/src/lib/forms/tax-review/tax-review-filter.form.mjs +1 -1
- package/esm2022/src/lib/forms/transaction/allocation-rule-condition.form.mjs +1 -1
- package/esm2022/src/lib/forms/transaction/allocation-rule-transaction-meta-field.form.mjs +1 -1
- package/esm2022/src/lib/forms/transaction/allocation-rule-transaction.form.mjs +1 -1
- package/esm2022/src/lib/forms/transaction/allocation-rule.form.mjs +1 -1
- package/esm2022/src/lib/forms/transaction/holding/holding-income.form.mjs +1 -1
- package/esm2022/src/lib/forms/transaction/index.mjs +1 -1
- package/esm2022/src/lib/forms/transaction/messages.enum.mjs +1 -1
- package/esm2022/src/lib/forms/transaction/sole/sole-income.form.mjs +1 -1
- package/esm2022/src/lib/forms/transaction/sole/sole-transaction.form.mjs +1 -1
- package/esm2022/src/lib/forms/transaction/transaction-base-filter.form.mjs +1 -1
- package/esm2022/src/lib/forms/transaction/transaction-base.form.mjs +1 -1
- package/esm2022/src/lib/forms/transaction/transaction.form.mjs +1 -1
- package/esm2022/src/lib/forms/transaction/work/work-expense.form.mjs +1 -1
- package/esm2022/src/lib/forms/transaction/work/work-income.form.mjs +1 -1
- package/esm2022/src/lib/forms/transaction/work/work-transaction.form.mjs +1 -1
- package/esm2022/src/lib/forms/user/client-details.form.mjs +1 -1
- package/esm2022/src/lib/forms/user/index.mjs +1 -1
- package/esm2022/src/lib/forms/user/password.form.mjs +1 -1
- package/esm2022/src/lib/forms/user/reset-password.form.mjs +1 -1
- package/esm2022/src/lib/forms/user/user-invite.form.mjs +1 -1
- package/esm2022/src/lib/forms/user/user.form.mjs +1 -1
- package/esm2022/src/lib/forms/vehicle/index.mjs +1 -1
- package/esm2022/src/lib/forms/vehicle/vehicle-claim-details.form.mjs +1 -1
- package/esm2022/src/lib/forms/vehicle/vehicle-claim.form.mjs +1 -1
- package/esm2022/src/lib/forms/vehicle/vehicle-logbook.form.mjs +1 -1
- package/esm2022/src/lib/forms/vehicle/vehicle.form.mjs +1 -1
- package/esm2022/src/lib/functions/array/to-array.mjs +1 -1
- package/esm2022/src/lib/functions/clone-deep.mjs +1 -1
- package/esm2022/src/lib/functions/create-date.mjs +1 -1
- package/esm2022/src/lib/functions/get-doc-icon.mjs +1 -1
- package/esm2022/src/lib/functions/mat-sort-options.mjs +1 -1
- package/esm2022/src/lib/interceptors/basiq-client-id.interceptor.mjs +1 -1
- package/esm2022/src/lib/interceptors/basiq-token.interceptor.mjs +1 -1
- package/esm2022/src/lib/interceptors/preloader.interceptor.mjs +1 -1
- package/esm2022/src/lib/interceptors/rewardful.interceptor.mjs +1 -1
- package/esm2022/src/lib/interceptors/user-switcher-interceptor.mjs +1 -1
- package/esm2022/src/lib/interfaces/asset-entity-type.enum.mjs +1 -1
- package/esm2022/src/lib/interfaces/asset.interface.mjs +1 -1
- package/esm2022/src/lib/interfaces/document.interface.mjs +1 -1
- package/esm2022/src/lib/interfaces/documentable.interface.mjs +1 -1
- package/esm2022/src/lib/interfaces/expense.interface.mjs +1 -1
- package/esm2022/src/lib/interfaces/income-source-forecast.interface.mjs +1 -1
- package/esm2022/src/lib/interfaces/index.mjs +1 -1
- package/esm2022/src/lib/interfaces/tank.interface.mjs +1 -1
- package/esm2022/src/lib/interfaces/updatable.interface.mjs +1 -1
- package/esm2022/src/lib/messages/index.mjs +1 -1
- package/esm2022/src/lib/messages/messages.enum.mjs +1 -1
- package/esm2022/src/lib/models/account-setup/account-setup-item.mjs +1 -1
- package/esm2022/src/lib/models/account-setup/account-setup-items.enum.mjs +1 -1
- package/esm2022/src/lib/models/address/index.mjs +1 -1
- package/esm2022/src/lib/models/address/states.enum.mjs +1 -1
- package/esm2022/src/lib/models/asset-sale.mjs +1 -1
- package/esm2022/src/lib/models/bank/allocation-group.mjs +1 -1
- package/esm2022/src/lib/models/bank/bank-account-chart-data.mjs +1 -1
- package/esm2022/src/lib/models/bank/bank-account-property.mjs +1 -1
- package/esm2022/src/lib/models/bank/bank-account-types.const.mjs +1 -1
- package/esm2022/src/lib/models/bank/bank-account.mjs +1 -1
- package/esm2022/src/lib/models/bank/bank-connection.mjs +1 -1
- package/esm2022/src/lib/models/bank/bank-external-stats.mjs +1 -1
- package/esm2022/src/lib/models/bank/bank-transaction-chart-data.mjs +1 -1
- package/esm2022/src/lib/models/bank/bank-transaction-summary-fields.enum.mjs +1 -1
- package/esm2022/src/lib/models/bank/bank-transaction.mjs +1 -1
- package/esm2022/src/lib/models/bank/bank.mjs +1 -1
- package/esm2022/src/lib/models/bank/basiq/basiq-config.mjs +1 -1
- package/esm2022/src/lib/models/bank/basiq/basiq-connection-data.interface.mjs +1 -1
- package/esm2022/src/lib/models/bank/basiq/basiq-connections-response.interface.mjs +1 -1
- package/esm2022/src/lib/models/bank/basiq/basiq-job-response.mjs +1 -1
- package/esm2022/src/lib/models/bank/basiq/basiq-job-step.mjs +1 -1
- package/esm2022/src/lib/models/bank/basiq/basiq-job.mjs +1 -1
- package/esm2022/src/lib/models/bank/basiq/basiq-token-response.interface.mjs +1 -1
- package/esm2022/src/lib/models/bank/basiq/basiq-token.mjs +1 -1
- package/esm2022/src/lib/models/bank/basiq/index.mjs +1 -1
- package/esm2022/src/lib/models/bank/index.mjs +1 -1
- package/esm2022/src/lib/models/bank/type-loan.const.mjs +1 -1
- package/esm2022/src/lib/models/borrowing-expense/borrowing-expense-loan.mjs +1 -1
- package/esm2022/src/lib/models/borrowing-expense/borrowing-expense.mjs +1 -1
- package/esm2022/src/lib/models/borrowing-expense/index.mjs +1 -1
- package/esm2022/src/lib/models/budget/budget-rule.mjs +1 -1
- package/esm2022/src/lib/models/budget/budget.mjs +1 -1
- package/esm2022/src/lib/models/budget/index.mjs +1 -1
- package/esm2022/src/lib/models/chart-accounts/chart-accounts-category.e-collection.mjs +1 -1
- package/esm2022/src/lib/models/chart-accounts/chart-accounts-depreciation.mjs +1 -1
- package/esm2022/src/lib/models/chart-accounts/chart-accounts-value.mjs +1 -1
- package/esm2022/src/lib/models/chart-accounts/index.mjs +1 -1
- package/esm2022/src/lib/models/chat/chat-view-type.enum.mjs +1 -1
- package/esm2022/src/lib/models/chat/index.mjs +1 -1
- package/esm2022/src/lib/models/client/annual-client-details.mjs +1 -1
- package/esm2022/src/lib/models/client/capital-loss.interface.mjs +1 -1
- package/esm2022/src/lib/models/client/capital-loss.mjs +1 -1
- package/esm2022/src/lib/models/client/client-details.mjs +1 -1
- package/esm2022/src/lib/models/client/client-portfolio-chart-data.mjs +1 -1
- package/esm2022/src/lib/models/client/client-portfolio-report.mjs +1 -1
- package/esm2022/src/lib/models/client/index.mjs +1 -1
- package/esm2022/src/lib/models/depreciation/depreciation-capital-project.mjs +1 -1
- package/esm2022/src/lib/models/depreciation/depreciation-forecast.mjs +1 -1
- package/esm2022/src/lib/models/depreciation/depreciation-group-item.mjs +1 -1
- package/esm2022/src/lib/models/depreciation/depreciation-group.enum.mjs +1 -1
- package/esm2022/src/lib/models/depreciation/depreciation-group.mjs +1 -1
- package/esm2022/src/lib/models/depreciation/depreciation-groups.const.mjs +1 -1
- package/esm2022/src/lib/models/depreciation/depreciation-lvp-rate.enum.mjs +1 -1
- package/esm2022/src/lib/models/depreciation/depreciation.mjs +1 -1
- package/esm2022/src/lib/models/depreciation/index.mjs +1 -1
- package/esm2022/src/lib/models/dictionary/dictionary.mjs +1 -1
- package/esm2022/src/lib/models/dictionary/index.mjs +1 -1
- package/esm2022/src/lib/models/document/document-api-url-prefix.enum.mjs +1 -1
- package/esm2022/src/lib/models/document/document-file-types.const.mjs +1 -1
- package/esm2022/src/lib/models/document/document-folder.mjs +1 -1
- package/esm2022/src/lib/models/document/document.mjs +1 -1
- package/esm2022/src/lib/models/document/index.mjs +1 -1
- package/esm2022/src/lib/models/employee/employee-details.mjs +1 -1
- package/esm2022/src/lib/models/event/app-event-type.enum.mjs +15 -19
- package/esm2022/src/lib/models/event/app-event.mjs +1 -1
- package/esm2022/src/lib/models/event/index.mjs +1 -1
- package/esm2022/src/lib/models/export/export-cell-type.enum.mjs +1 -1
- package/esm2022/src/lib/models/export/export-cell.mjs +1 -1
- package/esm2022/src/lib/models/export/export-data-table.mjs +1 -1
- package/esm2022/src/lib/models/export/export-format.enum.mjs +1 -1
- package/esm2022/src/lib/models/file/file.mjs +1 -1
- package/esm2022/src/lib/models/file/icons-file.enum.mjs +1 -1
- package/esm2022/src/lib/models/file/index.mjs +1 -1
- package/esm2022/src/lib/models/financial-year/index.mjs +1 -1
- package/esm2022/src/lib/models/financial-year/months.const.mjs +1 -1
- package/esm2022/src/lib/models/firm/firm-branch.interface.mjs +1 -1
- package/esm2022/src/lib/models/firm/firm-branch.mjs +1 -1
- package/esm2022/src/lib/models/firm/index.mjs +1 -1
- package/esm2022/src/lib/models/holding/holding-import.mjs +1 -1
- package/esm2022/src/lib/models/holding/holding-reinvest.mjs +1 -1
- package/esm2022/src/lib/models/holding/holding-sale.mjs +1 -1
- package/esm2022/src/lib/models/holding/holding-type-exchange.mjs +1 -1
- package/esm2022/src/lib/models/holding/holding-type.mjs +1 -1
- package/esm2022/src/lib/models/holding/holding.mjs +1 -1
- package/esm2022/src/lib/models/holding/index.mjs +1 -1
- package/esm2022/src/lib/models/income-position/income-position.mjs +1 -1
- package/esm2022/src/lib/models/income-source/income-source-chart-data.mjs +1 -1
- package/esm2022/src/lib/models/income-source/income-source-forecast.mjs +1 -1
- package/esm2022/src/lib/models/income-source/income-source-type.mjs +1 -1
- package/esm2022/src/lib/models/income-source/index.mjs +1 -1
- package/esm2022/src/lib/models/income-source/salary-forecast.mjs +1 -1
- package/esm2022/src/lib/models/income-source/sole-forecast.mjs +1 -1
- package/esm2022/src/lib/models/index.mjs +1 -1
- package/esm2022/src/lib/models/loan/index.mjs +1 -1
- package/esm2022/src/lib/models/loan/loan-max-number-of-payments.enum.mjs +1 -1
- package/esm2022/src/lib/models/loan/loan-payment.mjs +1 -1
- package/esm2022/src/lib/models/loan/loan-payout.mjs +1 -1
- package/esm2022/src/lib/models/loan/loan.mjs +1 -1
- package/esm2022/src/lib/models/notification/index.mjs +1 -1
- package/esm2022/src/lib/models/notification/notification.mjs +1 -1
- package/esm2022/src/lib/models/pdf/pdf-orientation.enum.mjs +1 -1
- package/esm2022/src/lib/models/pdf/pdf-settings.mjs +1 -1
- package/esm2022/src/lib/models/property/borrowing-report.mjs +1 -1
- package/esm2022/src/lib/models/property/calculation-form-item.mjs +1 -1
- package/esm2022/src/lib/models/property/calculation-form-type.enum.mjs +1 -1
- package/esm2022/src/lib/models/property/capital-costs-itmes.const.mjs +1 -1
- package/esm2022/src/lib/models/property/index.mjs +1 -1
- package/esm2022/src/lib/models/property/property-category-movement.mjs +1 -1
- package/esm2022/src/lib/models/property/property-category.mjs +1 -1
- package/esm2022/src/lib/models/property/property-document.mjs +1 -1
- package/esm2022/src/lib/models/property/property-equity-chart-data.mjs +1 -1
- package/esm2022/src/lib/models/property/property-equity-chart-item.mjs +1 -1
- package/esm2022/src/lib/models/property/property-equity-chart-type.enum.mjs +1 -1
- package/esm2022/src/lib/models/property/property-forecast.mjs +1 -1
- package/esm2022/src/lib/models/property/property-sale/index.mjs +1 -1
- package/esm2022/src/lib/models/property/property-sale/property-sale-cost-base.mjs +1 -1
- package/esm2022/src/lib/models/property/property-sale/property-sale-tax-exemption-meta-field.mjs +1 -1
- package/esm2022/src/lib/models/property/property-sale/property-sale.mjs +1 -1
- package/esm2022/src/lib/models/property/property-sale/tax-exemption-meta-field.mjs +1 -1
- package/esm2022/src/lib/models/property/property-sale/tax-exemption.mjs +1 -1
- package/esm2022/src/lib/models/property/property-share.mjs +1 -1
- package/esm2022/src/lib/models/property/property-subscription.mjs +1 -1
- package/esm2022/src/lib/models/property/property-valuation.mjs +1 -1
- package/esm2022/src/lib/models/property/property.mjs +1 -1
- package/esm2022/src/lib/models/registration-invite/registration-invite.mjs +1 -1
- package/esm2022/src/lib/models/report/depreciation/depreciation-lvp-asset-type.enum.mjs +1 -1
- package/esm2022/src/lib/models/report/depreciation/depreciation-lvp-report-item.mjs +1 -1
- package/esm2022/src/lib/models/report/depreciation/depreciation-report-item.mjs +1 -1
- package/esm2022/src/lib/models/report/depreciation/index.mjs +1 -1
- package/esm2022/src/lib/models/report/index.mjs +1 -1
- package/esm2022/src/lib/models/report/my-tax/ato-links.mjs +1 -1
- package/esm2022/src/lib/models/report/my-tax/index.mjs +1 -1
- package/esm2022/src/lib/models/report/my-tax/my-tax-business-income-or-losses/business-income-or-losses-categories.const.mjs +1 -1
- package/esm2022/src/lib/models/report/my-tax/my-tax-business-income-or-losses/business-type.enum.mjs +1 -1
- package/esm2022/src/lib/models/report/my-tax/my-tax-business-income-or-losses/loss-type.enum.mjs +1 -1
- package/esm2022/src/lib/models/report/my-tax/my-tax-business-income-or-losses/my-tax-business-details/my-tax-business-details.mjs +1 -1
- package/esm2022/src/lib/models/report/my-tax/my-tax-business-income-or-losses/my-tax-business-income/my-tax-business-income.mjs +1 -1
- package/esm2022/src/lib/models/report/my-tax/my-tax-business-income-or-losses/my-tax-business-losses/my-tax-business-losses.mjs +1 -1
- package/esm2022/src/lib/models/report/my-tax/my-tax-cgt/cgt-exemption-and-rollover-code.enum.mjs +1 -1
- package/esm2022/src/lib/models/report/my-tax/my-tax-cgt/my-tax-cgt.mjs +1 -1
- package/esm2022/src/lib/models/report/my-tax/my-tax-deductions/deduction-clothing-type.enum.mjs +1 -1
- package/esm2022/src/lib/models/report/my-tax/my-tax-deductions/deduction-fields.const.mjs +1 -1
- package/esm2022/src/lib/models/report/my-tax/my-tax-deductions/deduction-self-education-type.enum.mjs +1 -1
- package/esm2022/src/lib/models/report/my-tax/my-tax-deductions/my-tax-deductions.mjs +1 -1
- package/esm2022/src/lib/models/report/my-tax/my-tax-dividends/my-tax-dividends.mjs +1 -1
- package/esm2022/src/lib/models/report/my-tax/my-tax-estimate/my-tax-estimate.mjs +1 -1
- package/esm2022/src/lib/models/report/my-tax/my-tax-income-statements/my-tax-income-statements.mjs +1 -1
- package/esm2022/src/lib/models/report/my-tax/my-tax-income-tests/my-tax-income-tests.mjs +1 -1
- package/esm2022/src/lib/models/report/my-tax/my-tax-interest/my-tax-interest.mjs +1 -1
- package/esm2022/src/lib/models/report/my-tax/my-tax-losses/my-tax-losses.mjs +1 -1
- package/esm2022/src/lib/models/report/my-tax/my-tax-offsets/my-tax-offsets.mjs +1 -1
- package/esm2022/src/lib/models/report/my-tax/my-tax-other-income/my-tax-other-income.mjs +1 -1
- package/esm2022/src/lib/models/report/my-tax/my-tax-partnerships-and-trusts/my-tax-partnerships-and-trusts.mjs +1 -1
- package/esm2022/src/lib/models/report/my-tax/my-tax-rent/my-tax-rent.mjs +1 -1
- package/esm2022/src/lib/models/report/property/index.mjs +1 -1
- package/esm2022/src/lib/models/report/property/property-report-item-depreciation.mjs +1 -1
- package/esm2022/src/lib/models/report/property/property-report-item-transaction.mjs +1 -1
- package/esm2022/src/lib/models/report/property/property-report-item.mjs +1 -1
- package/esm2022/src/lib/models/report/report.interface.mjs +1 -1
- package/esm2022/src/lib/models/report/reports.const.mjs +1 -1
- package/esm2022/src/lib/models/report/sole/index.mjs +1 -1
- package/esm2022/src/lib/models/report/sole/sole-business/sole-business-loss-report.mjs +1 -1
- package/esm2022/src/lib/models/report/vehicle-expense/vehicle-expense.mjs +1 -1
- package/esm2022/src/lib/models/service-subscription/index.mjs +1 -1
- package/esm2022/src/lib/models/service-subscription/module-url-list.const.mjs +1 -1
- package/esm2022/src/lib/models/service-subscription/payment-method-brand.enum.mjs +1 -1
- package/esm2022/src/lib/models/service-subscription/service-payment-method.mjs +1 -1
- package/esm2022/src/lib/models/service-subscription/service-payment.mjs +1 -1
- package/esm2022/src/lib/models/service-subscription/service-price.mjs +1 -1
- package/esm2022/src/lib/models/service-subscription/service-product-icons.enum.mjs +1 -1
- package/esm2022/src/lib/models/service-subscription/service-product-roles.const.mjs +1 -1
- package/esm2022/src/lib/models/service-subscription/service-product.mjs +1 -1
- package/esm2022/src/lib/models/service-subscription/service-promo-code-duration.enum.mjs +1 -1
- package/esm2022/src/lib/models/service-subscription/service-promo-code.mjs +1 -1
- package/esm2022/src/lib/models/service-subscription/service-subscription-item.mjs +1 -1
- package/esm2022/src/lib/models/service-subscription/service-subscription.mjs +1 -1
- package/esm2022/src/lib/models/sole/bas-report.mjs +1 -1
- package/esm2022/src/lib/models/sole/index.mjs +1 -1
- package/esm2022/src/lib/models/sole/sole-business-activity.mjs +1 -1
- package/esm2022/src/lib/models/sole/sole-business-allocation.mjs +1 -1
- package/esm2022/src/lib/models/sole/sole-business-loss-offset-rule.mjs +1 -1
- package/esm2022/src/lib/models/sole/sole-business-loss.mjs +1 -1
- package/esm2022/src/lib/models/sole/sole-business.mjs +1 -1
- package/esm2022/src/lib/models/sole/sole-contact.mjs +1 -1
- package/esm2022/src/lib/models/sole/sole-depreciation-method.mjs +1 -1
- package/esm2022/src/lib/models/sole/sole-details.mjs +1 -1
- package/esm2022/src/lib/models/sole/sole-invoice-item.mjs +1 -1
- package/esm2022/src/lib/models/sole/sole-invoice-template.mjs +1 -1
- package/esm2022/src/lib/models/sole/sole-invoice.mjs +1 -1
- package/esm2022/src/lib/models/tax-return/index.mjs +1 -1
- package/esm2022/src/lib/models/tax-return/tax-return-category.mjs +1 -1
- package/esm2022/src/lib/models/tax-return/tax-return-item.mjs +1 -1
- package/esm2022/src/lib/models/tax-return/tax-return.mjs +1 -1
- package/esm2022/src/lib/models/tax-review/tax-review.mjs +1 -1
- package/esm2022/src/lib/models/tax-summary/report-item-details.mjs +1 -1
- package/esm2022/src/lib/models/tax-summary/report-item.mjs +1 -1
- package/esm2022/src/lib/models/tax-summary/tax-summary-section.mjs +1 -1
- package/esm2022/src/lib/models/tax-summary/tax-summary-type.enum.mjs +1 -1
- package/esm2022/src/lib/models/tax-summary/tax-summary.mjs +1 -1
- package/esm2022/src/lib/models/toast/toast-type.enum.mjs +1 -1
- package/esm2022/src/lib/models/toast/toast.mjs +1 -1
- package/esm2022/src/lib/models/transaction/allocation-rule-condition.mjs +1 -1
- package/esm2022/src/lib/models/transaction/allocation-rule-transaction-meta-field.mjs +1 -1
- package/esm2022/src/lib/models/transaction/allocation-rule-transaction.mjs +1 -1
- package/esm2022/src/lib/models/transaction/allocation-rule.mjs +1 -1
- package/esm2022/src/lib/models/transaction/income-amount-type.enum.mjs +1 -1
- package/esm2022/src/lib/models/transaction/index.mjs +1 -1
- package/esm2022/src/lib/models/transaction/transaction-allocation.mjs +1 -1
- package/esm2022/src/lib/models/transaction/transaction-category.enum.mjs +1 -1
- package/esm2022/src/lib/models/transaction/transaction-meta-field.mjs +1 -1
- package/esm2022/src/lib/models/transaction/transaction.mjs +1 -1
- package/esm2022/src/lib/models/user/index.mjs +1 -1
- package/esm2022/src/lib/models/user/my-account-history-initiated-by.enum.mjs +1 -1
- package/esm2022/src/lib/models/user/my-account-history-status.enum.mjs +1 -1
- package/esm2022/src/lib/models/user/my-account-history-type.enum.mjs +1 -1
- package/esm2022/src/lib/models/user/my-account-history.mjs +1 -1
- package/esm2022/src/lib/models/user/occupation.mjs +1 -1
- package/esm2022/src/lib/models/user/user-roles.const.mjs +1 -1
- package/esm2022/src/lib/models/user/user-to-register.mjs +1 -1
- package/esm2022/src/lib/models/user/user.mjs +1 -1
- package/esm2022/src/lib/models/user-event/user-event-setting-field.enum.mjs +1 -1
- package/esm2022/src/lib/models/user-event/user-event-setting.mjs +1 -1
- package/esm2022/src/lib/models/user-event/user-event-type-category.mjs +1 -1
- package/esm2022/src/lib/models/user-event/user-event-type.mjs +1 -1
- package/esm2022/src/lib/models/vehicle/index.mjs +1 -1
- package/esm2022/src/lib/models/vehicle/vehicle-claim-details.mjs +1 -2
- package/esm2022/src/lib/models/vehicle/vehicle-claim.mjs +1 -1
- package/esm2022/src/lib/models/vehicle/vehicle-logbook.mjs +1 -1
- package/esm2022/src/lib/models/vehicle/vehicle.mjs +1 -1
- package/esm2022/src/lib/pipes/app-currency.pipe.mjs +1 -1
- package/esm2022/src/lib/pipes/index.mjs +1 -1
- package/esm2022/src/lib/pipes/safe-url.pipe.mjs +1 -1
- package/esm2022/src/lib/services/account-setup/account-setup.service.mjs +2 -2
- package/esm2022/src/lib/services/account-setup/index.mjs +1 -1
- package/esm2022/src/lib/services/asset/assets.service.mjs +1 -1
- package/esm2022/src/lib/services/asset/index.mjs +1 -1
- package/esm2022/src/lib/services/bank/bank-account-calculation.service.mjs +1 -1
- package/esm2022/src/lib/services/bank/index.mjs +1 -1
- package/esm2022/src/lib/services/data.service.mjs +1 -1
- package/esm2022/src/lib/services/event/event-dispatcher.service.mjs +1 -1
- package/esm2022/src/lib/services/event/index.mjs +1 -1
- package/esm2022/src/lib/services/event/sse.service.mjs +1 -1
- package/esm2022/src/lib/services/export/export-formatter.service.mjs +1 -1
- package/esm2022/src/lib/services/export/index.mjs +1 -1
- package/esm2022/src/lib/services/firm/current-firm-branch.service.mjs +1 -1
- package/esm2022/src/lib/services/firm/index.mjs +1 -1
- package/esm2022/src/lib/services/header-title/header-title.service.mjs +1 -1
- package/esm2022/src/lib/services/header-title/index.mjs +1 -1
- package/esm2022/src/lib/services/http/address/address.service.mjs +1 -1
- package/esm2022/src/lib/services/http/address/index.mjs +1 -1
- package/esm2022/src/lib/services/http/bank/bank-account/bank-account.service.mjs +3 -1
- package/esm2022/src/lib/services/http/bank/bank-account/index.mjs +1 -1
- package/esm2022/src/lib/services/http/bank/bank-connection/bank-connection-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/bank/bank-connection/bank-connection.service.mjs +1 -1
- package/esm2022/src/lib/services/http/bank/bank-connection/index.mjs +1 -1
- package/esm2022/src/lib/services/http/bank/bank-transaction/bank-transaction.service.mjs +1 -1
- package/esm2022/src/lib/services/http/bank/bank-transaction/index.mjs +1 -1
- package/esm2022/src/lib/services/http/bank/bank.service.mjs +1 -1
- package/esm2022/src/lib/services/http/bank/basiq/basiq-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/bank/basiq/basiq-token.service.mjs +1 -1
- package/esm2022/src/lib/services/http/bank/basiq/basiq.service.mjs +2 -1
- package/esm2022/src/lib/services/http/bank/basiq/index.mjs +1 -1
- package/esm2022/src/lib/services/http/bank/index.mjs +1 -1
- package/esm2022/src/lib/services/http/budget/budget-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/budget/budget.service.mjs +1 -1
- package/esm2022/src/lib/services/http/budget/index.mjs +1 -1
- package/esm2022/src/lib/services/http/chart-accounts/chart-accounts-depreciations/chart-accounts-depreciations.service.mjs +1 -1
- package/esm2022/src/lib/services/http/chart-accounts/chart-accounts-depreciations/index.mjs +1 -1
- package/esm2022/src/lib/services/http/chart-accounts/chart-accounts-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/chart-accounts/chart-accounts.service.mjs +1 -1
- package/esm2022/src/lib/services/http/chart-accounts/index.mjs +1 -1
- package/esm2022/src/lib/services/http/chat/chat.service.mjs +1 -1
- package/esm2022/src/lib/services/http/chat/index.mjs +1 -1
- package/esm2022/src/lib/services/http/chat/message-document.service.mjs +1 -1
- package/esm2022/src/lib/services/http/chat/message.service.mjs +1 -1
- package/esm2022/src/lib/services/http/client/annual-client-details.service.mjs +1 -1
- package/esm2022/src/lib/services/http/client/capital-loss/capital-loss-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/client/capital-loss/capital-loss.service.mjs +1 -1
- package/esm2022/src/lib/services/http/client/capital-loss/index.mjs +1 -1
- package/esm2022/src/lib/services/http/client/client-coupon.service.mjs +1 -1
- package/esm2022/src/lib/services/http/client/index.mjs +1 -1
- package/esm2022/src/lib/services/http/client/occupation/occupation.service.mjs +1 -1
- package/esm2022/src/lib/services/http/depreciation/depreciation-capital-project/depreciation-capital-project.service.mjs +1 -1
- package/esm2022/src/lib/services/http/depreciation/depreciation-capital-project/index.mjs +1 -1
- package/esm2022/src/lib/services/http/depreciation/depreciation.service.mjs +3 -4
- package/esm2022/src/lib/services/http/depreciation/index.mjs +1 -1
- package/esm2022/src/lib/services/http/document/document-folder/document-folder-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/document/document-folder/document-folder.service.mjs +1 -1
- package/esm2022/src/lib/services/http/document/document-folder/index.mjs +1 -1
- package/esm2022/src/lib/services/http/document/document-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/document/document.service.mjs +1 -1
- package/esm2022/src/lib/services/http/document/index.mjs +1 -1
- package/esm2022/src/lib/services/http/facebook/facebook-auth-options.interface.mjs +1 -1
- package/esm2022/src/lib/services/http/facebook/facebook-auth-response.interface.mjs +1 -1
- package/esm2022/src/lib/services/http/facebook/facebook-status-response.interface.mjs +1 -1
- package/esm2022/src/lib/services/http/facebook/facebook.service.mjs +1 -1
- package/esm2022/src/lib/services/http/facebook/index.mjs +1 -1
- package/esm2022/src/lib/services/http/file/file.service.mjs +1 -1
- package/esm2022/src/lib/services/http/file/index.mjs +1 -1
- package/esm2022/src/lib/services/http/firm/client-invite/client-invite-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/firm/client-invite/client-invite.service.mjs +1 -1
- package/esm2022/src/lib/services/http/firm/client-invite/index.mjs +1 -1
- package/esm2022/src/lib/services/http/firm/client-movement/client-movement-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/firm/client-movement/client-movement.service.mjs +1 -1
- package/esm2022/src/lib/services/http/firm/client-movement/index.mjs +1 -1
- package/esm2022/src/lib/services/http/firm/employee/employee-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/firm/employee/employee.service.mjs +1 -1
- package/esm2022/src/lib/services/http/firm/employee/index.mjs +1 -1
- package/esm2022/src/lib/services/http/firm/employee-invite/employee-invite.service.mjs +1 -1
- package/esm2022/src/lib/services/http/firm/employee-invite/index.mjs +1 -1
- package/esm2022/src/lib/services/http/firm/firm-branch/firm-branch-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/firm/firm-branch/firm-branch.service.mjs +1 -1
- package/esm2022/src/lib/services/http/firm/firm-branch/index.mjs +1 -1
- package/esm2022/src/lib/services/http/firm/firm-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/firm/firm.service.mjs +1 -1
- package/esm2022/src/lib/services/http/firm/index.mjs +1 -1
- package/esm2022/src/lib/services/http/firm/portfolio-report/client-portfolio-report.service.mjs +1 -1
- package/esm2022/src/lib/services/http/firm/portfolio-report/index.mjs +1 -1
- package/esm2022/src/lib/services/http/google/google.service.mjs +1 -1
- package/esm2022/src/lib/services/http/google/index.mjs +1 -1
- package/esm2022/src/lib/services/http/holding/holding-import/holding-import-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/holding/holding-import/holding-import.service.mjs +1 -1
- package/esm2022/src/lib/services/http/holding/holding-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/holding/holding-sale-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/holding/holding-sale.service.mjs +1 -1
- package/esm2022/src/lib/services/http/holding/holding-type-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/holding/holding-type.service.mjs +1 -1
- package/esm2022/src/lib/services/http/holding/holding.service.mjs +1 -1
- package/esm2022/src/lib/services/http/holding/index.mjs +1 -1
- package/esm2022/src/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.mjs +1 -1
- package/esm2022/src/lib/services/http/income-source/income-source-forecast/index.mjs +1 -1
- package/esm2022/src/lib/services/http/income-source/income-source-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/income-source/income-source.service.mjs +1 -1
- package/esm2022/src/lib/services/http/income-source/index.mjs +1 -1
- package/esm2022/src/lib/services/http/income-source/salary-forecast/index.mjs +1 -1
- package/esm2022/src/lib/services/http/income-source/salary-forecast/salary-forecast.service.mjs +1 -1
- package/esm2022/src/lib/services/http/income-source/sole-forecast/index.mjs +1 -1
- package/esm2022/src/lib/services/http/income-source/sole-forecast/sole-forecast.service.mjs +1 -1
- package/esm2022/src/lib/services/http/index.mjs +1 -1
- package/esm2022/src/lib/services/http/loan/borrowing-expense/borrowing-expense.service.mjs +1 -1
- package/esm2022/src/lib/services/http/loan/borrowing-expense/index.mjs +1 -1
- package/esm2022/src/lib/services/http/loan/index.mjs +1 -1
- package/esm2022/src/lib/services/http/loan/loan.service.mjs +1 -1
- package/esm2022/src/lib/services/http/pdf/pdf.service.mjs +1 -1
- package/esm2022/src/lib/services/http/property/borrowing-report/borrowing-report-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/property/borrowing-report/borrowing-report.service.mjs +1 -1
- package/esm2022/src/lib/services/http/property/borrowing-report/index.mjs +1 -1
- package/esm2022/src/lib/services/http/property/index.mjs +1 -1
- package/esm2022/src/lib/services/http/property/property-category/index.mjs +1 -1
- package/esm2022/src/lib/services/http/property/property-category/property-category.service.mjs +1 -1
- package/esm2022/src/lib/services/http/property/property-category-movement/index.mjs +1 -1
- package/esm2022/src/lib/services/http/property/property-category-movement/property-category-movement.service.mjs +16 -7
- package/esm2022/src/lib/services/http/property/property-document/index.mjs +1 -1
- package/esm2022/src/lib/services/http/property/property-document/property-document-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/property/property-document/property-document.service.mjs +1 -1
- package/esm2022/src/lib/services/http/property/property-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/property/property-sale/index.mjs +1 -1
- package/esm2022/src/lib/services/http/property/property-sale/property-sale.service.mjs +1 -1
- package/esm2022/src/lib/services/http/property/property-share/index.mjs +1 -1
- package/esm2022/src/lib/services/http/property/property-share/property-share.service.mjs +3 -1
- package/esm2022/src/lib/services/http/property/property-valuation/index.mjs +1 -1
- package/esm2022/src/lib/services/http/property/property-valuation/property-valuation-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/property/property-valuation/property-valuation.service.mjs +1 -1
- package/esm2022/src/lib/services/http/property/property.service.mjs +1 -1
- package/esm2022/src/lib/services/http/rest/http-method.type.mjs +1 -1
- package/esm2022/src/lib/services/http/rest/index.mjs +1 -1
- package/esm2022/src/lib/services/http/rest/rest-method.type.mjs +1 -1
- package/esm2022/src/lib/services/http/rest/rest-old.service.mjs +1 -1
- package/esm2022/src/lib/services/http/rest/rest.service.mjs +1 -1
- package/esm2022/src/lib/services/http/service-notification/index.mjs +1 -1
- package/esm2022/src/lib/services/http/service-notification/service-notification.service.mjs +1 -1
- package/esm2022/src/lib/services/http/setup-item/setup-item.service.mjs +1 -1
- package/esm2022/src/lib/services/http/sole/bas-report/bas-report-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/sole/bas-report/bas-report.service.mjs +1 -1
- package/esm2022/src/lib/services/http/sole/bas-report/index.mjs +1 -1
- package/esm2022/src/lib/services/http/sole/index.mjs +1 -1
- package/esm2022/src/lib/services/http/sole/sole-business/index.mjs +1 -1
- package/esm2022/src/lib/services/http/sole/sole-business/sole-business-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/sole/sole-business/sole-business.service.mjs +1 -1
- package/esm2022/src/lib/services/http/sole/sole-business-activity/sole-business-activity.service.mjs +1 -1
- package/esm2022/src/lib/services/http/sole/sole-business-loss/sole-business-loss-rules/sole-business-loss-offset-rule.service.mjs +1 -1
- package/esm2022/src/lib/services/http/sole/sole-business-loss/sole-business-loss.service.mjs +8 -3
- package/esm2022/src/lib/services/http/sole/sole-contact/sole-contact.service.mjs +1 -1
- package/esm2022/src/lib/services/http/sole/sole-depreciation-method/sole-depreciation-method.service.mjs +3 -3
- package/esm2022/src/lib/services/http/sole/sole-details/sole-details.service.mjs +15 -51
- package/esm2022/src/lib/services/http/sole/sole-invoice/sole-invoice.service.mjs +9 -9
- package/esm2022/src/lib/services/http/sole/sole-invoice-template/sole-invoice-template.service.mjs +1 -1
- package/esm2022/src/lib/services/http/subscription/index.mjs +1 -1
- package/esm2022/src/lib/services/http/subscription/service-payment/service-payment.service.mjs +1 -1
- package/esm2022/src/lib/services/http/subscription/service-payment-method/service-payment-method.service.mjs +1 -1
- package/esm2022/src/lib/services/http/subscription/service-price/service-price.service.mjs +1 -1
- package/esm2022/src/lib/services/http/subscription/service-product/service-product.service.mjs +1 -1
- package/esm2022/src/lib/services/http/subscription/service-subscription/subscription-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/subscription/service-subscription/subscription.service.mjs +1 -1
- package/esm2022/src/lib/services/http/tax-review/index.mjs +1 -1
- package/esm2022/src/lib/services/http/tax-review/tax-review-history/tax-review-history.service.mjs +1 -1
- package/esm2022/src/lib/services/http/tax-review/tax-review-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/tax-review/tax-review.service.mjs +1 -1
- package/esm2022/src/lib/services/http/tax-summary/index.mjs +1 -1
- package/esm2022/src/lib/services/http/tax-summary/tax-summary.service.mjs +1 -1
- package/esm2022/src/lib/services/http/transaction/index.mjs +1 -1
- package/esm2022/src/lib/services/http/transaction/transaction-allocation/allocation-rule/allocation-rule.service.mjs +1 -1
- package/esm2022/src/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.mjs +1 -1
- package/esm2022/src/lib/services/http/transaction/transaction.service.mjs +3 -4
- package/esm2022/src/lib/services/http/user/financial-year/financial-year.service.mjs +1 -1
- package/esm2022/src/lib/services/http/user/index.mjs +1 -1
- package/esm2022/src/lib/services/http/user/user-event-setting/user-event-setting.service.mjs +1 -1
- package/esm2022/src/lib/services/http/user/user-event-type/user-event-type.service.mjs +1 -1
- package/esm2022/src/lib/services/http/user/user-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/user/user.service.mjs +1 -1
- package/esm2022/src/lib/services/http/user/users-invite/users-invite.service.mjs +1 -1
- package/esm2022/src/lib/services/http/vehicle/index.mjs +1 -1
- package/esm2022/src/lib/services/http/vehicle/vehicle-claim-details.service.mjs +1 -1
- package/esm2022/src/lib/services/http/vehicle/vehicle-claim.service.mjs +6 -18
- package/esm2022/src/lib/services/http/vehicle/vehicle-logbook/index.mjs +1 -1
- package/esm2022/src/lib/services/http/vehicle/vehicle-logbook/vehicle-logbook-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/vehicle/vehicle-logbook/vehicle-logbook.service.mjs +1 -1
- package/esm2022/src/lib/services/http/vehicle/vehicle-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/vehicle/vehicle.service.mjs +2 -2
- package/esm2022/src/lib/services/http/youtube/index.mjs +1 -1
- package/esm2022/src/lib/services/http/youtube/youtube-video.interface.mjs +1 -1
- package/esm2022/src/lib/services/http/youtube/youtube.service.mjs +1 -1
- package/esm2022/src/lib/services/index.mjs +1 -1
- package/esm2022/src/lib/services/intercom/index.mjs +1 -1
- package/esm2022/src/lib/services/intercom/intercom.service.mjs +1 -1
- package/esm2022/src/lib/services/json/chart-accounts/chart-accounts-value.service.mjs +1 -1
- package/esm2022/src/lib/services/json/holding/holding-type-exchange.service.mjs +1 -1
- package/esm2022/src/lib/services/json/income-source/income-source-type.service.mjs +1 -1
- package/esm2022/src/lib/services/json/index.mjs +1 -1
- package/esm2022/src/lib/services/json/tax-exemption/tax-exemption.service.mjs +1 -1
- package/esm2022/src/lib/services/json/tax-return/tax-return-item.service.mjs +1 -1
- package/esm2022/src/lib/services/pdf/index.mjs +1 -1
- package/esm2022/src/lib/services/pdf/js-pdf.mjs +1 -1
- package/esm2022/src/lib/services/pdf/pdf-from-dom-element/file-settings.mjs +1 -1
- package/esm2022/src/lib/services/pdf/pdf-from-dom-element/pdf-from-dom-element.service.mjs +1 -1
- package/esm2022/src/lib/services/pdf/pdf-from-table/file-settings.mjs +1 -1
- package/esm2022/src/lib/services/pdf/pdf-from-table/pdf-from-data-table/pdf-from-data-table.service.mjs +1 -1
- package/esm2022/src/lib/services/pdf/pdf-from-table/pdf-from-html-table/pdf-from-html-table.service.mjs +1 -1
- package/esm2022/src/lib/services/pdf/pdf-from-table/pdf-from-table.service.mjs +1 -1
- package/esm2022/src/lib/services/preloader/index.mjs +1 -1
- package/esm2022/src/lib/services/preloader/preloader.service.mjs +1 -1
- package/esm2022/src/lib/services/property/corelogic/corelogic.service.mjs +1 -1
- package/esm2022/src/lib/services/property/corelogic/index.mjs +1 -1
- package/esm2022/src/lib/services/property/equity-position-chart/equity-position-chart.service.mjs +1 -1
- package/esm2022/src/lib/services/property/equity-position-chart/index.mjs +1 -1
- package/esm2022/src/lib/services/property/index.mjs +1 -1
- package/esm2022/src/lib/services/property/property-calculation/index.mjs +1 -1
- package/esm2022/src/lib/services/property/property-calculation/property-calculation.service.mjs +1 -1
- package/esm2022/src/lib/services/report/index.mjs +1 -1
- package/esm2022/src/lib/services/report/property/property-transaction-report.service.mjs +1 -1
- package/esm2022/src/lib/services/toast/index.mjs +1 -1
- package/esm2022/src/lib/services/toast/toast.service.mjs +1 -1
- package/esm2022/src/lib/services/user/index.mjs +1 -1
- package/esm2022/src/lib/services/user/user-switcher.service.mjs +1 -1
- package/esm2022/src/lib/services/xlsx/index.mjs +1 -1
- package/esm2022/src/lib/services/xlsx/xlsx.service.mjs +1 -1
- package/esm2022/src/lib/validators/address-corelogic.validator.mjs +1 -1
- package/esm2022/src/lib/validators/at-least-one-enabled.validator.mjs +1 -1
- package/esm2022/src/lib/validators/at-least-one.validator.mjs +1 -1
- package/esm2022/src/lib/validators/autocomplete.validator.mjs +1 -1
- package/esm2022/src/lib/validators/conditional.validator.mjs +1 -1
- package/esm2022/src/lib/validators/current-fin-year.validator.mjs +1 -1
- package/esm2022/src/lib/validators/date-range.validator.mjs +1 -1
- package/esm2022/src/lib/validators/fields-sum.validator.mjs +1 -1
- package/esm2022/src/lib/validators/file.validator.mjs +1 -1
- package/esm2022/src/lib/validators/greater-than.validator.mjs +1 -1
- package/esm2022/src/lib/validators/group.validator.mjs +1 -1
- package/esm2022/src/lib/validators/index.mjs +1 -1
- package/esm2022/src/lib/validators/match-sum.validator.mjs +1 -1
- package/esm2022/src/lib/validators/min-date/messages.enum.mjs +1 -1
- package/esm2022/src/lib/validators/min-date/min-date.validator.mjs +1 -1
- package/esm2022/src/lib/validators/password-match.validator.mjs +1 -1
- package/esm2022/src/lib/validators/password.validator.mjs +1 -1
- package/esm2022/src/lib/validators/phone-number.validator.mjs +1 -1
- package/esm2022/src/lib/validators/required-length.validator.mjs +1 -1
- package/esm2022/src/lib/validators/string/alpha-space.validator.mjs +1 -1
- package/esm2022/src/lib/validators/unique-email.validator.mjs +1 -1
- package/fesm2022/taxtank-core-common.mjs.map +1 -1
- package/fesm2022/taxtank-core.mjs +65 -102
- package/fesm2022/taxtank-core.mjs.map +1 -1
- package/package.json +1 -1
- package/src/lib/collections/sole/index.d.ts +1 -1
- package/src/lib/collections/sole/{sole-business-losses.collection.d.ts → sole-business-loss.collection.d.ts} +1 -1
- package/src/lib/db/Models/sole/sole-details.d.ts +2 -2
- package/src/lib/db/Models/vehicle/vehicle-claim.d.ts +2 -2
- package/src/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-details/my-tax-business-details.form.d.ts +1 -1
- package/src/lib/forms/report/my-tax/my-tax-partnerships-and-trusts.form.d.ts +1 -1
- package/src/lib/models/event/app-event-type.enum.d.ts +14 -18
- package/src/lib/models/report/my-tax/my-tax-business-income-or-losses/my-tax-business-losses/my-tax-business-losses.d.ts +2 -2
- package/src/lib/models/report/my-tax/my-tax-losses/my-tax-losses.d.ts +2 -2
- package/src/lib/services/http/bank/bank-account/bank-account.service.d.ts +2 -0
- package/src/lib/services/http/bank/basiq/basiq.service.d.ts +1 -0
- package/src/lib/services/http/property/property-category-movement/property-category-movement.service.d.ts +5 -1
- package/src/lib/services/http/property/property-share/property-share.service.d.ts +2 -0
- package/src/lib/services/http/sole/sole-business-loss/sole-business-loss.service.d.ts +8 -3
- package/src/lib/services/http/sole/sole-details/sole-details.service.d.ts +10 -13
- package/src/lib/services/http/sole/sole-invoice/sole-invoice.service.d.ts +6 -6
- package/src/lib/services/http/vehicle/vehicle-claim.service.d.ts +5 -6
- package/src/lib/services/http/vehicle/vehicle.service.d.ts +1 -1
- package/esm2022/src/lib/collections/sole/sole-business-losses.collection.mjs +0 -41
@@ -695,7 +695,7 @@ let SoleContact$1 = class SoleContact extends AbstractModel {
|
|
695
695
|
let SoleDepreciationMethod$1 = class SoleDepreciationMethod extends AbstractModel {
|
696
696
|
};
|
697
697
|
|
698
|
-
let SoleDetails$1 = class SoleDetails extends
|
698
|
+
let SoleDetails$1 = class SoleDetails extends ObservableModel {
|
699
699
|
};
|
700
700
|
|
701
701
|
let SoleForecast$1 = class SoleForecast extends AbstractModel {
|
@@ -785,7 +785,7 @@ let User$1 = class User extends ObservableModel {
|
|
785
785
|
let VehicleClaimDetails$1 = class VehicleClaimDetails extends AbstractModel {
|
786
786
|
};
|
787
787
|
|
788
|
-
let VehicleClaim$1 = class VehicleClaim extends
|
788
|
+
let VehicleClaim$1 = class VehicleClaim extends ObservableModel {
|
789
789
|
};
|
790
790
|
|
791
791
|
let VehicleLogbook$1 = class VehicleLogbook extends AbstractModel {
|
@@ -5183,7 +5183,6 @@ class VehicleClaimDetails extends VehicleClaimDetails$1 {
|
|
5183
5183
|
* Init default values for the new instances
|
5184
5184
|
*/
|
5185
5185
|
this.isManual = true;
|
5186
|
-
this.method = VehicleClaimDetailsMethodEnum.KMS;
|
5187
5186
|
this.financialYear = new FinancialYear().year;
|
5188
5187
|
}
|
5189
5188
|
isLogbookMethod() {
|
@@ -8325,7 +8324,7 @@ class VehicleExpenseCollection extends Collection {
|
|
8325
8324
|
}
|
8326
8325
|
}
|
8327
8326
|
|
8328
|
-
class
|
8327
|
+
class SoleBusinessLossCollection extends Collection {
|
8329
8328
|
/**
|
8330
8329
|
* Business loss applied in current year, includes previous year losses and current year losses for businesses matching offset rule
|
8331
8330
|
*/
|
@@ -10370,24 +10369,20 @@ var AppEventTypeEnum;
|
|
10370
10369
|
AppEventTypeEnum[AppEventTypeEnum["PROPERTY_SUBSCRIPTION_DELETED"] = 37] = "PROPERTY_SUBSCRIPTION_DELETED";
|
10371
10370
|
AppEventTypeEnum[AppEventTypeEnum["PROPERTY_VALUATION_DOCUMENT_CREATED"] = 38] = "PROPERTY_VALUATION_DOCUMENT_CREATED";
|
10372
10371
|
AppEventTypeEnum[AppEventTypeEnum["SOLE_DEPRECIATION_METHOD_UPDATED"] = 39] = "SOLE_DEPRECIATION_METHOD_UPDATED";
|
10373
|
-
AppEventTypeEnum[AppEventTypeEnum["
|
10374
|
-
AppEventTypeEnum[AppEventTypeEnum["
|
10375
|
-
AppEventTypeEnum[AppEventTypeEnum["
|
10376
|
-
AppEventTypeEnum[AppEventTypeEnum["
|
10377
|
-
AppEventTypeEnum[AppEventTypeEnum["
|
10378
|
-
AppEventTypeEnum[AppEventTypeEnum["
|
10379
|
-
AppEventTypeEnum[AppEventTypeEnum["
|
10380
|
-
AppEventTypeEnum[AppEventTypeEnum["
|
10381
|
-
AppEventTypeEnum[AppEventTypeEnum["
|
10382
|
-
AppEventTypeEnum[AppEventTypeEnum["
|
10383
|
-
AppEventTypeEnum[AppEventTypeEnum["
|
10384
|
-
AppEventTypeEnum[AppEventTypeEnum["
|
10385
|
-
AppEventTypeEnum[AppEventTypeEnum["
|
10386
|
-
AppEventTypeEnum[AppEventTypeEnum["
|
10387
|
-
AppEventTypeEnum[AppEventTypeEnum["VEHICLE_LOGBOOK_CREATED"] = 54] = "VEHICLE_LOGBOOK_CREATED";
|
10388
|
-
AppEventTypeEnum[AppEventTypeEnum["VEHICLE_LOGBOOK_UPDATED"] = 55] = "VEHICLE_LOGBOOK_UPDATED";
|
10389
|
-
AppEventTypeEnum[AppEventTypeEnum["VEHICLE_LOGBOOK_DELETED"] = 56] = "VEHICLE_LOGBOOK_DELETED";
|
10390
|
-
AppEventTypeEnum[AppEventTypeEnum["VEHICLE_LOGBOOK_BEST_PERIOD_UPDATED"] = 57] = "VEHICLE_LOGBOOK_BEST_PERIOD_UPDATED";
|
10372
|
+
AppEventTypeEnum[AppEventTypeEnum["SOLE_INVOICE_PUBLISHED"] = 40] = "SOLE_INVOICE_PUBLISHED";
|
10373
|
+
AppEventTypeEnum[AppEventTypeEnum["TAX_REVIEW_UPDATED"] = 41] = "TAX_REVIEW_UPDATED";
|
10374
|
+
AppEventTypeEnum[AppEventTypeEnum["TRANSACTION_ALLOCATION_CREATED"] = 42] = "TRANSACTION_ALLOCATION_CREATED";
|
10375
|
+
AppEventTypeEnum[AppEventTypeEnum["TRANSACTION_ALLOCATION_DELETED"] = 43] = "TRANSACTION_ALLOCATION_DELETED";
|
10376
|
+
AppEventTypeEnum[AppEventTypeEnum["TRANSACTION_CREATED"] = 44] = "TRANSACTION_CREATED";
|
10377
|
+
AppEventTypeEnum[AppEventTypeEnum["TRANSACTION_DELETED"] = 45] = "TRANSACTION_DELETED";
|
10378
|
+
AppEventTypeEnum[AppEventTypeEnum["TRANSACTION_UPDATED"] = 46] = "TRANSACTION_UPDATED";
|
10379
|
+
AppEventTypeEnum[AppEventTypeEnum["TRANSACTIONS_CREATED"] = 47] = "TRANSACTIONS_CREATED";
|
10380
|
+
AppEventTypeEnum[AppEventTypeEnum["VEHICLE_CLAIM_DETAILS_UPDATED"] = 48] = "VEHICLE_CLAIM_DETAILS_UPDATED";
|
10381
|
+
AppEventTypeEnum[AppEventTypeEnum["VEHICLE_CLAIM_DETAILS_CREATED"] = 49] = "VEHICLE_CLAIM_DETAILS_CREATED";
|
10382
|
+
AppEventTypeEnum[AppEventTypeEnum["VEHICLE_LOGBOOK_CREATED"] = 50] = "VEHICLE_LOGBOOK_CREATED";
|
10383
|
+
AppEventTypeEnum[AppEventTypeEnum["VEHICLE_LOGBOOK_UPDATED"] = 51] = "VEHICLE_LOGBOOK_UPDATED";
|
10384
|
+
AppEventTypeEnum[AppEventTypeEnum["VEHICLE_LOGBOOK_DELETED"] = 52] = "VEHICLE_LOGBOOK_DELETED";
|
10385
|
+
AppEventTypeEnum[AppEventTypeEnum["VEHICLE_LOGBOOK_BEST_PERIOD_UPDATED"] = 53] = "VEHICLE_LOGBOOK_BEST_PERIOD_UPDATED";
|
10391
10386
|
})(AppEventTypeEnum || (AppEventTypeEnum = {}));
|
10392
10387
|
|
10393
10388
|
/**
|
@@ -11306,6 +11301,7 @@ class BankAccountService extends RestService$1 {
|
|
11306
11301
|
this.modelClass = BankAccount;
|
11307
11302
|
this.collectionClass = BankAccountCollection;
|
11308
11303
|
this.disabledMethods = ['post', 'putBatch', 'delete', 'deleteBatch'];
|
11304
|
+
this.roles = [UserRolesEnum.WORK_TANK, UserRolesEnum.PROPERTY_TANK, UserRolesEnum.SOLE_TANK];
|
11309
11305
|
this.listenEvents();
|
11310
11306
|
}
|
11311
11307
|
getActive() {
|
@@ -11711,6 +11707,7 @@ class BasiqService extends RestService$1 {
|
|
11711
11707
|
.pipe(map((response) => plainToClass(BasiqJobResponse, response)));
|
11712
11708
|
}
|
11713
11709
|
/**
|
11710
|
+
* @TODO not used, remove?
|
11714
11711
|
* Recoursive method, watch basiq job retrieve accounts status
|
11715
11712
|
* @param jobId id of basiq job to check
|
11716
11713
|
* @returns observable boolean. True - accounts retrieved, false - accounts not retrieved (time is out)
|
@@ -12132,9 +12129,8 @@ class DepreciationService extends RestService$1 {
|
|
12132
12129
|
* Listen to EventDispatcherService event related to updated vehicle claim
|
12133
12130
|
*/
|
12134
12131
|
listenVehicleClaimChanges() {
|
12132
|
+
this.eventDispatcherService.on2(...VehicleClaim.getEventNames('post', 'put')).subscribe(() => this.refreshCache());
|
12135
12133
|
this.eventDispatcherService.on([
|
12136
|
-
AppEventTypeEnum.VEHICLE_CLAIM_CREATED,
|
12137
|
-
AppEventTypeEnum.VEHICLE_CLAIM_UPDATED,
|
12138
12134
|
AppEventTypeEnum.VEHICLE_CLAIM_DETAILS_UPDATED
|
12139
12135
|
]).subscribe(() => {
|
12140
12136
|
this.refreshCache();
|
@@ -13624,14 +13620,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
13624
13620
|
}] });
|
13625
13621
|
|
13626
13622
|
class PropertyCategoryMovementService extends RestService$1 {
|
13627
|
-
constructor() {
|
13628
|
-
super(
|
13623
|
+
constructor(environment) {
|
13624
|
+
super(environment);
|
13625
|
+
this.environment = environment;
|
13629
13626
|
this.modelClass = PropertyCategoryMovement;
|
13630
13627
|
this.collectionClass = PropertyCategoryMovementCollection;
|
13631
13628
|
this.endpointUri = 'property-category-movements';
|
13632
13629
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
13630
|
+
this.listenEvents();
|
13633
13631
|
}
|
13634
|
-
|
13632
|
+
listenEvents() {
|
13633
|
+
// property created together with categories, we need to update the list
|
13634
|
+
this.listenCSE(Property, this.refreshCache, ['post']);
|
13635
|
+
}
|
13636
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertyCategoryMovementService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
13635
13637
|
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertyCategoryMovementService, providedIn: 'root' }); }
|
13636
13638
|
}
|
13637
13639
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertyCategoryMovementService, decorators: [{
|
@@ -13639,7 +13641,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
13639
13641
|
args: [{
|
13640
13642
|
providedIn: 'root'
|
13641
13643
|
}]
|
13642
|
-
}]
|
13644
|
+
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
13645
|
+
type: Inject,
|
13646
|
+
args: ['environment']
|
13647
|
+
}] }] });
|
13643
13648
|
|
13644
13649
|
var PropertyDocumentMessagesEnum;
|
13645
13650
|
(function (PropertyDocumentMessagesEnum) {
|
@@ -13786,6 +13791,7 @@ class PropertyShareService extends RestService$1 {
|
|
13786
13791
|
this.modelClass = PropertyShare;
|
13787
13792
|
this.collectionClass = PropertyShareCollection;
|
13788
13793
|
this.disabledMethods = ['deleteBatch', 'putBatch', 'postBatch'];
|
13794
|
+
this.roles = [UserRolesEnum.PROPERTY_TANK];
|
13789
13795
|
this.listenEvents();
|
13790
13796
|
}
|
13791
13797
|
/**
|
@@ -14046,12 +14052,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
14046
14052
|
}]
|
14047
14053
|
}] });
|
14048
14054
|
|
14049
|
-
class SoleBusinessLossService extends RestService {
|
14055
|
+
class SoleBusinessLossService extends RestService$1 {
|
14050
14056
|
constructor(environment) {
|
14051
14057
|
super(environment);
|
14052
14058
|
this.environment = environment;
|
14053
14059
|
this.modelClass = SoleBusinessLoss;
|
14054
|
-
this.
|
14060
|
+
this.collectionClass = SoleBusinessLossCollection;
|
14061
|
+
this.endpointUri = 'sole-business-losses';
|
14062
|
+
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch', 'delete'];
|
14063
|
+
this.roles = [UserRolesEnum.SOLE_TANK];
|
14055
14064
|
this.listenEvents();
|
14056
14065
|
}
|
14057
14066
|
listenEvents() {
|
@@ -14156,7 +14165,7 @@ class SoleDepreciationMethodService {
|
|
14156
14165
|
}));
|
14157
14166
|
}
|
14158
14167
|
listenSoleDetailsChanges() {
|
14159
|
-
this.eventDispatcherService.
|
14168
|
+
this.eventDispatcherService.on2(...SoleDetails.getEventNames('post', 'put'))
|
14160
14169
|
.subscribe(() => {
|
14161
14170
|
this.cache = null;
|
14162
14171
|
this.get().subscribe();
|
@@ -14178,46 +14187,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
14178
14187
|
/**
|
14179
14188
|
* @TODO TT-1777 Alex: extend from rest service when it refactored
|
14180
14189
|
*/
|
14181
|
-
class SoleDetailsService {
|
14182
|
-
constructor(
|
14183
|
-
|
14184
|
-
this.
|
14185
|
-
this.
|
14186
|
-
this.
|
14187
|
-
|
14188
|
-
|
14189
|
-
if (!this.cache) {
|
14190
|
-
this.http.get(`${this.environment.apiV2}/sole-details`)
|
14191
|
-
.pipe(map((response) => plainToClass(SoleDetails, response[0])))
|
14192
|
-
.subscribe((soleDetails) => {
|
14193
|
-
// undefined when user not created sole details
|
14194
|
-
if (!soleDetails) {
|
14195
|
-
soleDetails = plainToClass(SoleDetails, {});
|
14196
|
-
}
|
14197
|
-
this.cache = soleDetails;
|
14198
|
-
this.cacheSubject.next(this.cache);
|
14199
|
-
return soleDetails;
|
14200
|
-
});
|
14201
|
-
}
|
14202
|
-
return this.cacheSubject.asObservable();
|
14203
|
-
}
|
14204
|
-
add(soleDetails) {
|
14205
|
-
return this.http.post(`${this.environment.apiV2}/sole-details`, soleDetails).pipe(map((soleDetailsBase) => {
|
14206
|
-
this.cache = plainToClass(SoleDetails, soleDetailsBase);
|
14207
|
-
this.cacheSubject.next(this.cache);
|
14208
|
-
this.eventDispatcherService.dispatch(new AppEvent(AppEventTypeEnum.SOLE_DETAILS_CREATED, soleDetails));
|
14209
|
-
return this.cache;
|
14210
|
-
}));
|
14211
|
-
}
|
14212
|
-
update(soleDetails) {
|
14213
|
-
return this.http.put(`${this.environment.apiV2}/sole-details/${soleDetails.id}`, soleDetails).pipe(map((soleDetailsBase) => {
|
14214
|
-
this.cache = plainToClass(SoleDetails, soleDetailsBase);
|
14215
|
-
this.cacheSubject.next(this.cache);
|
14216
|
-
this.eventDispatcherService.dispatch(new AppEvent(AppEventTypeEnum.SOLE_DETAILS_UPDATED, soleDetails));
|
14217
|
-
return this.cache;
|
14218
|
-
}));
|
14190
|
+
class SoleDetailsService extends RestService$1 {
|
14191
|
+
constructor() {
|
14192
|
+
super(...arguments);
|
14193
|
+
this.modelClass = SoleDetails;
|
14194
|
+
this.collectionClass = Collection;
|
14195
|
+
this.endpointUri = 'sole-details';
|
14196
|
+
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
14197
|
+
this.roles = [UserRolesEnum.SOLE_TANK];
|
14219
14198
|
}
|
14220
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleDetailsService, deps:
|
14199
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleDetailsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
14221
14200
|
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleDetailsService, providedIn: 'root' }); }
|
14222
14201
|
}
|
14223
14202
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleDetailsService, decorators: [{
|
@@ -14225,36 +14204,32 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
14225
14204
|
args: [{
|
14226
14205
|
providedIn: 'root'
|
14227
14206
|
}]
|
14228
|
-
}]
|
14229
|
-
type: Inject,
|
14230
|
-
args: ['environment']
|
14231
|
-
}] }, { type: EventDispatcherService }] });
|
14207
|
+
}] });
|
14232
14208
|
|
14233
|
-
class SoleInvoiceService extends RestService {
|
14209
|
+
class SoleInvoiceService extends RestService$1 {
|
14234
14210
|
constructor(environment) {
|
14235
14211
|
super(environment);
|
14236
14212
|
this.environment = environment;
|
14213
|
+
this.endpointUri = 'sole-invoices';
|
14237
14214
|
this.modelClass = SoleInvoice;
|
14238
|
-
this.
|
14215
|
+
this.collectionClass = SoleInvoiceCollection;
|
14239
14216
|
this.roles = [UserRolesEnum.SOLE_TANK];
|
14240
14217
|
}
|
14241
14218
|
updateStatus(invoice, status) {
|
14242
14219
|
// @TODO use id only to avoid unexpected changes
|
14243
|
-
return this.
|
14220
|
+
return this.put(Object.assign({}, invoice, { status }));
|
14244
14221
|
}
|
14245
14222
|
send(invoice, file) {
|
14246
14223
|
const formData = new FormData();
|
14247
14224
|
formData.append('file', file);
|
14248
|
-
return this.http.post(`${this.environment.apiV2}/${this.
|
14225
|
+
return this.http.post(`${this.environment.apiV2}/${this.endpointUri}/${invoice.id}/send`, formData);
|
14249
14226
|
}
|
14250
14227
|
/**
|
14251
|
-
*
|
14252
|
-
* Return the next number from the last invoice.
|
14253
|
-
* Basically needed to create a new invoice to show its number when the invoice has not yet been sent to the backend
|
14228
|
+
* Return the next number from the last invoice
|
14254
14229
|
*/
|
14255
14230
|
getNewInvoiceNumber() {
|
14256
14231
|
if (!this.cache) {
|
14257
|
-
return
|
14232
|
+
return 1;
|
14258
14233
|
}
|
14259
14234
|
const number = last(this.cache)?.number ?? 0;
|
14260
14235
|
return number + 1;
|
@@ -15373,9 +15348,8 @@ class TransactionService extends RestService {
|
|
15373
15348
|
this.eventDispatcherService.on(AppEventTypeEnum.PROPERTY_SHARE_UPDATED).subscribe(() => this.refreshCache());
|
15374
15349
|
}
|
15375
15350
|
listenVehicleClaimChanges() {
|
15351
|
+
this.eventDispatcherService.on2(...VehicleClaim.getEventNames('post', 'put')).subscribe(() => this.refreshCache());
|
15376
15352
|
this.eventDispatcherService.on([
|
15377
|
-
AppEventTypeEnum.VEHICLE_CLAIM_CREATED,
|
15378
|
-
AppEventTypeEnum.VEHICLE_CLAIM_UPDATED,
|
15379
15353
|
AppEventTypeEnum.VEHICLE_CLAIM_DETAILS_UPDATED
|
15380
15354
|
]).subscribe(() => {
|
15381
15355
|
this.refreshCache();
|
@@ -15480,12 +15454,13 @@ var VehicleMessagesEnum;
|
|
15480
15454
|
VehicleMessagesEnum["DELETED"] = "Vehicle deleted successfully";
|
15481
15455
|
})(VehicleMessagesEnum || (VehicleMessagesEnum = {}));
|
15482
15456
|
|
15483
|
-
class VehicleClaimService extends RestService {
|
15457
|
+
class VehicleClaimService extends RestService$1 {
|
15484
15458
|
constructor(environment) {
|
15485
15459
|
super(environment);
|
15486
15460
|
this.environment = environment;
|
15461
|
+
this.endpointUri = 'vehicle-claims';
|
15487
15462
|
this.modelClass = VehicleClaim;
|
15488
|
-
this.
|
15463
|
+
this.collectionClass = VehicleClaimCollection;
|
15489
15464
|
this.roles = [UserRolesEnum.WORK_TANK, UserRolesEnum.SOLE_TANK];
|
15490
15465
|
this.listenEvents();
|
15491
15466
|
}
|
@@ -15495,18 +15470,6 @@ class VehicleClaimService extends RestService {
|
|
15495
15470
|
// this.refreshCache();
|
15496
15471
|
});
|
15497
15472
|
}
|
15498
|
-
add(model) {
|
15499
|
-
return super.add(model).pipe(map((vehicleClaim) => {
|
15500
|
-
this.eventDispatcherService.dispatch(new AppEvent(AppEventTypeEnum.VEHICLE_CLAIM_CREATED, vehicleClaim));
|
15501
|
-
return vehicleClaim;
|
15502
|
-
}));
|
15503
|
-
}
|
15504
|
-
update(model, queryParams = {}) {
|
15505
|
-
return super.update(model, queryParams).pipe(map((vehicleClaim) => {
|
15506
|
-
this.eventDispatcherService.dispatch(new AppEvent(AppEventTypeEnum.VEHICLE_CLAIM_UPDATED, vehicleClaim));
|
15507
|
-
return vehicleClaim;
|
15508
|
-
}));
|
15509
|
-
}
|
15510
15473
|
/**
|
15511
15474
|
* Update workUsage for all vehicle claims if logbook best period changed
|
15512
15475
|
* @TODO Vik: Best period move this and related logic to backend
|
@@ -15514,7 +15477,7 @@ class VehicleClaimService extends RestService {
|
|
15514
15477
|
updateWorkUsage(bestLogbooks) {
|
15515
15478
|
const batch$ = (this.cache ?? []).map((claim) => {
|
15516
15479
|
const claimToUpdate = plainToClass(VehicleClaim, Object.assign({}, claim, { workUsage: bestLogbooks.getWorkUsage(claim) }));
|
15517
|
-
return this.
|
15480
|
+
return this.put(claimToUpdate);
|
15518
15481
|
});
|
15519
15482
|
return combineLatest(batch$);
|
15520
15483
|
}
|
@@ -18530,7 +18493,7 @@ class AccountSetupService {
|
|
18530
18493
|
// @TODO Alex: remove map when services start work with collections
|
18531
18494
|
map((transactions) => new TransactionCollection(transactions)), mergeMap((transactions) => {
|
18532
18495
|
if (transactions.getVehicleTransactions().length) {
|
18533
|
-
return this.setItemStatus(this.items.findBy('isWorkLogbook', true), this.vehicleClaimService.
|
18496
|
+
return this.setItemStatus(this.items.findBy('isWorkLogbook', true), this.vehicleClaimService.getArray());
|
18534
18497
|
}
|
18535
18498
|
return of(null);
|
18536
18499
|
}));
|
@@ -24082,7 +24045,7 @@ class HoldingReinvestForm extends AbstractForm {
|
|
24082
24045
|
return super.submit({
|
24083
24046
|
transaction: this.transactionForm.submit({
|
24084
24047
|
type: TransactionTypeEnum.CREDIT,
|
24085
|
-
description: `Reinvestment - ${value.incomeSource
|
24048
|
+
description: `Reinvestment - ${value.incomeSource?.name}`,
|
24086
24049
|
amount: value.amount - this.get('cashVariance').value
|
24087
24050
|
}),
|
24088
24051
|
holding: this.holdingForm.submit()
|
@@ -24230,5 +24193,5 @@ var MessagesEnum;
|
|
24230
24193
|
* Generated bundle index. Do not edit.
|
24231
24194
|
*/
|
24232
24195
|
|
24233
|
-
export { AbstractForm, AbstractModel, AccountSetupItem, AccountSetupItemCollection, AccountSetupService, Address, AddressForm, AddressService, AddressTypeEnum, AllocationGroup, AllocationGroupCollection, AllocationRule, AllocationRuleCollection, AllocationRuleConditionComparisonOperatorEnum, AllocationRuleConditionFieldEnum, AllocationRuleConditionOperatorEnum, AllocationRuleForm, AllocationRuleService, AllocationRuleTransaction, AllocationRuleTransactionMetaField, AllocationRuleTypeEnum, AlphabetColorsEnum, AnnualClientDetails, AnnualClientDetailsForm, AnnualClientDetailsService, AnnualFrequencyEnum, AppCurrencyPipe, AppEvent, AppEvent2, AppEventTypeEnum, AppFile, AssetEntityTypeEnum, AssetSale, AssetSaleCollection, AssetTypeEnum, AssetsService, BANK_ACCOUNT_TYPES, Badge, BadgeColorEnum, Bank, BankAccount, BankAccountAddManualForm, BankAccountAllocationForm, BankAccountCalculationService, BankAccountChartData, BankAccountCollection, BankAccountImportForm, BankAccountPropertiesForm, BankAccountProperty, BankAccountService, BankAccountStatusEnum, BankAccountTypeEnum, BankAccountsImportForm, BankConnection, BankConnectionMessagesEnum, BankConnectionService, BankConnectionStatusEnum, BankExternalStats, BankPopularEnum, BankProviderEnum, BankService, BankTransaction, BankTransactionChartData, BankTransactionCollection, BankTransactionService, BankTransactionSummaryFieldsEnum, BankTransactionTypeEnum, BasReport, BasReportForm, BasReportMessagesEnum, BasReportService, BasiqConfig, BasiqJob, BasiqJobResponse, BasiqJobStep, BasiqMessagesEnum, BasiqService, BasiqToken, BasiqTokenService, BestVehicleLogbookCollection, BorrowingExpense, BorrowingExpenseLoan, BorrowingExpenseService, BorrowingReport, BorrowingReportForm, BorrowingReportMessagesEnum, BorrowingReportService, Budget, BudgetForm, BudgetMessagesEnum, BudgetRule, BudgetService, BusinessTypeEnum, CAPITAL_COSTS_ITEMS, CHART_ACCOUNTS_CATEGORIES, CalculationFormItem, CalculationFormTypeEnum, CapitalLoss, CapitalLossForm, CapitalLossMessagesEnum, CapitalLossService, CgtExemptionAndRolloverCodeEnum, ChartAccounts, ChartAccountsAdjustmentIncludedListEnum, ChartAccountsCategoryECollection, ChartAccountsCategoryEnum, ChartAccountsCollection, ChartAccountsDepreciation, ChartAccountsDepreciationService, ChartAccountsEtpEnum, ChartAccountsForm, ChartAccountsHeading, ChartAccountsHeadingListEnum, ChartAccountsHeadingTaxDeductibleEnum, ChartAccountsHeadingTaxableEnum, ChartAccountsHeadingVehicleListEnum, ChartAccountsHoldingUntaxedIncomeListEnum, ChartAccountsInvoiceEnum, ChartAccountsKeepSign, ChartAccountsListEnum, ChartAccountsMessagesEnum, ChartAccountsMetaField, ChartAccountsMetaFieldListEnum, ChartAccountsMetaFieldTypeEnum, ChartAccountsPropertyAdjustmentsListEnum, ChartAccountsSalaryAdjustmentsListEnum, ChartAccountsService, ChartAccountsTaxLabelsEnum, ChartAccountsTypeEnum, ChartAccountsUnallocatableListEnum, ChartAccountsValue, ChartAccountsValueService, ChartData, ChartSerie, Chat, ChatCollection, ChatFilterForm, ChatService, ChatStatusEnum, ChatViewTypeEnum, ClientCollection, ClientCouponService, ClientDetails, ClientDetailsForm, ClientDetailsMedicareExemptionEnum, ClientDetailsWorkDepreciationCalculationEnum, ClientDetailsWorkingHolidayMakerEnum, ClientInvite, ClientInviteCollection, ClientInviteForm, ClientInviteMessages, ClientInvitePutForm, ClientInviteService, ClientInviteStatusEnum, ClientInviteTypeEnum, ClientMovement, ClientMovementCollection, ClientMovementForm, ClientMovementMessagesEnum, ClientMovementService, ClientPortfolioChartData, ClientPortfolioReport, ClientPortfolioReportCollection, ClientPortfolioReportService, Collection, CollectionDictionary, CollectionForm, CoreModule, CorelogicService, CorelogicSuggestion, Country, CurrentFirmBranchService, DEDUCTION_CATEGORIES, DEPRECIATION_GROUPS, DOCUMENT_FILE_TYPES, DeductionClothingTypeEnum, DeductionSelfEducationTypeEnum, Depreciation, DepreciationCalculationEnum, DepreciationCalculationPercentEnum, DepreciationCapitalProject, DepreciationCapitalProjectService, DepreciationCollection, DepreciationForecast, DepreciationForecastCollection, DepreciationForm, DepreciationGroup, DepreciationGroupEnum, DepreciationGroupItem, DepreciationLvpAssetTypeEnum, DepreciationLvpRateEnum, DepreciationLvpReportItem, DepreciationLvpReportItemCollection, DepreciationReportItem, DepreciationReportItemCollection, DepreciationService, DepreciationTypeEnum, DepreciationWriteOffAmountEnum, Dictionary, Document, DocumentApiUrlPrefixEnum, DocumentFolder, DocumentFolderForm, DocumentFolderMessagesEnum, DocumentFolderService, DocumentForm, DocumentMessagesEnum, DocumentService, DocumentTypeEnum, ENDPOINTS, EmployeeCollection, EmployeeDetails, EmployeeDetailsForm, EmployeeInvite, EmployeeInviteCollection, EmployeeInviteForm, EmployeeInviteRoleEnum, EmployeeInviteService, EmployeeMessagesEnum, EmployeeService, Endpoint, EquityPositionChartService, EventDispatcherService, ExportDataTable, ExportFormatEnum, ExportFormatterService, ExportableCollection, FacebookService, FileService, FileValidator, FinancialYear, FinancialYearService, Firm, FirmBranch, FirmBranchForm, FirmBranchMessagesEnum, FirmBranchService, FirmForm, FirmInviteForm, FirmMessagesEnum, FirmService, FirmTypeEnum, FormValidationsEnum, GenderEnum, GoogleService, HeaderTitleService, Holding, HoldingCollection, HoldingForm, HoldingImport, HoldingImportForm, HoldingImportMessagesEnum, HoldingImportService, HoldingIncomeForm, HoldingMessagesEnum, HoldingReinvest, HoldingReinvestForm, HoldingSale, HoldingSaleCollection, HoldingSaleForm, HoldingSaleMessagesEnum, HoldingSaleService, HoldingService, HoldingType, HoldingTypeCategoryEnum, HoldingTypeCollection, HoldingTypeExchange, HoldingTypeExchangeListEnum, HoldingTypeExchangeService, HoldingTypeForm, HoldingTypeMessagesEnum, HoldingTypeService, IconsFileEnum, IncomeAmountTypeEnum, IncomePosition, IncomeSource, IncomeSourceChartData, IncomeSourceCollection, IncomeSourceForecast, IncomeSourceForecastCollection, IncomeSourceForecastService, IncomeSourceForecastTrustTypeEnum, IncomeSourceMessagesEnum, IncomeSourceService, IncomeSourceType, IncomeSourceTypeEnum, IncomeSourceTypeListHoldingEnum, IncomeSourceTypeListOtherEnum, IncomeSourceTypeListSoleEnum, IncomeSourceTypeListWorkEnum, IncomeSourceTypeService, InterceptorsModule, IntercomService, InviteStatusEnum, InvoicePaymentForm, JsPdf, Loan, LoanBankTypeEnum, LoanCollection, LoanForm, LoanFrequencyEnum, LoanInterestTypeEnum, LoanInterestTypeLabelEnum, LoanMaxNumberOfPaymentsEnum, LoanPayment, LoanPaymentCollection, LoanPayout, LoanPayoutTypeEnum, LoanRepaymentFrequencyEnum, LoanRepaymentTypeEnum, LoanRepaymentTypeLabelEnum, LoanService, LoanTypeEnum, LoanVehicleTypeEnum, LoginForm, LossTypeEnum, MODULE_URL_LIST, MONTHS, Message, MessageCollection, MessageDocument, MessageDocumentCollection, MessageDocumentService, MessageService, MessagesEnum, MonthNameShortEnum, MonthNumberEnum, MyAccountHistory, MyAccountHistoryInitiatedByEnum, MyAccountHistoryStatusEnum, MyAccountHistoryTypeEnum, MyTaxBusinessDetails, MyTaxBusinessDetailsForm, MyTaxBusinessIncome, MyTaxBusinessIncomeForm, MyTaxBusinessIncomeOrLossesForm, MyTaxBusinessLosses, MyTaxBusinessLossesForm, MyTaxCgt, MyTaxCgtForm, MyTaxDeductions, MyTaxDeductionsForm, MyTaxDividends, MyTaxDividendsForm, MyTaxEstimate, MyTaxIncomeStatements, MyTaxIncomeStatementsForm, MyTaxIncomeTests, MyTaxIncomeTestsForm, MyTaxInterest, MyTaxInterestForm, MyTaxLosses, MyTaxLossesForm, MyTaxMedicareForm, MyTaxOffsets, MyTaxOffsetsForm, MyTaxOtherIncome, MyTaxOtherIncomeForm, MyTaxPartnershipsAndTrusts, MyTaxPartnershipsAndTrustsForm, MyTaxRent, MyTaxRentForm, Notification, Occupation, OccupationService, PASSWORD_REGEXPS, PasswordForm, PdfFromDataTableService, PdfFromDomElementService, PdfFromHtmlTableService, PdfFromTableService, PdfOrientationEnum, PdfService, PdfSettings, Phone, PhoneForm, PhoneTypeEnum, PreloaderService, Property, PropertyAddForm, PropertyCalculationService, PropertyCategory, PropertyCategoryListEnum, PropertyCategoryMovement, PropertyCategoryMovementCollection, PropertyCategoryMovementForm, PropertyCategoryMovementService, PropertyCategoryService, PropertyCollection, PropertyDepreciationCalculationEnum, PropertyDocument, PropertyDocumentForm, PropertyDocumentMessagesEnum, PropertyDocumentService, PropertyEditForm, PropertyEquityChartData, PropertyEquityChartItem, PropertyEquityChartTypeEnum, PropertyForecast, PropertyForecastForm, PropertyMessagesEnum, PropertyReportItem, PropertyReportItemCollection, PropertyReportItemDepreciation, PropertyReportItemDepreciationCollection, PropertyReportItemTransaction, PropertyReportItemTransactionCollection, PropertySale, PropertySaleCollection, PropertySaleCostBase, PropertySaleCostBaseForm, PropertySaleCostSaleForm, PropertySaleExemptionsForm, PropertySaleService, PropertySaleTaxExemptionMetaField, PropertySaleTaxExemptionMetaFieldCollection, PropertyService, PropertyShare, PropertyShareAccessEnum, PropertyShareCollection, PropertyShareForm, PropertyShareService, PropertyShareStatusEnum, PropertySubscription, PropertyTransactionReportService, PropertyValuation, PropertyValuationCollection, PropertyValuationForm, PropertyValuationMessages, PropertyValuationService, REPORTS, RegisterClientForm, RegisterFirmForm, RegistrationInvite, RegistrationInviteStatusEnum, ReportItem, ReportItemCollection, ReportItemDetails, ResetPasswordForm, RestService$1 as RestService, SERVICE_PRODUCT_ROLES, SafeUrlPipe, SalaryForecast, SalaryForecastFrequencyEnum, SalaryForecastService, ServiceNotificationService, ServiceNotificationStatusEnum, ServiceNotificationTypeEnum, ServicePayment, ServicePaymentMethod, ServicePaymentMethodService, ServicePaymentService, ServicePaymentStatusEnum, ServicePrice, ServicePriceCollection, ServicePriceListEnum, ServicePriceRecurringIntervalEnum, ServicePriceService, ServicePriceTypeEnum, ServiceProduct, ServiceProductCollection, ServiceProductIconsEnum, ServiceProductIdEnum, ServiceProductService, ServiceProductStatusEnum, ServicePromoCode, ServiceSubscription, ServiceSubscriptionCollection, ServiceSubscriptionItem, ServiceSubscriptionStatusEnum, SetupItemTypeEnum, SoleBusiness, SoleBusinessActivity, SoleBusinessActivityService, SoleBusinessAllocation, SoleBusinessAllocationsForm, SoleBusinessForm, SoleBusinessLoss, SoleBusinessLossForm, SoleBusinessLossOffsetRule, SoleBusinessLossOffsetRuleService, SoleBusinessLossReport, SoleBusinessLossService, SoleBusinessLossesCollection, SoleBusinessMessagesEnum, SoleBusinessService, SoleContact, SoleContactForm, SoleContactService, SoleDepreciationMethod, SoleDepreciationMethodEnum, SoleDepreciationMethodForm, SoleDepreciationMethodService, SoleDetails, SoleDetailsForm, SoleDetailsService, SoleForecast, SoleForecastService, SoleIncomeForm, SoleInvoice, SoleInvoiceCollection, SoleInvoiceForm, SoleInvoiceItem, SoleInvoiceItemCollection, SoleInvoiceItemForm, SoleInvoiceService, SoleInvoiceStatusesEnum, SoleInvoiceTaxTypeEnum, SoleInvoiceTemplate, SoleInvoiceTemplateForm, SoleInvoiceTemplateService, SoleInvoiceTemplateTaxTypeEnum, SpareDocumentSpareTypeEnum, SseService, StatesEnum, SubscriptionItemCollection, SubscriptionMessagesEnum, SubscriptionService, TAX_RETURN_CATEGORIES, TYPE_LOAN, TankTypeEnum, TaxCalculationMedicareExemptionEnum, TaxCalculationTypeEnum, TaxExemption, TaxExemptionCollection, TaxExemptionEnum, TaxExemptionMetaField, TaxExemptionMetaFieldEnum, TaxExemptionService, TaxReturn, TaxReturnCategory, TaxReturnCategoryListEnum, TaxReturnCategorySectionEnum, TaxReturnItem, TaxReturnItemEnum, TaxReturnItemService, TaxReview, TaxReviewCollection, TaxReviewFilterForm, TaxReviewFilterStatusEnum, TaxReviewHistoryService, TaxReviewMessagesEnum, TaxReviewService, TaxReviewStatusEnum, TaxSummary, TaxSummaryListEnum, TaxSummarySection, TaxSummarySectionEnum, TaxSummaryService, TaxSummaryTaxSummaryEnum, TaxSummaryTypeEnum, TicketFeedbackEnum, TicketStatusEnum, TicketTypesEnum, TimezoneEnum, Toast, ToastService, ToastTypeEnum, Transaction, TransactionAllocation, TransactionAllocationCollection, TransactionAllocationService, TransactionBase, TransactionBaseCollection, TransactionBaseFilterForm, TransactionBaseForm, TransactionCategoryEnum, TransactionCollection, TransactionForm, TransactionMetaField, TransactionOperationEnum, TransactionService, TransactionSourceEnum, TransactionTypeEnum, USER_ROLES, USER_WORK_POSITION, UniqueEmailValidator, User, UserCollection, UserEventSetting, UserEventSettingCollection, UserEventSettingFieldEnum, UserEventSettingService, UserEventStatusEnum, UserEventType, UserEventTypeCategory, UserEventTypeClientTypeEnum, UserEventTypeCollection, UserEventTypeEmployeeTypeEnum, UserEventTypeFrequencyEnum, UserEventTypeService, UserEventTypeUserTypeEnum, UserForm, UserInviteForm, UserMedicareExemptionEnum, UserMessagesEnum, UserService, UserStatusEnum, UserSwitcherService, UserTitleEnum, UserToRegister, UserWorkDepreciationCalculationEnum, UserWorkingHolidayMakerEnum, UsersInviteService, Vehicle, VehicleClaim, VehicleClaimCollection, VehicleClaimDetails, VehicleClaimDetailsForm, VehicleClaimDetailsMethodEnum, VehicleClaimDetailsService, VehicleClaimForm, VehicleClaimService, VehicleExpense, VehicleExpenseCollection, VehicleForm, VehicleLogbook, VehicleLogbookCollection, VehicleLogbookForm, VehicleLogbookMessages, VehicleLogbookPurposeEnum, VehicleLogbookService, VehicleMessagesEnum, VehicleService, WorkExpenseForm, WorkIncomeForm, XlsxService, YoutubeService, alphaSpaceValidator, atLeastOneCheckedValidator, atoLinks, autocompleteValidator, cloneDeep, compare, compareMatOptions, conditionalValidator, createDate, currentFinYearValidator, displayMatOptions, enumToList, fieldsSumValidator, getDocIcon, greaterThanValidator, matchSumValidator, minDateValidator, passwordMatchValidator, passwordValidator, replace, sort, sortDeep, toArray };
|
24196
|
+
export { AbstractForm, AbstractModel, AccountSetupItem, AccountSetupItemCollection, AccountSetupService, Address, AddressForm, AddressService, AddressTypeEnum, AllocationGroup, AllocationGroupCollection, AllocationRule, AllocationRuleCollection, AllocationRuleConditionComparisonOperatorEnum, AllocationRuleConditionFieldEnum, AllocationRuleConditionOperatorEnum, AllocationRuleForm, AllocationRuleService, AllocationRuleTransaction, AllocationRuleTransactionMetaField, AllocationRuleTypeEnum, AlphabetColorsEnum, AnnualClientDetails, AnnualClientDetailsForm, AnnualClientDetailsService, AnnualFrequencyEnum, AppCurrencyPipe, AppEvent, AppEvent2, AppEventTypeEnum, AppFile, AssetEntityTypeEnum, AssetSale, AssetSaleCollection, AssetTypeEnum, AssetsService, BANK_ACCOUNT_TYPES, Badge, BadgeColorEnum, Bank, BankAccount, BankAccountAddManualForm, BankAccountAllocationForm, BankAccountCalculationService, BankAccountChartData, BankAccountCollection, BankAccountImportForm, BankAccountPropertiesForm, BankAccountProperty, BankAccountService, BankAccountStatusEnum, BankAccountTypeEnum, BankAccountsImportForm, BankConnection, BankConnectionMessagesEnum, BankConnectionService, BankConnectionStatusEnum, BankExternalStats, BankPopularEnum, BankProviderEnum, BankService, BankTransaction, BankTransactionChartData, BankTransactionCollection, BankTransactionService, BankTransactionSummaryFieldsEnum, BankTransactionTypeEnum, BasReport, BasReportForm, BasReportMessagesEnum, BasReportService, BasiqConfig, BasiqJob, BasiqJobResponse, BasiqJobStep, BasiqMessagesEnum, BasiqService, BasiqToken, BasiqTokenService, BestVehicleLogbookCollection, BorrowingExpense, BorrowingExpenseLoan, BorrowingExpenseService, BorrowingReport, BorrowingReportForm, BorrowingReportMessagesEnum, BorrowingReportService, Budget, BudgetForm, BudgetMessagesEnum, BudgetRule, BudgetService, BusinessTypeEnum, CAPITAL_COSTS_ITEMS, CHART_ACCOUNTS_CATEGORIES, CalculationFormItem, CalculationFormTypeEnum, CapitalLoss, CapitalLossForm, CapitalLossMessagesEnum, CapitalLossService, CgtExemptionAndRolloverCodeEnum, ChartAccounts, ChartAccountsAdjustmentIncludedListEnum, ChartAccountsCategoryECollection, ChartAccountsCategoryEnum, ChartAccountsCollection, ChartAccountsDepreciation, ChartAccountsDepreciationService, ChartAccountsEtpEnum, ChartAccountsForm, ChartAccountsHeading, ChartAccountsHeadingListEnum, ChartAccountsHeadingTaxDeductibleEnum, ChartAccountsHeadingTaxableEnum, ChartAccountsHeadingVehicleListEnum, ChartAccountsHoldingUntaxedIncomeListEnum, ChartAccountsInvoiceEnum, ChartAccountsKeepSign, ChartAccountsListEnum, ChartAccountsMessagesEnum, ChartAccountsMetaField, ChartAccountsMetaFieldListEnum, ChartAccountsMetaFieldTypeEnum, ChartAccountsPropertyAdjustmentsListEnum, ChartAccountsSalaryAdjustmentsListEnum, ChartAccountsService, ChartAccountsTaxLabelsEnum, ChartAccountsTypeEnum, ChartAccountsUnallocatableListEnum, ChartAccountsValue, ChartAccountsValueService, ChartData, ChartSerie, Chat, ChatCollection, ChatFilterForm, ChatService, ChatStatusEnum, ChatViewTypeEnum, ClientCollection, ClientCouponService, ClientDetails, ClientDetailsForm, ClientDetailsMedicareExemptionEnum, ClientDetailsWorkDepreciationCalculationEnum, ClientDetailsWorkingHolidayMakerEnum, ClientInvite, ClientInviteCollection, ClientInviteForm, ClientInviteMessages, ClientInvitePutForm, ClientInviteService, ClientInviteStatusEnum, ClientInviteTypeEnum, ClientMovement, ClientMovementCollection, ClientMovementForm, ClientMovementMessagesEnum, ClientMovementService, ClientPortfolioChartData, ClientPortfolioReport, ClientPortfolioReportCollection, ClientPortfolioReportService, Collection, CollectionDictionary, CollectionForm, CoreModule, CorelogicService, CorelogicSuggestion, Country, CurrentFirmBranchService, DEDUCTION_CATEGORIES, DEPRECIATION_GROUPS, DOCUMENT_FILE_TYPES, DeductionClothingTypeEnum, DeductionSelfEducationTypeEnum, Depreciation, DepreciationCalculationEnum, DepreciationCalculationPercentEnum, DepreciationCapitalProject, DepreciationCapitalProjectService, DepreciationCollection, DepreciationForecast, DepreciationForecastCollection, DepreciationForm, DepreciationGroup, DepreciationGroupEnum, DepreciationGroupItem, DepreciationLvpAssetTypeEnum, DepreciationLvpRateEnum, DepreciationLvpReportItem, DepreciationLvpReportItemCollection, DepreciationReportItem, DepreciationReportItemCollection, DepreciationService, DepreciationTypeEnum, DepreciationWriteOffAmountEnum, Dictionary, Document, DocumentApiUrlPrefixEnum, DocumentFolder, DocumentFolderForm, DocumentFolderMessagesEnum, DocumentFolderService, DocumentForm, DocumentMessagesEnum, DocumentService, DocumentTypeEnum, ENDPOINTS, EmployeeCollection, EmployeeDetails, EmployeeDetailsForm, EmployeeInvite, EmployeeInviteCollection, EmployeeInviteForm, EmployeeInviteRoleEnum, EmployeeInviteService, EmployeeMessagesEnum, EmployeeService, Endpoint, EquityPositionChartService, EventDispatcherService, ExportDataTable, ExportFormatEnum, ExportFormatterService, ExportableCollection, FacebookService, FileService, FileValidator, FinancialYear, FinancialYearService, Firm, FirmBranch, FirmBranchForm, FirmBranchMessagesEnum, FirmBranchService, FirmForm, FirmInviteForm, FirmMessagesEnum, FirmService, FirmTypeEnum, FormValidationsEnum, GenderEnum, GoogleService, HeaderTitleService, Holding, HoldingCollection, HoldingForm, HoldingImport, HoldingImportForm, HoldingImportMessagesEnum, HoldingImportService, HoldingIncomeForm, HoldingMessagesEnum, HoldingReinvest, HoldingReinvestForm, HoldingSale, HoldingSaleCollection, HoldingSaleForm, HoldingSaleMessagesEnum, HoldingSaleService, HoldingService, HoldingType, HoldingTypeCategoryEnum, HoldingTypeCollection, HoldingTypeExchange, HoldingTypeExchangeListEnum, HoldingTypeExchangeService, HoldingTypeForm, HoldingTypeMessagesEnum, HoldingTypeService, IconsFileEnum, IncomeAmountTypeEnum, IncomePosition, IncomeSource, IncomeSourceChartData, IncomeSourceCollection, IncomeSourceForecast, IncomeSourceForecastCollection, IncomeSourceForecastService, IncomeSourceForecastTrustTypeEnum, IncomeSourceMessagesEnum, IncomeSourceService, IncomeSourceType, IncomeSourceTypeEnum, IncomeSourceTypeListHoldingEnum, IncomeSourceTypeListOtherEnum, IncomeSourceTypeListSoleEnum, IncomeSourceTypeListWorkEnum, IncomeSourceTypeService, InterceptorsModule, IntercomService, InviteStatusEnum, InvoicePaymentForm, JsPdf, Loan, LoanBankTypeEnum, LoanCollection, LoanForm, LoanFrequencyEnum, LoanInterestTypeEnum, LoanInterestTypeLabelEnum, LoanMaxNumberOfPaymentsEnum, LoanPayment, LoanPaymentCollection, LoanPayout, LoanPayoutTypeEnum, LoanRepaymentFrequencyEnum, LoanRepaymentTypeEnum, LoanRepaymentTypeLabelEnum, LoanService, LoanTypeEnum, LoanVehicleTypeEnum, LoginForm, LossTypeEnum, MODULE_URL_LIST, MONTHS, Message, MessageCollection, MessageDocument, MessageDocumentCollection, MessageDocumentService, MessageService, MessagesEnum, MonthNameShortEnum, MonthNumberEnum, MyAccountHistory, MyAccountHistoryInitiatedByEnum, MyAccountHistoryStatusEnum, MyAccountHistoryTypeEnum, MyTaxBusinessDetails, MyTaxBusinessDetailsForm, MyTaxBusinessIncome, MyTaxBusinessIncomeForm, MyTaxBusinessIncomeOrLossesForm, MyTaxBusinessLosses, MyTaxBusinessLossesForm, MyTaxCgt, MyTaxCgtForm, MyTaxDeductions, MyTaxDeductionsForm, MyTaxDividends, MyTaxDividendsForm, MyTaxEstimate, MyTaxIncomeStatements, MyTaxIncomeStatementsForm, MyTaxIncomeTests, MyTaxIncomeTestsForm, MyTaxInterest, MyTaxInterestForm, MyTaxLosses, MyTaxLossesForm, MyTaxMedicareForm, MyTaxOffsets, MyTaxOffsetsForm, MyTaxOtherIncome, MyTaxOtherIncomeForm, MyTaxPartnershipsAndTrusts, MyTaxPartnershipsAndTrustsForm, MyTaxRent, MyTaxRentForm, Notification, Occupation, OccupationService, PASSWORD_REGEXPS, PasswordForm, PdfFromDataTableService, PdfFromDomElementService, PdfFromHtmlTableService, PdfFromTableService, PdfOrientationEnum, PdfService, PdfSettings, Phone, PhoneForm, PhoneTypeEnum, PreloaderService, Property, PropertyAddForm, PropertyCalculationService, PropertyCategory, PropertyCategoryListEnum, PropertyCategoryMovement, PropertyCategoryMovementCollection, PropertyCategoryMovementForm, PropertyCategoryMovementService, PropertyCategoryService, PropertyCollection, PropertyDepreciationCalculationEnum, PropertyDocument, PropertyDocumentForm, PropertyDocumentMessagesEnum, PropertyDocumentService, PropertyEditForm, PropertyEquityChartData, PropertyEquityChartItem, PropertyEquityChartTypeEnum, PropertyForecast, PropertyForecastForm, PropertyMessagesEnum, PropertyReportItem, PropertyReportItemCollection, PropertyReportItemDepreciation, PropertyReportItemDepreciationCollection, PropertyReportItemTransaction, PropertyReportItemTransactionCollection, PropertySale, PropertySaleCollection, PropertySaleCostBase, PropertySaleCostBaseForm, PropertySaleCostSaleForm, PropertySaleExemptionsForm, PropertySaleService, PropertySaleTaxExemptionMetaField, PropertySaleTaxExemptionMetaFieldCollection, PropertyService, PropertyShare, PropertyShareAccessEnum, PropertyShareCollection, PropertyShareForm, PropertyShareService, PropertyShareStatusEnum, PropertySubscription, PropertyTransactionReportService, PropertyValuation, PropertyValuationCollection, PropertyValuationForm, PropertyValuationMessages, PropertyValuationService, REPORTS, RegisterClientForm, RegisterFirmForm, RegistrationInvite, RegistrationInviteStatusEnum, ReportItem, ReportItemCollection, ReportItemDetails, ResetPasswordForm, RestService$1 as RestService, SERVICE_PRODUCT_ROLES, SafeUrlPipe, SalaryForecast, SalaryForecastFrequencyEnum, SalaryForecastService, ServiceNotificationService, ServiceNotificationStatusEnum, ServiceNotificationTypeEnum, ServicePayment, ServicePaymentMethod, ServicePaymentMethodService, ServicePaymentService, ServicePaymentStatusEnum, ServicePrice, ServicePriceCollection, ServicePriceListEnum, ServicePriceRecurringIntervalEnum, ServicePriceService, ServicePriceTypeEnum, ServiceProduct, ServiceProductCollection, ServiceProductIconsEnum, ServiceProductIdEnum, ServiceProductService, ServiceProductStatusEnum, ServicePromoCode, ServiceSubscription, ServiceSubscriptionCollection, ServiceSubscriptionItem, ServiceSubscriptionStatusEnum, SetupItemTypeEnum, SoleBusiness, SoleBusinessActivity, SoleBusinessActivityService, SoleBusinessAllocation, SoleBusinessAllocationsForm, SoleBusinessForm, SoleBusinessLoss, SoleBusinessLossCollection, SoleBusinessLossForm, SoleBusinessLossOffsetRule, SoleBusinessLossOffsetRuleService, SoleBusinessLossReport, SoleBusinessLossService, SoleBusinessMessagesEnum, SoleBusinessService, SoleContact, SoleContactForm, SoleContactService, SoleDepreciationMethod, SoleDepreciationMethodEnum, SoleDepreciationMethodForm, SoleDepreciationMethodService, SoleDetails, SoleDetailsForm, SoleDetailsService, SoleForecast, SoleForecastService, SoleIncomeForm, SoleInvoice, SoleInvoiceCollection, SoleInvoiceForm, SoleInvoiceItem, SoleInvoiceItemCollection, SoleInvoiceItemForm, SoleInvoiceService, SoleInvoiceStatusesEnum, SoleInvoiceTaxTypeEnum, SoleInvoiceTemplate, SoleInvoiceTemplateForm, SoleInvoiceTemplateService, SoleInvoiceTemplateTaxTypeEnum, SpareDocumentSpareTypeEnum, SseService, StatesEnum, SubscriptionItemCollection, SubscriptionMessagesEnum, SubscriptionService, TAX_RETURN_CATEGORIES, TYPE_LOAN, TankTypeEnum, TaxCalculationMedicareExemptionEnum, TaxCalculationTypeEnum, TaxExemption, TaxExemptionCollection, TaxExemptionEnum, TaxExemptionMetaField, TaxExemptionMetaFieldEnum, TaxExemptionService, TaxReturn, TaxReturnCategory, TaxReturnCategoryListEnum, TaxReturnCategorySectionEnum, TaxReturnItem, TaxReturnItemEnum, TaxReturnItemService, TaxReview, TaxReviewCollection, TaxReviewFilterForm, TaxReviewFilterStatusEnum, TaxReviewHistoryService, TaxReviewMessagesEnum, TaxReviewService, TaxReviewStatusEnum, TaxSummary, TaxSummaryListEnum, TaxSummarySection, TaxSummarySectionEnum, TaxSummaryService, TaxSummaryTaxSummaryEnum, TaxSummaryTypeEnum, TicketFeedbackEnum, TicketStatusEnum, TicketTypesEnum, TimezoneEnum, Toast, ToastService, ToastTypeEnum, Transaction, TransactionAllocation, TransactionAllocationCollection, TransactionAllocationService, TransactionBase, TransactionBaseCollection, TransactionBaseFilterForm, TransactionBaseForm, TransactionCategoryEnum, TransactionCollection, TransactionForm, TransactionMetaField, TransactionOperationEnum, TransactionService, TransactionSourceEnum, TransactionTypeEnum, USER_ROLES, USER_WORK_POSITION, UniqueEmailValidator, User, UserCollection, UserEventSetting, UserEventSettingCollection, UserEventSettingFieldEnum, UserEventSettingService, UserEventStatusEnum, UserEventType, UserEventTypeCategory, UserEventTypeClientTypeEnum, UserEventTypeCollection, UserEventTypeEmployeeTypeEnum, UserEventTypeFrequencyEnum, UserEventTypeService, UserEventTypeUserTypeEnum, UserForm, UserInviteForm, UserMedicareExemptionEnum, UserMessagesEnum, UserService, UserStatusEnum, UserSwitcherService, UserTitleEnum, UserToRegister, UserWorkDepreciationCalculationEnum, UserWorkingHolidayMakerEnum, UsersInviteService, Vehicle, VehicleClaim, VehicleClaimCollection, VehicleClaimDetails, VehicleClaimDetailsForm, VehicleClaimDetailsMethodEnum, VehicleClaimDetailsService, VehicleClaimForm, VehicleClaimService, VehicleExpense, VehicleExpenseCollection, VehicleForm, VehicleLogbook, VehicleLogbookCollection, VehicleLogbookForm, VehicleLogbookMessages, VehicleLogbookPurposeEnum, VehicleLogbookService, VehicleMessagesEnum, VehicleService, WorkExpenseForm, WorkIncomeForm, XlsxService, YoutubeService, alphaSpaceValidator, atLeastOneCheckedValidator, atoLinks, autocompleteValidator, cloneDeep, compare, compareMatOptions, conditionalValidator, createDate, currentFinYearValidator, displayMatOptions, enumToList, fieldsSumValidator, getDocIcon, greaterThanValidator, matchSumValidator, minDateValidator, passwordMatchValidator, passwordValidator, replace, sort, sortDeep, toArray };
|
24234
24197
|
//# sourceMappingURL=taxtank-core.mjs.map
|