taxtank-core 0.33.9 → 0.33.11
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 -6
- 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 +1 -1
- package/esm2022/src/lib/collections/sole/sole-business-losses.collection.mjs +1 -1
- 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-details-medicare-exemption.enum.mjs → client/client-details-medicare-exemption.enum.mjs} +1 -1
- package/esm2022/src/lib/db/Enums/{client-details-work-depreciation-calculation.enum.mjs → client/client-details-work-depreciation-calculation.enum.mjs} +1 -1
- package/esm2022/src/lib/db/Enums/{client-details-working-holiday-maker.enum.mjs → client/client-details-working-holiday-maker.enum.mjs} +1 -1
- package/esm2022/src/lib/db/Enums/client/client-invite-status.enum.mjs +6 -0
- package/esm2022/src/lib/db/Enums/client/client-invite-type.enum.mjs +6 -0
- package/esm2022/src/lib/db/Enums/client/index.mjs +7 -0
- package/esm2022/src/lib/db/Enums/client/timezone.enum.mjs +9 -0
- 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 +2 -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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +5 -5
- 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 +12 -10
- package/esm2022/src/lib/forms/transaction/work/work-transaction.form.mjs +1 -1
- package/esm2022/src/lib/forms/user/client-details.form.mjs +2 -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-invite.mjs +2 -3
- 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 +1 -1
- 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 +2 -2
- 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 -1
- 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 +1 -1
- 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 +1 -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 +1 -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 +1 -1
- 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 +1 -1
- 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 +1 -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 +1 -1
- 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 +1 -1
- package/esm2022/src/lib/services/http/sole/sole-details/sole-details.service.mjs +1 -1
- package/esm2022/src/lib/services/http/sole/sole-invoice/sole-invoice.service.mjs +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +56 -43
- package/fesm2022/taxtank-core.mjs.map +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +0 -5
- package/src/lib/db/Enums/client/index.d.ts +6 -0
- package/src/lib/db/Enums/client/timezone.enum.d.ts +7 -0
- package/src/lib/db/Enums/index.d.ts +1 -0
- package/src/lib/db/Models/client/client-details.d.ts +2 -3
- package/src/lib/db/Models/firm/client-invite.d.ts +1 -2
- package/esm2022/src/lib/db/Enums/client-invite-status.enum.mjs +0 -6
- package/esm2022/src/lib/db/Enums/client-invite-type.enum.mjs +0 -6
- /package/src/lib/db/Enums/{client-details-medicare-exemption.enum.d.ts → client/client-details-medicare-exemption.enum.d.ts} +0 -0
- /package/src/lib/db/Enums/{client-details-work-depreciation-calculation.enum.d.ts → client/client-details-work-depreciation-calculation.enum.d.ts} +0 -0
- /package/src/lib/db/Enums/{client-details-working-holiday-maker.enum.d.ts → client/client-details-working-holiday-maker.enum.d.ts} +0 -0
- /package/src/lib/db/Enums/{client-invite-status.enum.d.ts → client/client-invite-status.enum.d.ts} +0 -0
- /package/src/lib/db/Enums/{client-invite-type.enum.d.ts → client/client-invite-type.enum.d.ts} +0 -0
@@ -993,6 +993,47 @@ var FirmTypeEnum;
|
|
993
993
|
FirmTypeEnum[FirmTypeEnum["ADVISOR"] = 2] = "ADVISOR";
|
994
994
|
})(FirmTypeEnum || (FirmTypeEnum = {}));
|
995
995
|
|
996
|
+
var ClientDetailsMedicareExemptionEnum;
|
997
|
+
(function (ClientDetailsMedicareExemptionEnum) {
|
998
|
+
ClientDetailsMedicareExemptionEnum[ClientDetailsMedicareExemptionEnum["NO"] = 0] = "NO";
|
999
|
+
ClientDetailsMedicareExemptionEnum[ClientDetailsMedicareExemptionEnum["HALF"] = 1] = "HALF";
|
1000
|
+
ClientDetailsMedicareExemptionEnum[ClientDetailsMedicareExemptionEnum["FULL"] = 2] = "FULL";
|
1001
|
+
})(ClientDetailsMedicareExemptionEnum || (ClientDetailsMedicareExemptionEnum = {}));
|
1002
|
+
|
1003
|
+
var ClientDetailsWorkDepreciationCalculationEnum;
|
1004
|
+
(function (ClientDetailsWorkDepreciationCalculationEnum) {
|
1005
|
+
ClientDetailsWorkDepreciationCalculationEnum[ClientDetailsWorkDepreciationCalculationEnum["PRIME_COST"] = 1] = "PRIME_COST";
|
1006
|
+
ClientDetailsWorkDepreciationCalculationEnum[ClientDetailsWorkDepreciationCalculationEnum["DIMINISHING"] = 2] = "DIMINISHING";
|
1007
|
+
})(ClientDetailsWorkDepreciationCalculationEnum || (ClientDetailsWorkDepreciationCalculationEnum = {}));
|
1008
|
+
|
1009
|
+
var ClientDetailsWorkingHolidayMakerEnum;
|
1010
|
+
(function (ClientDetailsWorkingHolidayMakerEnum) {
|
1011
|
+
ClientDetailsWorkingHolidayMakerEnum[ClientDetailsWorkingHolidayMakerEnum["NO"] = 0] = "NO";
|
1012
|
+
ClientDetailsWorkingHolidayMakerEnum[ClientDetailsWorkingHolidayMakerEnum["VISA417"] = 1] = "VISA417";
|
1013
|
+
ClientDetailsWorkingHolidayMakerEnum[ClientDetailsWorkingHolidayMakerEnum["VISA462"] = 2] = "VISA462";
|
1014
|
+
})(ClientDetailsWorkingHolidayMakerEnum || (ClientDetailsWorkingHolidayMakerEnum = {}));
|
1015
|
+
|
1016
|
+
var ClientInviteStatusEnum;
|
1017
|
+
(function (ClientInviteStatusEnum) {
|
1018
|
+
ClientInviteStatusEnum[ClientInviteStatusEnum["PENDING"] = 1] = "PENDING";
|
1019
|
+
ClientInviteStatusEnum[ClientInviteStatusEnum["REJECTED"] = 2] = "REJECTED";
|
1020
|
+
})(ClientInviteStatusEnum || (ClientInviteStatusEnum = {}));
|
1021
|
+
|
1022
|
+
var ClientInviteTypeEnum;
|
1023
|
+
(function (ClientInviteTypeEnum) {
|
1024
|
+
ClientInviteTypeEnum[ClientInviteTypeEnum["FROM_CLIENT"] = 1] = "FROM_CLIENT";
|
1025
|
+
ClientInviteTypeEnum[ClientInviteTypeEnum["FROM_EMPLOYEE"] = 2] = "FROM_EMPLOYEE";
|
1026
|
+
})(ClientInviteTypeEnum || (ClientInviteTypeEnum = {}));
|
1027
|
+
|
1028
|
+
var TimezoneEnum;
|
1029
|
+
(function (TimezoneEnum) {
|
1030
|
+
TimezoneEnum["PERTH"] = "Australia/Perth";
|
1031
|
+
TimezoneEnum["EUCLA"] = "Australia/Eucla";
|
1032
|
+
TimezoneEnum["ADELAIDE"] = "Australia/Adelaide";
|
1033
|
+
TimezoneEnum["SYDNEY"] = "Australia/Sydney";
|
1034
|
+
TimezoneEnum["LORD_HOWE"] = "Australia/Lord_Howe";
|
1035
|
+
})(TimezoneEnum || (TimezoneEnum = {}));
|
1036
|
+
|
996
1037
|
var AnnualFrequencyEnum;
|
997
1038
|
(function (AnnualFrequencyEnum) {
|
998
1039
|
AnnualFrequencyEnum[AnnualFrequencyEnum["ANNUAL"] = 1] = "ANNUAL";
|
@@ -4196,18 +4237,6 @@ __decorate([
|
|
4196
4237
|
Type(() => ClientDetails)
|
4197
4238
|
], AnnualClientDetails.prototype, "clientDetails", void 0);
|
4198
4239
|
|
4199
|
-
var ClientInviteStatusEnum;
|
4200
|
-
(function (ClientInviteStatusEnum) {
|
4201
|
-
ClientInviteStatusEnum[ClientInviteStatusEnum["PENDING"] = 1] = "PENDING";
|
4202
|
-
ClientInviteStatusEnum[ClientInviteStatusEnum["REJECTED"] = 2] = "REJECTED";
|
4203
|
-
})(ClientInviteStatusEnum || (ClientInviteStatusEnum = {}));
|
4204
|
-
|
4205
|
-
var ClientInviteTypeEnum;
|
4206
|
-
(function (ClientInviteTypeEnum) {
|
4207
|
-
ClientInviteTypeEnum[ClientInviteTypeEnum["FROM_CLIENT"] = 1] = "FROM_CLIENT";
|
4208
|
-
ClientInviteTypeEnum[ClientInviteTypeEnum["FROM_EMPLOYEE"] = 2] = "FROM_EMPLOYEE";
|
4209
|
-
})(ClientInviteTypeEnum || (ClientInviteTypeEnum = {}));
|
4210
|
-
|
4211
4240
|
class RegistrationInvite extends RegistrationInvite$1 {
|
4212
4241
|
get fullName() {
|
4213
4242
|
return `${this.firstName} ${this.lastName}`;
|
@@ -19947,26 +19976,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
19947
19976
|
}]
|
19948
19977
|
}], ctorParameters: () => [{ type: i1$2.DomSanitizer }] });
|
19949
19978
|
|
19950
|
-
var ClientDetailsMedicareExemptionEnum;
|
19951
|
-
(function (ClientDetailsMedicareExemptionEnum) {
|
19952
|
-
ClientDetailsMedicareExemptionEnum[ClientDetailsMedicareExemptionEnum["NO"] = 0] = "NO";
|
19953
|
-
ClientDetailsMedicareExemptionEnum[ClientDetailsMedicareExemptionEnum["HALF"] = 1] = "HALF";
|
19954
|
-
ClientDetailsMedicareExemptionEnum[ClientDetailsMedicareExemptionEnum["FULL"] = 2] = "FULL";
|
19955
|
-
})(ClientDetailsMedicareExemptionEnum || (ClientDetailsMedicareExemptionEnum = {}));
|
19956
|
-
|
19957
|
-
var ClientDetailsWorkDepreciationCalculationEnum;
|
19958
|
-
(function (ClientDetailsWorkDepreciationCalculationEnum) {
|
19959
|
-
ClientDetailsWorkDepreciationCalculationEnum[ClientDetailsWorkDepreciationCalculationEnum["PRIME_COST"] = 1] = "PRIME_COST";
|
19960
|
-
ClientDetailsWorkDepreciationCalculationEnum[ClientDetailsWorkDepreciationCalculationEnum["DIMINISHING"] = 2] = "DIMINISHING";
|
19961
|
-
})(ClientDetailsWorkDepreciationCalculationEnum || (ClientDetailsWorkDepreciationCalculationEnum = {}));
|
19962
|
-
|
19963
|
-
var ClientDetailsWorkingHolidayMakerEnum;
|
19964
|
-
(function (ClientDetailsWorkingHolidayMakerEnum) {
|
19965
|
-
ClientDetailsWorkingHolidayMakerEnum[ClientDetailsWorkingHolidayMakerEnum["NO"] = 0] = "NO";
|
19966
|
-
ClientDetailsWorkingHolidayMakerEnum[ClientDetailsWorkingHolidayMakerEnum["VISA417"] = 1] = "VISA417";
|
19967
|
-
ClientDetailsWorkingHolidayMakerEnum[ClientDetailsWorkingHolidayMakerEnum["VISA462"] = 2] = "VISA462";
|
19968
|
-
})(ClientDetailsWorkingHolidayMakerEnum || (ClientDetailsWorkingHolidayMakerEnum = {}));
|
19969
|
-
|
19970
19979
|
var DepreciationCalculationPercentEnum;
|
19971
19980
|
(function (DepreciationCalculationPercentEnum) {
|
19972
19981
|
DepreciationCalculationPercentEnum[DepreciationCalculationPercentEnum["PRIME_COST"] = 100] = "PRIME_COST";
|
@@ -21979,6 +21988,7 @@ class ClientDetailsForm extends AbstractForm {
|
|
21979
21988
|
isAustralianResident: new UntypedFormControl(clientDetails.isAustralianResident),
|
21980
21989
|
taxFileNumber: new UntypedFormControl({ value: clientDetails.taxFileNumber, disabled: !!clientDetails.taxFileNumber }, [Validators.minLength(8), Validators.maxLength(10)]),
|
21981
21990
|
occupation: new UntypedFormControl(clientDetails.occupation, autocompleteValidator()),
|
21991
|
+
timezone: new UntypedFormControl(clientDetails.timezone, Validators.required),
|
21982
21992
|
medicareExemption: new UntypedFormControl({ value: clientDetails.medicareExemption, disabled: !clientDetails.medicareExemption }, Validators.required),
|
21983
21993
|
pensionersTax: new UntypedFormControl(clientDetails.pensionersTax),
|
21984
21994
|
workingHolidayMaker: new UntypedFormControl(clientDetails.workingHolidayMaker)
|
@@ -23251,8 +23261,9 @@ class AllocationRuleTransactionForm extends AbstractForm {
|
|
23251
23261
|
this.get('tax').setValue(0);
|
23252
23262
|
return;
|
23253
23263
|
}
|
23254
|
-
// prefill salary tax with its income source forecast
|
23255
|
-
if (incomeSource instanceof IncomeSource && incomeSource.isWorkIncome() && !this.get('tax').value
|
23264
|
+
// prefill salary tax with its income source forecast in case if we have at least 1 salaryForecasts
|
23265
|
+
if (incomeSource instanceof IncomeSource && incomeSource.isWorkIncome() && !this.get('tax').value
|
23266
|
+
&& incomeSource.salaryForecasts.length) {
|
23256
23267
|
this.get('tax').setValue(incomeSource.salaryForecasts[0].taxWithheld);
|
23257
23268
|
}
|
23258
23269
|
});
|
@@ -23689,9 +23700,10 @@ class WorkIncomeForm extends WorkTransactionForm {
|
|
23689
23700
|
if (allocations.length || transaction.operation === TransactionOperationEnum.ALLOCATE) {
|
23690
23701
|
this.get('amount').disable();
|
23691
23702
|
}
|
23692
|
-
// prefill tax value for preselected salary income source
|
23693
|
-
if (!this.get('tax').value && transaction.incomeSource && transaction.incomeSource.isWorkIncome()
|
23694
|
-
|
23703
|
+
// prefill tax value for preselected salary income source in case if we have at least 1 salaryForecast
|
23704
|
+
if (!this.get('tax').value && transaction.incomeSource && transaction.incomeSource.isWorkIncome()
|
23705
|
+
&& transaction.incomeSource.salaryForecasts.length) {
|
23706
|
+
this.updateTaxValue(transaction.incomeSource.salaryForecasts[0]);
|
23695
23707
|
}
|
23696
23708
|
this.listenEvents();
|
23697
23709
|
}
|
@@ -23701,14 +23713,15 @@ class WorkIncomeForm extends WorkTransactionForm {
|
|
23701
23713
|
}
|
23702
23714
|
watchIncomeSource() {
|
23703
23715
|
this.get('incomeSource').valueChanges.subscribe((incomeSource) => {
|
23704
|
-
// prefill salary tax with its income source forecast
|
23705
|
-
if (incomeSource instanceof IncomeSource && incomeSource.isWorkIncome() && !this.get('tax').value
|
23706
|
-
|
23716
|
+
// prefill salary tax with its income source forecast in case if we have at least 1 salaryForecast
|
23717
|
+
if (incomeSource instanceof IncomeSource && incomeSource.isWorkIncome() && !this.get('tax').value
|
23718
|
+
&& incomeSource.salaryForecasts.length) {
|
23719
|
+
this.updateTaxValue(incomeSource.salaryForecasts[0]);
|
23707
23720
|
}
|
23708
23721
|
});
|
23709
23722
|
}
|
23710
|
-
updateTaxValue(
|
23711
|
-
this.get('tax').setValue(
|
23723
|
+
updateTaxValue(salaryForecast) {
|
23724
|
+
this.get('tax').setValue(salaryForecast.taxWithheld);
|
23712
23725
|
}
|
23713
23726
|
watchChartAccounts() {
|
23714
23727
|
super.watchChartAccounts();
|
@@ -24209,5 +24222,5 @@ var MessagesEnum;
|
|
24209
24222
|
* Generated bundle index. Do not edit.
|
24210
24223
|
*/
|
24211
24224
|
|
24212
|
-
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, 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 };
|
24225
|
+
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 };
|
24213
24226
|
//# sourceMappingURL=taxtank-core.mjs.map
|