taxtank-core 0.30.19 → 0.30.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/db/Enums/chart-accounts/chart-accounts-category.enum.mjs +3 -1
- package/esm2020/lib/db/Enums/chart-accounts/chart-accounts-list.enum.mjs +3 -1
- package/esm2020/lib/db/Enums/holding/holding-type-category.enum.mjs +10 -0
- package/esm2020/lib/db/Enums/subscription/service-product-id.enum.mjs +2 -1
- package/esm2020/lib/db/Enums/tank-type.enum.mjs +2 -1
- package/esm2020/lib/db/Enums/user-roles.enum.mjs +2 -1
- package/esm2020/lib/db/Models/holding/holding-sale.mjs +3 -0
- package/esm2020/lib/db/Models/holding/holding-type.mjs +3 -0
- package/esm2020/lib/db/Models/holding/holding.mjs +3 -0
- package/esm2020/lib/db/Models/holding/index.mjs +4 -0
- package/esm2020/lib/db/Models/index.mjs +2 -1
- package/esm2020/lib/db/Models/transaction/transaction-base.mjs +14 -1
- package/esm2020/lib/forms/client/client-income-types.form.mjs +2 -2
- package/esm2020/lib/forms/report/my-tax/my-tax-income-statements.form.mjs +17 -1
- package/esm2020/lib/forms/transaction/allocation-rule.form.mjs +14 -2
- package/esm2020/lib/interceptors/basiq-client-id.interceptor.mjs +3 -3
- package/esm2020/lib/interceptors/basiq-token.interceptor.mjs +3 -3
- package/esm2020/lib/interceptors/corelogic-interceptor.mjs +3 -3
- package/esm2020/lib/interceptors/financial-year-interceptor.mjs +3 -3
- package/esm2020/lib/interceptors/interceptors.module.mjs +4 -4
- package/esm2020/lib/interceptors/jwt-interceptor.mjs +3 -3
- package/esm2020/lib/interceptors/preloader.interceptor.mjs +3 -3
- package/esm2020/lib/interceptors/user-switcher-interceptor.mjs +3 -3
- package/esm2020/lib/models/account-setup/account-setup-item.mjs +2 -2
- package/esm2020/lib/models/account-setup/account-setup-items.const.mjs +14 -4
- package/esm2020/lib/models/account-setup/account-setup-items.enum.mjs +2 -1
- package/esm2020/lib/models/chart-accounts/chart-accounts-categories.const.mjs +16 -2
- package/esm2020/lib/models/client/client-income-types.mjs +1 -9
- package/esm2020/lib/models/holding/holding-sale.mjs +10 -0
- package/esm2020/lib/models/holding/holding-type.mjs +10 -0
- package/esm2020/lib/models/holding/holding.mjs +27 -0
- package/esm2020/lib/models/holding/index.mjs +4 -0
- package/esm2020/lib/models/index.mjs +2 -1
- package/esm2020/lib/models/report/my-tax/my-tax-income-statements/my-tax-income-statements.mjs +10 -1
- package/esm2020/lib/models/service-subscription/service-product.mjs +4 -1
- package/esm2020/lib/models/transaction/allocation-rule.mjs +1 -13
- package/esm2020/lib/models/transaction/transaction.mjs +5 -2
- package/esm2020/lib/models/user/user-roles.const.mjs +3 -1
- package/esm2020/lib/services/account-setup/account-setup.service.mjs +21 -16
- package/esm2020/lib/services/affiliate/rewardful/rewardful.service.mjs +3 -3
- package/esm2020/lib/services/asset/assets.service.mjs +3 -3
- package/esm2020/lib/services/auth/auth.service.mjs +3 -3
- package/esm2020/lib/services/auth/jwt.service.mjs +3 -3
- package/esm2020/lib/services/bank/bank-account-calculation.service.mjs +3 -3
- package/esm2020/lib/services/bank/bank-transaction-calculation.service.mjs +3 -3
- package/esm2020/lib/services/event/event-dispatcher.service.mjs +3 -3
- package/esm2020/lib/services/event/sse.service.mjs +3 -3
- package/esm2020/lib/services/export/export-formatter.service.mjs +3 -3
- package/esm2020/lib/services/header-title/header-title.service.mjs +3 -3
- package/esm2020/lib/services/http/address/address.service.mjs +3 -3
- package/esm2020/lib/services/http/bank/bank-account/bank-account.service.mjs +3 -3
- package/esm2020/lib/services/http/bank/bank-connection/bank-connection.service.mjs +3 -3
- package/esm2020/lib/services/http/bank/bank-transaction/bank-transaction.service.mjs +3 -3
- package/esm2020/lib/services/http/bank/bank.service.mjs +3 -3
- package/esm2020/lib/services/http/bank/basiq/basiq-token.service.mjs +3 -3
- package/esm2020/lib/services/http/bank/basiq/basiq.service.mjs +3 -3
- package/esm2020/lib/services/http/chart-accounts/chart-accounts-depreciations/chart-accounts-depreciations.service.mjs +3 -3
- package/esm2020/lib/services/http/chart-accounts/chart-accounts.service.mjs +3 -3
- package/esm2020/lib/services/http/chat/chat.service.mjs +3 -3
- package/esm2020/lib/services/http/chat/message-document.service.mjs +3 -3
- package/esm2020/lib/services/http/chat/message.service.mjs +3 -3
- package/esm2020/lib/services/http/depreciation/depreciation-capital-project/depreciation-capital-project.service.mjs +3 -3
- package/esm2020/lib/services/http/depreciation/depreciation-receipt/depreciation-receipt.service.mjs +3 -3
- package/esm2020/lib/services/http/depreciation/depreciation.service.mjs +3 -3
- package/esm2020/lib/services/http/document/document-folder/document-folder.service.mjs +3 -3
- package/esm2020/lib/services/http/document/document.service.mjs +3 -3
- package/esm2020/lib/services/http/facebook/facebook.service.mjs +3 -3
- package/esm2020/lib/services/http/file/file.service.mjs +3 -3
- package/esm2020/lib/services/http/firm/client-income/client-income-types.service.mjs +3 -3
- package/esm2020/lib/services/http/firm/client-invite/client-invite.service.mjs +3 -3
- package/esm2020/lib/services/http/firm/client-movement/client-movement.service.mjs +3 -3
- package/esm2020/lib/services/http/firm/employee/employee.service.mjs +3 -3
- package/esm2020/lib/services/http/firm/employee-invite/employee-invite.service.mjs +3 -3
- package/esm2020/lib/services/http/firm/firm.service.mjs +3 -3
- package/esm2020/lib/services/http/firm/portfolio-report/client-portfolio-report.service.mjs +3 -3
- package/esm2020/lib/services/http/google/google.service.mjs +3 -3
- package/esm2020/lib/services/http/holding/holding-sale.service.mjs +27 -0
- package/esm2020/lib/services/http/holding/holding-type.service.mjs +27 -0
- package/esm2020/lib/services/http/holding/holding.service.mjs +27 -0
- package/esm2020/lib/services/http/holding/index.mjs +4 -0
- package/esm2020/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.mjs +3 -3
- package/esm2020/lib/services/http/income-source/income-source.service.mjs +3 -3
- package/esm2020/lib/services/http/income-source/salary-forecast/salary-forecast.service.mjs +3 -3
- package/esm2020/lib/services/http/income-source/sole-forecast/sole-forecast.service.mjs +3 -3
- package/esm2020/lib/services/http/index.mjs +2 -1
- package/esm2020/lib/services/http/loan/borrowing-expense/borrowing-expense.service.mjs +3 -3
- package/esm2020/lib/services/http/loan/loan.service.mjs +3 -3
- package/esm2020/lib/services/http/property/property-category/property-category.service.mjs +3 -3
- package/esm2020/lib/services/http/property/property-category-movement/property-category-movement.service.mjs +3 -3
- package/esm2020/lib/services/http/property/property-document/property-document.service.mjs +3 -3
- package/esm2020/lib/services/http/property/property-sale/property-sale.service.mjs +3 -3
- package/esm2020/lib/services/http/property/property-sale/tax-exemption/tax-exemption.service.mjs +3 -3
- package/esm2020/lib/services/http/property/property-share/property-share.service.mjs +3 -3
- package/esm2020/lib/services/http/property/property.service.mjs +3 -3
- package/esm2020/lib/services/http/receipt/receipt.service.mjs +3 -3
- package/esm2020/lib/services/http/rest/rest-old.service.mjs +3 -3
- package/esm2020/lib/services/http/rest/rest.service.mjs +4 -4
- package/esm2020/lib/services/http/service-notification/service-notification.service.mjs +3 -3
- package/esm2020/lib/services/http/sole/bas-report/bas-report.service.mjs +3 -3
- package/esm2020/lib/services/http/sole/sole-business/sole-business.service.mjs +3 -3
- package/esm2020/lib/services/http/sole/sole-business-activity/sole-business-activity.service.mjs +3 -3
- package/esm2020/lib/services/http/sole/sole-business-loss/sole-business-loss-rules/sole-business-loss-offset-rule.service.mjs +3 -3
- package/esm2020/lib/services/http/sole/sole-business-loss/sole-business-loss.service.mjs +3 -3
- package/esm2020/lib/services/http/sole/sole-contact/sole-contact.service.mjs +3 -3
- package/esm2020/lib/services/http/sole/sole-depreciation-method/sole-depreciation-method.service.mjs +3 -3
- package/esm2020/lib/services/http/sole/sole-details/sole-details.service.mjs +3 -3
- package/esm2020/lib/services/http/sole/sole-invoice/sole-invoice.service.mjs +3 -3
- package/esm2020/lib/services/http/sole/sole-invoice-template/sole-invoice-template.service.mjs +3 -3
- package/esm2020/lib/services/http/subscription/service-payment/service-payment.service.mjs +3 -3
- package/esm2020/lib/services/http/subscription/service-payment-method/service-payment-method.service.mjs +3 -3
- package/esm2020/lib/services/http/subscription/service-price/service-price.service.mjs +3 -3
- package/esm2020/lib/services/http/subscription/service-product/service-product.service.mjs +3 -3
- package/esm2020/lib/services/http/subscription/service-subscription/subscription.service.mjs +3 -3
- package/esm2020/lib/services/http/tax-review/tax-review-history/tax-review-history.service.mjs +3 -3
- package/esm2020/lib/services/http/tax-review/tax-review.service.mjs +3 -3
- package/esm2020/lib/services/http/tax-summary/tax-summary.service.mjs +3 -3
- package/esm2020/lib/services/http/transaction/transaction-allocation/allocation-rule/allocation-rule.service.mjs +3 -3
- package/esm2020/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.mjs +3 -3
- package/esm2020/lib/services/http/transaction/transaction-receipt/transaction-receipt.service.mjs +3 -3
- package/esm2020/lib/services/http/transaction/transaction.service.mjs +3 -3
- package/esm2020/lib/services/http/tutorial-video/tutorial-video.service.mjs +3 -3
- package/esm2020/lib/services/http/user/occupation/occupation.service.mjs +3 -3
- package/esm2020/lib/services/http/user/user-event-setting/user-event-setting.service.mjs +3 -3
- package/esm2020/lib/services/http/user/user-event-type/user-event-type.service.mjs +3 -3
- package/esm2020/lib/services/http/user/user.service.mjs +3 -3
- package/esm2020/lib/services/http/user/users-invite/users-invite.service.mjs +3 -3
- package/esm2020/lib/services/http/vehicle/vehicle-claim-details.service.mjs +3 -3
- package/esm2020/lib/services/http/vehicle/vehicle-claim.service.mjs +3 -3
- package/esm2020/lib/services/http/vehicle/vehicle-logbook.service.mjs +3 -3
- package/esm2020/lib/services/http/vehicle/vehicle.service.mjs +3 -3
- package/esm2020/lib/services/intercom/intercom.service.mjs +3 -3
- package/esm2020/lib/services/pdf/pdf-from-dom-element/pdf-from-dom-element.service.mjs +3 -3
- package/esm2020/lib/services/pdf/pdf-from-table/pdf-from-data-table/pdf-from-data-table.service.mjs +3 -3
- package/esm2020/lib/services/pdf/pdf-from-table/pdf-from-html-table/pdf-from-html-table.service.mjs +3 -3
- package/esm2020/lib/services/pdf/pdf-from-table/pdf-from-table.service.mjs +3 -3
- package/esm2020/lib/services/preloader/preloader.service.mjs +3 -3
- package/esm2020/lib/services/property/corelogic/corelogic.service.mjs +3 -3
- package/esm2020/lib/services/property/equity-position-chart/equity-position-chart.service.mjs +3 -3
- package/esm2020/lib/services/property/property-calculation/property-calculation.service.mjs +3 -3
- package/esm2020/lib/services/report/property/property-transaction-report.service.mjs +3 -3
- package/esm2020/lib/services/toast/toast.service.mjs +3 -3
- package/esm2020/lib/services/transaction/transaction-calculation.service.mjs +3 -3
- package/esm2020/lib/services/user/user-switcher.service.mjs +3 -3
- package/esm2020/lib/services/vehicle/logbook-best-period.service.mjs +3 -3
- package/esm2020/lib/services/xlsx/xlsx.service.mjs +3 -3
- package/esm2020/lib/tt-core.module.mjs +4 -4
- package/fesm2015/taxtank-core.mjs +556 -374
- package/fesm2015/taxtank-core.mjs.map +1 -1
- package/fesm2020/taxtank-core.mjs +555 -374
- package/fesm2020/taxtank-core.mjs.map +1 -1
- package/lib/db/Enums/chart-accounts/chart-accounts-category.enum.d.ts +3 -1
- package/lib/db/Enums/chart-accounts/chart-accounts-list.enum.d.ts +3 -1
- package/lib/db/Enums/holding/holding-type-category.enum.d.ts +8 -0
- package/lib/db/Enums/subscription/service-product-id.enum.d.ts +2 -1
- package/lib/db/Enums/tank-type.enum.d.ts +2 -1
- package/lib/db/Enums/user-roles.enum.d.ts +1 -0
- package/lib/db/Models/holding/holding-sale.d.ts +12 -0
- package/lib/db/Models/holding/holding-type.d.ts +12 -0
- package/lib/db/Models/holding/holding.d.ts +16 -0
- package/lib/db/Models/holding/index.d.ts +3 -0
- package/lib/db/Models/index.d.ts +1 -0
- package/lib/db/Models/transaction/transaction-base.d.ts +1 -0
- package/lib/forms/report/my-tax/my-tax-income-statements.form.d.ts +2 -2
- package/lib/forms/transaction/allocation-rule.form.d.ts +1 -0
- package/lib/models/account-setup/account-setup-item.d.ts +1 -1
- package/lib/models/account-setup/account-setup-items.enum.d.ts +2 -1
- package/lib/models/client/client-income-types.d.ts +0 -5
- package/lib/models/holding/holding-sale.d.ts +12 -0
- package/lib/models/holding/holding-type.d.ts +12 -0
- package/lib/models/holding/holding.d.ts +17 -0
- package/lib/models/holding/index.d.ts +3 -0
- package/lib/models/index.d.ts +1 -0
- package/lib/models/report/my-tax/my-tax-income-statements/my-tax-income-statements.d.ts +4 -0
- package/lib/models/service-subscription/service-product.d.ts +1 -0
- package/lib/models/transaction/allocation-rule.d.ts +0 -1
- package/lib/services/account-setup/account-setup.service.d.ts +3 -2
- package/lib/services/http/holding/holding-sale.service.d.ts +17 -0
- package/lib/services/http/holding/holding-type.service.d.ts +17 -0
- package/lib/services/http/holding/holding.service.d.ts +17 -0
- package/lib/services/http/holding/index.d.ts +3 -0
- package/lib/services/http/index.d.ts +1 -0
- package/lib/services/http/rest/rest.service.d.ts +1 -1
- package/package.json +1 -1
- package/lib/collections/account-setup-item.collection.d.ts.map +0 -1
- package/lib/collections/allocation-group.collection.d.ts.map +0 -1
- package/lib/collections/allocation-rule.collection.d.ts.map +0 -1
- package/lib/collections/bank-account.collection.d.ts.map +0 -1
- package/lib/collections/bank-transaction.collection.d.ts.map +0 -1
- package/lib/collections/chart-accounts.collection.d.ts.map +0 -1
- package/lib/collections/client-invite.collection.d.ts.map +0 -1
- package/lib/collections/client-movement.collection.d.ts.map +0 -1
- package/lib/collections/client-portfolio-report.collection.d.ts.map +0 -1
- package/lib/collections/client.collection.d.ts.map +0 -1
- package/lib/collections/depreciation-forecast.collection.d.ts.map +0 -1
- package/lib/collections/depreciation.collection.d.ts.map +0 -1
- package/lib/collections/employee.collection.d.ts.map +0 -1
- package/lib/collections/exportable.collection.d.ts.map +0 -1
- package/lib/collections/income-source.collection.d.ts.map +0 -1
- package/lib/collections/index.d.ts.map +0 -1
- package/lib/collections/loan/index.d.ts.map +0 -1
- package/lib/collections/loan/loan-payment.collection.d.ts.map +0 -1
- package/lib/collections/loan/loan.collection.d.ts.map +0 -1
- package/lib/collections/property/index.d.ts.map +0 -1
- package/lib/collections/property/property-category-movement.collection.d.ts.map +0 -1
- package/lib/collections/property/property-sale/index.d.ts.map +0 -1
- package/lib/collections/property/property-sale/property-sale-tax-exemption-meta-field.collection.d.ts.map +0 -1
- package/lib/collections/property/property-sale/property-sale.collection.d.ts.map +0 -1
- package/lib/collections/property/property-share.collection.d.ts.map +0 -1
- package/lib/collections/property/property.collection.d.ts.map +0 -1
- package/lib/collections/report/depreciation/depreciation-lvp-report-item.collection.d.ts.map +0 -1
- package/lib/collections/report/depreciation/depreciation-report-item.collection.d.ts.map +0 -1
- package/lib/collections/report/index.d.ts.map +0 -1
- package/lib/collections/report/property/property-report-item-depreciation.collection.d.ts.map +0 -1
- package/lib/collections/report/property/property-report-item-transaction.collection.d.ts.map +0 -1
- package/lib/collections/report/property/property-report-item.collection.d.ts.map +0 -1
- package/lib/collections/report/vehicle-expense/vehicle-expense.collection.d.ts.map +0 -1
- package/lib/collections/sole/index.d.ts.map +0 -1
- package/lib/collections/sole/sole-business-losses.collection.d.ts.map +0 -1
- package/lib/collections/sole/sole-invoice-item.collection.d.ts.map +0 -1
- package/lib/collections/sole/sole-invoice.collection.d.ts.map +0 -1
- package/lib/collections/subscription/index.d.ts.map +0 -1
- package/lib/collections/subscription/service-price.collection.d.ts.map +0 -1
- package/lib/collections/subscription/service-product.collection.d.ts.map +0 -1
- package/lib/collections/subscription/service-subscription.collection.d.ts.map +0 -1
- package/lib/collections/subscription/subscription-item.collection.d.ts.map +0 -1
- package/lib/collections/tax-review.collection.d.ts.map +0 -1
- package/lib/collections/tax-summary/index.d.ts.map +0 -1
- package/lib/collections/tax-summary/report-item.collection.d.ts.map +0 -1
- package/lib/collections/tax-summary/tax-return-categories.const.d.ts.map +0 -1
- package/lib/collections/transaction/index.d.ts.map +0 -1
- package/lib/collections/transaction/transaction-allocation.collection.d.ts.map +0 -1
- package/lib/collections/transaction/transaction.collection.d.ts.map +0 -1
- package/lib/collections/user-event-setting.collection.d.ts.map +0 -1
- package/lib/collections/user-event-type-collection.d.ts.map +0 -1
- package/lib/collections/vehicle/index.d.ts.map +0 -1
- package/lib/collections/vehicle/vehicle-claim.collection.d.ts.map +0 -1
- package/lib/collections/vehicle/vehicle-logbook.collection.d.ts.map +0 -1
- package/lib/db/Enums/bank-popular.enum.d.ts.map +0 -1
- package/lib/db/Enums/depreciation-write-off-amount.enum.d.ts.map +0 -1
- package/lib/db/Enums/income-source-type-list-other.enum.d.ts.map +0 -1
- package/lib/db/Enums/income-source-type-list-sole.enum.d.ts.map +0 -1
- package/lib/db/Enums/income-source-type-list-work.enum.d.ts.map +0 -1
- package/lib/db/Enums/invite-status.enum.d.ts.map +0 -1
- package/lib/db/Enums/loan-bank-type.enum.d.ts.map +0 -1
- package/lib/db/Enums/loan-frequency.enum.d.ts.map +0 -1
- package/lib/db/Enums/property/property-category-list.enum.d.ts.map +0 -1
- package/lib/db/Enums/service-notification-status.enum.d.ts.map +0 -1
- package/lib/db/Enums/service-notification-type.enum.d.ts.map +0 -1
- package/lib/db/Enums/subscription/service-payment-method-card-brand.enum.d.ts.map +0 -1
- package/lib/db/Enums/subscription/service-payment-method-type.enum.d.ts.map +0 -1
- package/lib/db/Enums/tax-return-category-list.enum.d.ts.map +0 -1
- package/lib/db/Enums/tax-return-category-section.enum.d.ts.map +0 -1
- package/lib/db/Enums/tax-summary-list.enum.d.ts.map +0 -1
- package/lib/db/Enums/tax-summary-tax-summary.enum.d.ts.map +0 -1
- package/lib/db/Enums/ticket-types.enum.d.ts.map +0 -1
- package/lib/db/Enums/user-event-type-client-type.enum.d.ts.map +0 -1
- package/lib/db/Enums/user-event-type-employee-type.enum.d.ts.map +0 -1
- package/lib/db/Enums/user-event-type-type.enum.d.ts.map +0 -1
- package/lib/db/Enums/user-event-type-user-type.enum.d.ts.map +0 -1
- package/lib/db/Enums/user-medicare-exemption.enum.d.ts.map +0 -1
- package/lib/db/Enums/user-work-depreciation-calculation.enum.d.ts.map +0 -1
- package/lib/db/Enums/user-working-holiday-maker.enum.d.ts.map +0 -1
- package/lib/db/Models/bank/bank-connection.d.ts.map +0 -1
- package/lib/db/Models/bank/basiq-job.d.ts.map +0 -1
- package/lib/db/Models/observable-model.d.ts.map +0 -1
- package/lib/db/Models/property/property-category.d.ts.map +0 -1
- package/lib/db/Models/property/property.d.ts.map +0 -1
- package/lib/db/Models/subscription/service-payment-method.d.ts.map +0 -1
- package/lib/db/Models/transaction/allocation-rule-condition.d.ts.map +0 -1
- package/lib/db/Models/transaction/allocation-rule-transaction-meta-field.d.ts.map +0 -1
- package/lib/db/Models/transaction/allocation-rule-transaction.d.ts.map +0 -1
- package/lib/db/Models/transaction/allocation-rule.d.ts.map +0 -1
- package/lib/db/Models/user/user.d.ts.map +0 -1
- package/lib/db-static/chart-accounts/chart-accounts-values.d.ts.map +0 -1
- package/lib/forms/abstract.form.d.ts.map +0 -1
- package/lib/forms/address/address.form.d.ts.map +0 -1
- package/lib/forms/address/index.d.ts.map +0 -1
- package/lib/forms/bank/bank-account/bank-account-add-manual.form.d.ts.map +0 -1
- package/lib/forms/bank/bank-account/bank-account-allocation.form.d.ts.map +0 -1
- package/lib/forms/bank/bank-account/bank-account-import.form.d.ts.map +0 -1
- package/lib/forms/bank/bank-account/bank-account-properties.form.d.ts.map +0 -1
- package/lib/forms/bank/bank-account/bank-accounts-import.form.d.ts.map +0 -1
- package/lib/forms/bank/bank-login.form.d.ts.map +0 -1
- package/lib/forms/client/client-income-types.form.d.ts.map +0 -1
- package/lib/forms/depreciation/depreciation.form.d.ts.map +0 -1
- package/lib/forms/depreciation/index.d.ts.map +0 -1
- package/lib/forms/form-validations.enum.d.ts.map +0 -1
- package/lib/forms/index.d.ts.map +0 -1
- package/lib/forms/loan/index.d.ts.map +0 -1
- package/lib/forms/loan/loan.form.d.ts.map +0 -1
- package/lib/forms/login/login.form.d.ts.map +0 -1
- package/lib/forms/phone/index.d.ts.map +0 -1
- package/lib/forms/phone/phone.form.d.ts.map +0 -1
- package/lib/forms/property/index.d.ts.map +0 -1
- package/lib/forms/property/property-sale/index.d.ts.map +0 -1
- package/lib/forms/property/property-sale/property-sale-cost-base.form.d.ts.map +0 -1
- package/lib/forms/property/property-sale/property-sale-cost-sale.form.d.ts.map +0 -1
- package/lib/forms/property/property-sale/property-sale-exemptions.form.d.ts.map +0 -1
- package/lib/forms/register/register-client.form.d.ts.map +0 -1
- package/lib/forms/register/register-firm.form.d.ts.map +0 -1
- package/lib/forms/report/my-tax/index.d.ts.map +0 -1
- package/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-details/my-tax-business-details.form.d.ts.map +0 -1
- package/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-income/my-tax-business-income.form.d.ts.map +0 -1
- package/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-income-or-losses.form.d.ts.map +0 -1
- package/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-losses/my-tax-business-losses.form.d.ts.map +0 -1
- package/lib/forms/report/my-tax/my-tax-cgt.form.d.ts.map +0 -1
- package/lib/forms/report/my-tax/my-tax-deductions.form.d.ts.map +0 -1
- package/lib/forms/report/my-tax/my-tax-dividends.form.d.ts.map +0 -1
- package/lib/forms/report/my-tax/my-tax-income-statements.form.d.ts.map +0 -1
- package/lib/forms/report/my-tax/my-tax-income-tests.form.d.ts.map +0 -1
- package/lib/forms/report/my-tax/my-tax-interest.form.d.ts.map +0 -1
- package/lib/forms/report/my-tax/my-tax-losses.form.d.ts.map +0 -1
- package/lib/forms/report/my-tax/my-tax-medicare.form.d.ts.map +0 -1
- package/lib/forms/report/my-tax/my-tax-offsets.form.d.ts.map +0 -1
- package/lib/forms/report/my-tax/my-tax-other-income.form.d.ts.map +0 -1
- package/lib/forms/report/my-tax/my-tax-partnerships-and-trusts.form.d.ts.map +0 -1
- package/lib/forms/report/my-tax/my-tax-rent.form.d.ts.map +0 -1
- package/lib/forms/sole/bas-report.form.d.ts.map +0 -1
- package/lib/forms/sole/index.d.ts.map +0 -1
- package/lib/forms/sole/sole-business-allocations.form.d.ts.map +0 -1
- package/lib/forms/sole/sole-business-loss.form.d.ts.map +0 -1
- package/lib/forms/sole/sole-business.form.d.ts.map +0 -1
- package/lib/forms/sole/sole-contact.form.d.ts.map +0 -1
- package/lib/forms/sole/sole-depreciation-method.form.d.ts.map +0 -1
- package/lib/forms/sole/sole-details.form.d.ts.map +0 -1
- package/lib/forms/sole/sole-invoice-item.form.d.ts.map +0 -1
- package/lib/forms/sole/sole-invoice-template.form.d.ts.map +0 -1
- package/lib/forms/sole/sole-invoice.form.d.ts.map +0 -1
- package/lib/forms/transaction/allocation-rule-condition.form.d.ts.map +0 -1
- package/lib/forms/transaction/allocation-rule-transaction-meta-field.form.d.ts.map +0 -1
- package/lib/forms/transaction/allocation-rule-transaction.form.d.ts.map +0 -1
- package/lib/forms/transaction/allocation-rule.form.d.ts.map +0 -1
- package/lib/forms/transaction/index.d.ts.map +0 -1
- package/lib/forms/transaction/messages.enum.d.ts.map +0 -1
- package/lib/forms/transaction/transaction-base.form.d.ts.map +0 -1
- package/lib/forms/transaction/transaction.form.d.ts.map +0 -1
- package/lib/forms/transaction/work/work-expense.form.d.ts.map +0 -1
- package/lib/forms/transaction/work/work-income.form.d.ts.map +0 -1
- package/lib/forms/transaction/work/work-transaction.form.d.ts.map +0 -1
- package/lib/forms/user/index.d.ts.map +0 -1
- package/lib/forms/user/password.form.d.ts.map +0 -1
- package/lib/forms/user/reset-password.form.d.ts.map +0 -1
- package/lib/forms/user/user-invite.form.d.ts.map +0 -1
- package/lib/forms/vehicle/index.d.ts.map +0 -1
- package/lib/forms/vehicle/vehicle-claim-details.form.d.ts.map +0 -1
- package/lib/forms/vehicle/vehicle-claim.form.d.ts.map +0 -1
- package/lib/forms/vehicle/vehicle-logbook.form.d.ts.map +0 -1
- package/lib/forms/vehicle/vehicle.form.d.ts.map +0 -1
- package/lib/functions/clone-deep.d.ts.map +0 -1
- package/lib/functions/create-date.d.ts.map +0 -1
- package/lib/functions/enum-to-list.d.ts.map +0 -1
- package/lib/functions/get-doc-icon.d.ts.map +0 -1
- package/lib/functions/mat-options-functions.d.ts.map +0 -1
- package/lib/functions/mat-sort-options.d.ts.map +0 -1
- package/lib/functions/round-to.d.ts.map +0 -1
- package/lib/functions/tax-review-filter-predicate.d.ts.map +0 -1
- package/lib/interceptors/basiq-client-id.interceptor.d.ts.map +0 -1
- package/lib/interceptors/basiq-token.interceptor.d.ts.map +0 -1
- package/lib/interceptors/interceptors.module.d.ts.map +0 -1
- package/lib/interceptors/jwt-interceptor.d.ts.map +0 -1
- package/lib/interceptors/preloader.interceptor.d.ts.map +0 -1
- package/lib/interceptors/user-switcher-interceptor.d.ts.map +0 -1
- package/lib/interfaces/asset.interface.d.ts.map +0 -1
- package/lib/interfaces/auth-tokens.interface.d.ts.map +0 -1
- package/lib/interfaces/chart-data.interface.d.ts.map +0 -1
- package/lib/interfaces/chart-serie.interface.d.ts.map +0 -1
- package/lib/interfaces/event-listener.interface.d.ts.map +0 -1
- package/lib/interfaces/expense.interface.d.ts.map +0 -1
- package/lib/interfaces/income-source-forecast.interface.d.ts.map +0 -1
- package/lib/interfaces/index.d.ts.map +0 -1
- package/lib/interfaces/option.interface.d.ts.map +0 -1
- package/lib/interfaces/receipt.interface.d.ts.map +0 -1
- package/lib/interfaces/table-exportable.interface.d.ts.map +0 -1
- package/lib/interfaces/tank.interface.d.ts.map +0 -1
- package/lib/interfaces/updatable.interface.d.ts.map +0 -1
- package/lib/models/account-setup/account-setup-item.d.ts.map +0 -1
- package/lib/models/account-setup/account-setup-items.const.d.ts.map +0 -1
- package/lib/models/account-setup/account-setup-items.enum.d.ts.map +0 -1
- package/lib/models/badge/badge-color.enum.d.ts.map +0 -1
- package/lib/models/badge/badge.d.ts.map +0 -1
- package/lib/models/bank/allocation-group.d.ts.map +0 -1
- package/lib/models/bank/bank-account-chart-data.d.ts.map +0 -1
- package/lib/models/bank/bank-account-property.d.ts.map +0 -1
- package/lib/models/bank/bank-account-types.const.d.ts.map +0 -1
- package/lib/models/bank/bank-account.d.ts.map +0 -1
- package/lib/models/bank/bank-connection.d.ts.map +0 -1
- package/lib/models/bank/bank-external-stats.d.ts.map +0 -1
- package/lib/models/bank/bank-login-data.d.ts.map +0 -1
- package/lib/models/bank/bank-transaction-chart-data.d.ts.map +0 -1
- package/lib/models/bank/bank-transaction-summary-fields.enum.d.ts.map +0 -1
- package/lib/models/bank/bank-transaction.d.ts.map +0 -1
- package/lib/models/bank/bank.d.ts.map +0 -1
- package/lib/models/bank/basiq/basiq-job-response.d.ts.map +0 -1
- package/lib/models/bank/basiq/basiq-job-step.d.ts.map +0 -1
- package/lib/models/bank/basiq/basiq-job.d.ts.map +0 -1
- package/lib/models/bank/basiq/basiq-token-response.interface.d.ts.map +0 -1
- package/lib/models/bank/basiq/basiq-token.d.ts.map +0 -1
- package/lib/models/bank/basiq/index.d.ts.map +0 -1
- package/lib/models/bank/index.d.ts.map +0 -1
- package/lib/models/bank/type-loan.const.d.ts.map +0 -1
- package/lib/models/borrowing-expense/borrowing-expense-loan.d.ts.map +0 -1
- package/lib/models/borrowing-expense/borrowing-expense.d.ts.map +0 -1
- package/lib/models/borrowing-expense/index.d.ts.map +0 -1
- package/lib/models/chart/chart-data.d.ts.map +0 -1
- package/lib/models/chart/chart-serie.d.ts.map +0 -1
- package/lib/models/chart-accounts/chart-accounts-categories.const.d.ts.map +0 -1
- package/lib/models/chart-accounts/chart-accounts-category.e-collection.d.ts.map +0 -1
- package/lib/models/chart-accounts/chart-accounts-depreciation.d.ts.map +0 -1
- package/lib/models/chart-accounts/chart-accounts-heading.d.ts.map +0 -1
- package/lib/models/chart-accounts/chart-accounts-meta-field.d.ts.map +0 -1
- package/lib/models/chart-accounts/chart-accounts-tax-labels.enum.d.ts.map +0 -1
- package/lib/models/chart-accounts/chart-accounts-value.d.ts.map +0 -1
- package/lib/models/chart-accounts/chart-accounts.d.ts.map +0 -1
- package/lib/models/chart-accounts/index.d.ts.map +0 -1
- package/lib/models/chat/chat-view-type.enum.d.ts.map +0 -1
- package/lib/models/chat/chat.d.ts.map +0 -1
- package/lib/models/chat/index.d.ts.map +0 -1
- package/lib/models/chat/message-document.d.ts.map +0 -1
- package/lib/models/chat/message.d.ts.map +0 -1
- package/lib/models/client/client-income-types.d.ts.map +0 -1
- package/lib/models/client/client-invite.d.ts.map +0 -1
- package/lib/models/client/client-movement.d.ts.map +0 -1
- package/lib/models/client/client-portfolio-chart-data.d.ts.map +0 -1
- package/lib/models/client/client-portfolio-report.d.ts.map +0 -1
- package/lib/models/color/alphabet-colors.enum.d.ts.map +0 -1
- package/lib/models/depreciation/depreciation-capital-project.d.ts.map +0 -1
- package/lib/models/depreciation/depreciation-forecast.d.ts.map +0 -1
- package/lib/models/depreciation/depreciation-group-item.d.ts.map +0 -1
- package/lib/models/depreciation/depreciation-group.d.ts.map +0 -1
- package/lib/models/depreciation/depreciation-group.enum.d.ts.map +0 -1
- package/lib/models/depreciation/depreciation-groups.const.d.ts.map +0 -1
- package/lib/models/depreciation/depreciation-lvp-rate.enum.d.ts.map +0 -1
- package/lib/models/depreciation/depreciation-receipt.d.ts.map +0 -1
- package/lib/models/depreciation/depreciation.d.ts.map +0 -1
- package/lib/models/depreciation/index.d.ts.map +0 -1
- package/lib/models/dictionary/dictionary.d.ts.map +0 -1
- package/lib/models/dictionary/index.d.ts.map +0 -1
- package/lib/models/document/document-api-url-prefix.enum.d.ts.map +0 -1
- package/lib/models/document/document-file-types.const.d.ts.map +0 -1
- package/lib/models/document/document-folder.d.ts.map +0 -1
- package/lib/models/document/document.d.ts.map +0 -1
- package/lib/models/document/index.d.ts.map +0 -1
- package/lib/models/employee/employee-invite.d.ts.map +0 -1
- package/lib/models/endpoint/endpoint.d.ts.map +0 -1
- package/lib/models/endpoint/endpoints.const.d.ts.map +0 -1
- package/lib/models/event/index.d.ts.map +0 -1
- package/lib/models/export/export-format.enum.d.ts.map +0 -1
- package/lib/models/export/export-row-data-type.enum.d.ts.map +0 -1
- package/lib/models/export/export-row.d.ts.map +0 -1
- package/lib/models/file/file.d.ts.map +0 -1
- package/lib/models/file/icons-file.enum.d.ts.map +0 -1
- package/lib/models/file/index.d.ts.map +0 -1
- package/lib/models/financial-year/financial-year.d.ts.map +0 -1
- package/lib/models/financial-year/index.d.ts.map +0 -1
- package/lib/models/financial-year/month-name-short.enum.d.ts.map +0 -1
- package/lib/models/financial-year/month-number.enum.d.ts.map +0 -1
- package/lib/models/financial-year/months.const.d.ts.map +0 -1
- package/lib/models/income-position/income-position.d.ts.map +0 -1
- package/lib/models/income-source/income-source-chart-data.d.ts.map +0 -1
- package/lib/models/income-source/income-source-forecast.d.ts.map +0 -1
- package/lib/models/income-source/income-source-type.d.ts.map +0 -1
- package/lib/models/income-source/income-source.d.ts.map +0 -1
- package/lib/models/income-source/salary-forecast.d.ts.map +0 -1
- package/lib/models/income-source/sole-forecast.d.ts.map +0 -1
- package/lib/models/index.d.ts.map +0 -1
- package/lib/models/loan/index.d.ts.map +0 -1
- package/lib/models/loan/loan-max-number-of-payments.enum.d.ts.map +0 -1
- package/lib/models/loan/loan.d.ts.map +0 -1
- package/lib/models/notification/index.d.ts.map +0 -1
- package/lib/models/notification/notification.d.ts.map +0 -1
- package/lib/models/pdf/pdf-orientation.enum.d.ts.map +0 -1
- package/lib/models/pdf/pdf-settings.d.ts.map +0 -1
- package/lib/models/property/calculation-form-item.d.ts.map +0 -1
- package/lib/models/property/calculation-form-type.enum.d.ts.map +0 -1
- package/lib/models/property/capital-costs-itmes.const.d.ts.map +0 -1
- package/lib/models/property/index.d.ts.map +0 -1
- package/lib/models/property/property-category-movement.d.ts.map +0 -1
- package/lib/models/property/property-category.d.ts.map +0 -1
- package/lib/models/property/property-document.d.ts.map +0 -1
- package/lib/models/property/property-equity-chart-data.d.ts.map +0 -1
- package/lib/models/property/property-equity-chart-item.d.ts.map +0 -1
- package/lib/models/property/property-equity-chart-type.enum.d.ts.map +0 -1
- package/lib/models/property/property-forecast.d.ts.map +0 -1
- package/lib/models/property/property-sale/index.d.ts.map +0 -1
- package/lib/models/property/property-sale/property-sale-cost-base.d.ts.map +0 -1
- package/lib/models/property/property-sale/property-sale-tax-exemption-meta-field.d.ts.map +0 -1
- package/lib/models/property/property-sale/property-sale.d.ts.map +0 -1
- package/lib/models/property/property-sale/tax-exemption-meta-field.d.ts.map +0 -1
- package/lib/models/property/property-sale/tax-exemption.d.ts.map +0 -1
- package/lib/models/property/property-share.d.ts.map +0 -1
- package/lib/models/property/property-subscription.d.ts.map +0 -1
- package/lib/models/property/property-valuation.d.ts.map +0 -1
- package/lib/models/property/property.d.ts.map +0 -1
- package/lib/models/property/share-filter-options.enum.d.ts.map +0 -1
- package/lib/models/registration-invite/registration-invite.d.ts.map +0 -1
- package/lib/models/report/depreciation/depreciation-lvp-asset-type.enum.d.ts.map +0 -1
- package/lib/models/report/depreciation/depreciation-lvp-report-item.d.ts.map +0 -1
- package/lib/models/report/depreciation/depreciation-report-item.d.ts.map +0 -1
- package/lib/models/report/depreciation/index.d.ts.map +0 -1
- package/lib/models/report/index.d.ts.map +0 -1
- package/lib/models/report/my-tax/ato-links.d.ts.map +0 -1
- package/lib/models/report/my-tax/index.d.ts.map +0 -1
- package/lib/models/report/my-tax/my-tax-business-income-or-losses/business-income-or-losses-categories.const.d.ts.map +0 -1
- package/lib/models/report/my-tax/my-tax-business-income-or-losses/business-type.enum.d.ts.map +0 -1
- package/lib/models/report/my-tax/my-tax-business-income-or-losses/loss-type.enum.d.ts.map +0 -1
- package/lib/models/report/my-tax/my-tax-business-income-or-losses/my-tax-business-details/my-tax-business-details.d.ts.map +0 -1
- package/lib/models/report/my-tax/my-tax-business-income-or-losses/my-tax-business-income/my-tax-business-income.d.ts.map +0 -1
- package/lib/models/report/my-tax/my-tax-business-income-or-losses/my-tax-business-losses/my-tax-business-losses.d.ts.map +0 -1
- package/lib/models/report/my-tax/my-tax-cgt/cgt-exemption-and-rollover-code.enum.d.ts.map +0 -1
- package/lib/models/report/my-tax/my-tax-cgt/my-tax-cgt.d.ts.map +0 -1
- package/lib/models/report/my-tax/my-tax-deductions/deduction-clothing-type.enum.d.ts.map +0 -1
- package/lib/models/report/my-tax/my-tax-deductions/deduction-fields.const.d.ts.map +0 -1
- package/lib/models/report/my-tax/my-tax-deductions/deduction-self-education-type.enum.d.ts.map +0 -1
- package/lib/models/report/my-tax/my-tax-deductions/my-tax-deductions.d.ts.map +0 -1
- package/lib/models/report/my-tax/my-tax-dividends/my-tax-dividends.d.ts.map +0 -1
- package/lib/models/report/my-tax/my-tax-estimate/my-tax-estimate.d.ts.map +0 -1
- package/lib/models/report/my-tax/my-tax-income-statements/my-tax-income-statements.d.ts.map +0 -1
- package/lib/models/report/my-tax/my-tax-income-tests/my-tax-income-tests.d.ts.map +0 -1
- package/lib/models/report/my-tax/my-tax-interest/my-tax-interest.d.ts.map +0 -1
- package/lib/models/report/my-tax/my-tax-losses/my-tax-losses.d.ts.map +0 -1
- package/lib/models/report/my-tax/my-tax-offsets/my-tax-offsets.d.ts.map +0 -1
- package/lib/models/report/my-tax/my-tax-other-income/my-tax-other-income.d.ts.map +0 -1
- package/lib/models/report/my-tax/my-tax-partnerships-and-trusts/my-tax-partnerships-and-trusts.d.ts.map +0 -1
- package/lib/models/report/my-tax/my-tax-rent/my-tax-rent.d.ts.map +0 -1
- package/lib/models/report/property/index.d.ts.map +0 -1
- package/lib/models/report/property/property-report-item-depreciation.d.ts.map +0 -1
- package/lib/models/report/property/property-report-item-transaction.d.ts.map +0 -1
- package/lib/models/report/property/property-report-item.d.ts.map +0 -1
- package/lib/models/report/sole/index.d.ts.map +0 -1
- package/lib/models/report/sole/sole-business/sole-business-loss-report.d.ts.map +0 -1
- package/lib/models/report/vehicle-expense/vehicle-expense.d.ts.map +0 -1
- package/lib/models/service-subscription/index.d.ts.map +0 -1
- package/lib/models/service-subscription/module-url-list.const.d.ts.map +0 -1
- package/lib/models/service-subscription/payment-method-brand.enum.d.ts.map +0 -1
- package/lib/models/service-subscription/service-payment-method.d.ts.map +0 -1
- package/lib/models/service-subscription/service-payment.d.ts.map +0 -1
- package/lib/models/service-subscription/service-subscription.d.ts.map +0 -1
- package/lib/models/service-subscription/stripe-promo-code.d.ts.map +0 -1
- package/lib/models/sole/bas-report.d.ts.map +0 -1
- package/lib/models/sole/index.d.ts.map +0 -1
- package/lib/models/sole/sole-business-activity.d.ts.map +0 -1
- package/lib/models/sole/sole-business-allocation.d.ts.map +0 -1
- package/lib/models/sole/sole-business-loss-offset-rule.d.ts.map +0 -1
- package/lib/models/sole/sole-business-loss.d.ts.map +0 -1
- package/lib/models/sole/sole-business.d.ts.map +0 -1
- package/lib/models/sole/sole-contact.d.ts.map +0 -1
- package/lib/models/sole/sole-depreciation-method.d.ts.map +0 -1
- package/lib/models/sole/sole-details.d.ts.map +0 -1
- package/lib/models/sole/sole-invoice-item.d.ts.map +0 -1
- package/lib/models/sole/sole-invoice-template.d.ts.map +0 -1
- package/lib/models/sole/sole-invoice.d.ts.map +0 -1
- package/lib/models/tax-review/tax-review.d.ts.map +0 -1
- package/lib/models/tax-summary/report-item-details.d.ts.map +0 -1
- package/lib/models/tax-summary/report-item.d.ts.map +0 -1
- package/lib/models/tax-summary/tax-summary-section.d.ts.map +0 -1
- package/lib/models/tax-summary/tax-summary-type.enum.d.ts.map +0 -1
- package/lib/models/tax-summary/tax-summary.d.ts.map +0 -1
- package/lib/models/toast/toast-type.enum.d.ts.map +0 -1
- package/lib/models/toast/toast.d.ts.map +0 -1
- package/lib/models/transaction/allocation-rule-condition.d.ts.map +0 -1
- package/lib/models/transaction/allocation-rule-transaction-meta-field.d.ts.map +0 -1
- package/lib/models/transaction/allocation-rule-transaction.d.ts.map +0 -1
- package/lib/models/transaction/allocation-rule.d.ts.map +0 -1
- package/lib/models/transaction/income-amount-type.enum.d.ts.map +0 -1
- package/lib/models/transaction/index.d.ts.map +0 -1
- package/lib/models/transaction/transaction-allocation.d.ts.map +0 -1
- package/lib/models/transaction/transaction-category.enum.d.ts.map +0 -1
- package/lib/models/transaction/transaction-meta-field.d.ts.map +0 -1
- package/lib/models/transaction/transaction-receipt.d.ts.map +0 -1
- package/lib/models/transaction/transaction.d.ts.map +0 -1
- package/lib/models/user/index.d.ts.map +0 -1
- package/lib/models/user/my-account-history-initiated-by.enum.d.ts.map +0 -1
- package/lib/models/user/my-account-history-status.enum.d.ts.map +0 -1
- package/lib/models/user/my-account-history-type.enum.d.ts.map +0 -1
- package/lib/models/user/my-account-history.d.ts.map +0 -1
- package/lib/models/user/occupation.d.ts.map +0 -1
- package/lib/models/user/user-roles.const.d.ts.map +0 -1
- package/lib/models/user/user-to-register.d.ts.map +0 -1
- package/lib/models/user/user.d.ts.map +0 -1
- package/lib/models/user-event/user-event-setting-field.enum.d.ts.map +0 -1
- package/lib/models/user-event/user-event-setting.d.ts.map +0 -1
- package/lib/models/user-event/user-event-type-category.d.ts.map +0 -1
- package/lib/models/user-event/user-event-type.d.ts.map +0 -1
- package/lib/models/vehicle/index.d.ts.map +0 -1
- package/lib/models/vehicle/logbook-period.d.ts.map +0 -1
- package/lib/models/vehicle/vehicle-claim-details.d.ts.map +0 -1
- package/lib/models/vehicle/vehicle-claim.d.ts.map +0 -1
- package/lib/models/vehicle/vehicle-logbook.d.ts.map +0 -1
- package/lib/models/vehicle/vehicle.d.ts.map +0 -1
- package/lib/services/account-setup/account-setup.service.d.ts.map +0 -1
- package/lib/services/account-setup/index.d.ts.map +0 -1
- package/lib/services/affiliate/index.d.ts.map +0 -1
- package/lib/services/affiliate/rewardful/index.d.ts.map +0 -1
- package/lib/services/affiliate/rewardful/rewardful.service.d.ts.map +0 -1
- package/lib/services/asset/assets.service.d.ts.map +0 -1
- package/lib/services/asset/index.d.ts.map +0 -1
- package/lib/services/auth/auth.service.d.ts.map +0 -1
- package/lib/services/auth/index.d.ts.map +0 -1
- package/lib/services/auth/jwt.service.d.ts.map +0 -1
- package/lib/services/bank/bank-account-calculation.service.d.ts.map +0 -1
- package/lib/services/bank/bank-transaction-calculation.service.d.ts.map +0 -1
- package/lib/services/bank/index.d.ts.map +0 -1
- package/lib/services/export/export-formatter.service.d.ts.map +0 -1
- package/lib/services/export/index.d.ts.map +0 -1
- package/lib/services/header-title/header-title.service.d.ts.map +0 -1
- package/lib/services/header-title/index.d.ts.map +0 -1
- package/lib/services/http/address/address.service.d.ts.map +0 -1
- package/lib/services/http/address/index.d.ts.map +0 -1
- package/lib/services/http/bank/bank-account/bank-account.service.d.ts.map +0 -1
- package/lib/services/http/bank/bank-account/index.d.ts.map +0 -1
- package/lib/services/http/bank/bank-connection/bank-connection.service.d.ts.map +0 -1
- package/lib/services/http/bank/bank-connection/index.d.ts.map +0 -1
- package/lib/services/http/bank/bank-transaction/bank-transaction.service.d.ts.map +0 -1
- package/lib/services/http/bank/bank-transaction/index.d.ts.map +0 -1
- package/lib/services/http/bank/bank.service.d.ts.map +0 -1
- package/lib/services/http/bank/basiq/basiq-token.service.d.ts.map +0 -1
- package/lib/services/http/bank/basiq/basiq.service.d.ts.map +0 -1
- package/lib/services/http/bank/basiq/index.d.ts.map +0 -1
- package/lib/services/http/bank/index.d.ts.map +0 -1
- package/lib/services/http/chart-accounts/chart-accounts-depreciations/chart-accounts-depreciations.service.d.ts.map +0 -1
- package/lib/services/http/chart-accounts/chart-accounts-depreciations/index.d.ts.map +0 -1
- package/lib/services/http/chart-accounts/chart-accounts.service.d.ts.map +0 -1
- package/lib/services/http/chart-accounts/index.d.ts.map +0 -1
- package/lib/services/http/chat/chat.service.d.ts.map +0 -1
- package/lib/services/http/chat/index.d.ts.map +0 -1
- package/lib/services/http/chat/message-document.service.d.ts.map +0 -1
- package/lib/services/http/chat/message.service.d.ts.map +0 -1
- package/lib/services/http/depreciation/depreciation-capital-project/depreciation-capital-project.service.d.ts.map +0 -1
- package/lib/services/http/depreciation/depreciation-capital-project/index.d.ts.map +0 -1
- package/lib/services/http/depreciation/depreciation-receipt/depreciation-receipt.service.d.ts.map +0 -1
- package/lib/services/http/depreciation/depreciation-receipt/index.d.ts.map +0 -1
- package/lib/services/http/depreciation/depreciation.service.d.ts.map +0 -1
- package/lib/services/http/depreciation/index.d.ts.map +0 -1
- package/lib/services/http/document/document-folder/document-folder.service.d.ts.map +0 -1
- package/lib/services/http/document/document.service.d.ts.map +0 -1
- package/lib/services/http/document/index.d.ts.map +0 -1
- package/lib/services/http/facebook/facebook-auth-options.interface.d.ts.map +0 -1
- package/lib/services/http/facebook/facebook-auth-response.interface.d.ts.map +0 -1
- package/lib/services/http/facebook/facebook-status-response.interface.d.ts.map +0 -1
- package/lib/services/http/facebook/facebook.service.d.ts.map +0 -1
- package/lib/services/http/facebook/index.d.ts.map +0 -1
- package/lib/services/http/file/file.service.d.ts.map +0 -1
- package/lib/services/http/file/index.d.ts.map +0 -1
- package/lib/services/http/firm/client-income/client-income-types.service.d.ts.map +0 -1
- package/lib/services/http/firm/client-income/index.d.ts.map +0 -1
- package/lib/services/http/firm/client-invite/client-invite.service.d.ts.map +0 -1
- package/lib/services/http/firm/client-invite/index.d.ts.map +0 -1
- package/lib/services/http/firm/client-movement/client-movement.service.d.ts.map +0 -1
- package/lib/services/http/firm/client-movement/index.d.ts.map +0 -1
- package/lib/services/http/firm/employee/employee.service.d.ts.map +0 -1
- package/lib/services/http/firm/employee/index.d.ts.map +0 -1
- package/lib/services/http/firm/employee-invite/employee-invite.service.d.ts.map +0 -1
- package/lib/services/http/firm/employee-invite/index.d.ts.map +0 -1
- package/lib/services/http/firm/firm.service.d.ts.map +0 -1
- package/lib/services/http/firm/index.d.ts.map +0 -1
- package/lib/services/http/firm/portfolio-report/client-portfolio-report.service.d.ts.map +0 -1
- package/lib/services/http/firm/portfolio-report/index.d.ts.map +0 -1
- package/lib/services/http/google/google.service.d.ts.map +0 -1
- package/lib/services/http/google/index.d.ts.map +0 -1
- package/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.d.ts.map +0 -1
- package/lib/services/http/income-source/income-source-forecast/index.d.ts.map +0 -1
- package/lib/services/http/income-source/income-source.service.d.ts.map +0 -1
- package/lib/services/http/income-source/index.d.ts.map +0 -1
- package/lib/services/http/income-source/salary-forecast/index.d.ts.map +0 -1
- package/lib/services/http/income-source/salary-forecast/salary-forecast.service.d.ts.map +0 -1
- package/lib/services/http/income-source/sole-forecast/index.d.ts.map +0 -1
- package/lib/services/http/income-source/sole-forecast/sole-forecast.service.d.ts.map +0 -1
- package/lib/services/http/index.d.ts.map +0 -1
- package/lib/services/http/loan/borrowing-expense/borrowing-expense.service.d.ts.map +0 -1
- package/lib/services/http/loan/borrowing-expense/index.d.ts.map +0 -1
- package/lib/services/http/loan/index.d.ts.map +0 -1
- package/lib/services/http/loan/loan.service.d.ts.map +0 -1
- package/lib/services/http/property/index.d.ts.map +0 -1
- package/lib/services/http/property/property-category/index.d.ts.map +0 -1
- package/lib/services/http/property/property-category/property-category.service.d.ts.map +0 -1
- package/lib/services/http/property/property-category-movement/index.d.ts.map +0 -1
- package/lib/services/http/property/property-category-movement/property-category-movement.service.d.ts.map +0 -1
- package/lib/services/http/property/property-document/index.d.ts.map +0 -1
- package/lib/services/http/property/property-document/property-document.service.d.ts.map +0 -1
- package/lib/services/http/property/property-sale/index.d.ts.map +0 -1
- package/lib/services/http/property/property-sale/property-sale.service.d.ts.map +0 -1
- package/lib/services/http/property/property-sale/tax-exemption/tax-exemption.service.d.ts.map +0 -1
- package/lib/services/http/property/property-share/index.d.ts.map +0 -1
- package/lib/services/http/property/property-share/property-share.service.d.ts.map +0 -1
- package/lib/services/http/property/property.service.d.ts.map +0 -1
- package/lib/services/http/receipt/index.d.ts.map +0 -1
- package/lib/services/http/receipt/receipt.service.d.ts.map +0 -1
- package/lib/services/http/rest/http-method.type.d.ts.map +0 -1
- package/lib/services/http/rest/index.d.ts.map +0 -1
- package/lib/services/http/rest/rest-method.type.d.ts.map +0 -1
- package/lib/services/http/rest/rest-old.service.d.ts.map +0 -1
- package/lib/services/http/rest/rest.service.d.ts.map +0 -1
- package/lib/services/http/service-notification/index.d.ts.map +0 -1
- package/lib/services/http/service-notification/service-notification.service.d.ts.map +0 -1
- package/lib/services/http/sole/bas-report/bas-report.service.d.ts.map +0 -1
- package/lib/services/http/sole/index.d.ts.map +0 -1
- package/lib/services/http/sole/sole-business/messages.enum.d.ts.map +0 -1
- package/lib/services/http/sole/sole-business/sole-business.service.d.ts.map +0 -1
- package/lib/services/http/sole/sole-business-activity/sole-business-activity.service.d.ts.map +0 -1
- package/lib/services/http/sole/sole-business-loss/sole-business-loss-rules/sole-business-loss-offset-rule.service.d.ts.map +0 -1
- package/lib/services/http/sole/sole-business-loss/sole-business-loss.service.d.ts.map +0 -1
- package/lib/services/http/sole/sole-contact/sole-contact.service.d.ts.map +0 -1
- package/lib/services/http/sole/sole-depreciation-method/sole-depreciation-method.service.d.ts.map +0 -1
- package/lib/services/http/sole/sole-details/sole-details.service.d.ts.map +0 -1
- package/lib/services/http/sole/sole-invoice/sole-invoice.service.d.ts.map +0 -1
- package/lib/services/http/sole/sole-invoice-template/sole-invoice-template.service.d.ts.map +0 -1
- package/lib/services/http/subscription/index.d.ts.map +0 -1
- package/lib/services/http/subscription/service-payment/service-payment.service.d.ts.map +0 -1
- package/lib/services/http/subscription/service-payment-method/service-payment-method.service.d.ts.map +0 -1
- package/lib/services/http/subscription/service-price/service-price.service.d.ts.map +0 -1
- package/lib/services/http/subscription/service-product/service-product.service.d.ts.map +0 -1
- package/lib/services/http/subscription/service-subscription/subscription.service.d.ts.map +0 -1
- package/lib/services/http/tax-review/index.d.ts.map +0 -1
- package/lib/services/http/tax-review/tax-review-history/tax-review-history.service.d.ts.map +0 -1
- package/lib/services/http/tax-review/tax-review.service.d.ts.map +0 -1
- package/lib/services/http/tax-summary/index.d.ts.map +0 -1
- package/lib/services/http/tax-summary/tax-summary.service.d.ts.map +0 -1
- package/lib/services/http/transaction/index.d.ts.map +0 -1
- package/lib/services/http/transaction/transaction-allocation/allocation-rule/allocation-rule.service.d.ts.map +0 -1
- package/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.d.ts.map +0 -1
- package/lib/services/http/transaction/transaction-receipt/transaction-receipt.service.d.ts.map +0 -1
- package/lib/services/http/transaction/transaction.service.d.ts.map +0 -1
- package/lib/services/http/tutorial-video/index.d.ts.map +0 -1
- package/lib/services/http/tutorial-video/tutorial-video-response.interface.d.ts.map +0 -1
- package/lib/services/http/tutorial-video/tutorial-video.service.d.ts.map +0 -1
- package/lib/services/http/tutorial-video/video-source.interface.d.ts.map +0 -1
- package/lib/services/http/user/index.d.ts.map +0 -1
- package/lib/services/http/user/occupation/occupation.service.d.ts.map +0 -1
- package/lib/services/http/user/user-event-setting/user-event-setting.service.d.ts.map +0 -1
- package/lib/services/http/user/user-event-type/user-event-type.service.d.ts.map +0 -1
- package/lib/services/http/user/user.service.d.ts.map +0 -1
- package/lib/services/http/user/users-invite/users-invite.service.d.ts.map +0 -1
- package/lib/services/http/vehicle/index.d.ts.map +0 -1
- package/lib/services/http/vehicle/vehicle-claim-details.service.d.ts.map +0 -1
- package/lib/services/http/vehicle/vehicle-claim.service.d.ts.map +0 -1
- package/lib/services/http/vehicle/vehicle-logbook.service.d.ts.map +0 -1
- package/lib/services/http/vehicle/vehicle.service.d.ts.map +0 -1
- package/lib/services/index.d.ts.map +0 -1
- package/lib/services/intercom/index.d.ts.map +0 -1
- package/lib/services/intercom/intercom.service.d.ts.map +0 -1
- package/lib/services/pdf/index.d.ts.map +0 -1
- package/lib/services/pdf/js-pdf.d.ts.map +0 -1
- package/lib/services/pdf/pdf-from-dom-element/file-settings.d.ts.map +0 -1
- package/lib/services/pdf/pdf-from-dom-element/pdf-from-dom-element.service.d.ts.map +0 -1
- package/lib/services/pdf/pdf-from-table/file-settings.d.ts.map +0 -1
- package/lib/services/pdf/pdf-from-table/pdf-from-data-table/pdf-from-data-table.service.d.ts.map +0 -1
- package/lib/services/pdf/pdf-from-table/pdf-from-html-table/pdf-from-html-table.service.d.ts.map +0 -1
- package/lib/services/pdf/pdf-from-table/pdf-from-table.service.d.ts.map +0 -1
- package/lib/services/preloader/index.d.ts.map +0 -1
- package/lib/services/preloader/preloader.service.d.ts.map +0 -1
- package/lib/services/property/corelogic/index.d.ts.map +0 -1
- package/lib/services/property/equity-position-chart/equity-position-chart.service.d.ts.map +0 -1
- package/lib/services/property/equity-position-chart/index.d.ts.map +0 -1
- package/lib/services/property/index.d.ts.map +0 -1
- package/lib/services/property/property-calculation/index.d.ts.map +0 -1
- package/lib/services/property/property-calculation/property-calculation.service.d.ts.map +0 -1
- package/lib/services/report/index.d.ts.map +0 -1
- package/lib/services/report/property/property-transaction-report.service.d.ts.map +0 -1
- package/lib/services/toast/index.d.ts.map +0 -1
- package/lib/services/toast/toast.service.d.ts.map +0 -1
- package/lib/services/transaction/index.d.ts.map +0 -1
- package/lib/services/transaction/transaction-calculation.service.d.ts.map +0 -1
- package/lib/services/user/index.d.ts.map +0 -1
- package/lib/services/user/user-switcher.service.d.ts.map +0 -1
- package/lib/services/vehicle/index.d.ts.map +0 -1
- package/lib/services/vehicle/logbook-best-period.service.d.ts.map +0 -1
- package/lib/services/xlsx/index.d.ts.map +0 -1
- package/lib/services/xlsx/xlsx.service.d.ts.map +0 -1
- package/lib/tt-core.module.d.ts.map +0 -1
- package/lib/validators/address-corelogic.validator.d.ts.map +0 -1
- package/lib/validators/at-least-one-enabled.validator.d.ts.map +0 -1
- package/lib/validators/at-least-one.validator.d.ts.map +0 -1
- package/lib/validators/autocomplete.validator.d.ts.map +0 -1
- package/lib/validators/conditional.validator.d.ts.map +0 -1
- package/lib/validators/current-fin-year.validator.d.ts.map +0 -1
- package/lib/validators/date-range.validator.d.ts.map +0 -1
- package/lib/validators/fields-sum.validator.d.ts.map +0 -1
- package/lib/validators/file.validator.d.ts.map +0 -1
- package/lib/validators/index.d.ts.map +0 -1
- package/lib/validators/min-date/messages.enum.d.ts.map +0 -1
- package/lib/validators/min-date/min-date.validator.d.ts.map +0 -1
- package/lib/validators/password-match.validator.d.ts.map +0 -1
- package/lib/validators/password.validator.d.ts.map +0 -1
- package/lib/validators/phone-number.validator.d.ts.map +0 -1
- package/lib/validators/required-length.validator.d.ts.map +0 -1
- package/public-api.d.ts.map +0 -1
- package/taxtank-core.d.ts.map +0 -1
|
@@ -6,7 +6,7 @@ import * as i1 from '@angular/common/http';
|
|
|
6
6
|
import { HttpParams, HttpErrorResponse, HTTP_INTERCEPTORS } from '@angular/common/http';
|
|
7
7
|
import { map, mergeMap, filter, catchError, take, switchMap, finalize, first as first$1, skip, debounceTime, distinctUntilChanged } from 'rxjs/operators';
|
|
8
8
|
import { ReplaySubject, Subject, BehaviorSubject, throwError, Observable, of, combineLatest, forkJoin, from, merge as merge$1 } from 'rxjs';
|
|
9
|
-
import { plainToClass, Type,
|
|
9
|
+
import { plainToClass, Type, Transform, Exclude, Expose, classToPlain } from 'class-transformer';
|
|
10
10
|
import { JwtHelperService } from '@auth0/angular-jwt';
|
|
11
11
|
import { __decorate } from 'tslib';
|
|
12
12
|
import get from 'lodash/get';
|
|
@@ -73,9 +73,9 @@ class CorelogicService {
|
|
|
73
73
|
}));
|
|
74
74
|
}
|
|
75
75
|
}
|
|
76
|
-
CorelogicService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
77
|
-
CorelogicService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
78
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
76
|
+
CorelogicService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CorelogicService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
77
|
+
CorelogicService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CorelogicService, providedIn: 'root' });
|
|
78
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CorelogicService, decorators: [{
|
|
79
79
|
type: Injectable,
|
|
80
80
|
args: [{
|
|
81
81
|
providedIn: 'root'
|
|
@@ -115,9 +115,9 @@ class CorelogicInterceptor {
|
|
|
115
115
|
});
|
|
116
116
|
}
|
|
117
117
|
}
|
|
118
|
-
CorelogicInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
119
|
-
CorelogicInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
120
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
118
|
+
CorelogicInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CorelogicInterceptor, deps: [{ token: CorelogicService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
119
|
+
CorelogicInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CorelogicInterceptor });
|
|
120
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CorelogicInterceptor, decorators: [{
|
|
121
121
|
type: Injectable
|
|
122
122
|
}], ctorParameters: function () { return [{ type: CorelogicService }, { type: undefined, decorators: [{
|
|
123
123
|
type: Inject,
|
|
@@ -154,9 +154,9 @@ class FinancialYearInterceptor {
|
|
|
154
154
|
return next.handle(clonedReq);
|
|
155
155
|
}
|
|
156
156
|
}
|
|
157
|
-
FinancialYearInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
158
|
-
FinancialYearInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
159
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
157
|
+
FinancialYearInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
158
|
+
FinancialYearInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FinancialYearInterceptor });
|
|
159
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FinancialYearInterceptor, decorators: [{
|
|
160
160
|
type: Injectable
|
|
161
161
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
162
162
|
type: Inject,
|
|
@@ -360,6 +360,7 @@ var TankTypeEnum;
|
|
|
360
360
|
TankTypeEnum[TankTypeEnum["WORK"] = 2] = "WORK";
|
|
361
361
|
TankTypeEnum[TankTypeEnum["OTHER"] = 3] = "OTHER";
|
|
362
362
|
TankTypeEnum[TankTypeEnum["SOLE"] = 4] = "SOLE";
|
|
363
|
+
TankTypeEnum[TankTypeEnum["HOLDING"] = 5] = "HOLDING";
|
|
363
364
|
})(TankTypeEnum || (TankTypeEnum = {}));
|
|
364
365
|
|
|
365
366
|
class TransactionBase extends ObservableModel {
|
|
@@ -374,6 +375,8 @@ class TransactionBase extends ObservableModel {
|
|
|
374
375
|
return TankTypeEnum.WORK;
|
|
375
376
|
case this.isSoleTank():
|
|
376
377
|
return TankTypeEnum.SOLE;
|
|
378
|
+
case this.isHoldingTank():
|
|
379
|
+
return TankTypeEnum.HOLDING;
|
|
377
380
|
default:
|
|
378
381
|
return TankTypeEnum.OTHER;
|
|
379
382
|
}
|
|
@@ -412,6 +415,14 @@ class TransactionBase extends ObservableModel {
|
|
|
412
415
|
}
|
|
413
416
|
return !!this.business;
|
|
414
417
|
}
|
|
418
|
+
isHoldingTank() {
|
|
419
|
+
// chart accounts may be empty for new instances
|
|
420
|
+
if (this.chartAccounts) {
|
|
421
|
+
return CHART_ACCOUNTS_CATEGORIES.holding.includes(this.chartAccounts?.category);
|
|
422
|
+
}
|
|
423
|
+
// @TODO Alex we need another way to distinguish work/holding
|
|
424
|
+
return !this.isPropertyTank() && !this.isSoleTank();
|
|
425
|
+
}
|
|
415
426
|
get amountWithGst() {
|
|
416
427
|
return this.isGST ? +(Math.round(this.amount * ChartAccounts.GSTCoefficient)).toFixed(2) : this.amount;
|
|
417
428
|
}
|
|
@@ -431,6 +442,9 @@ class TransactionBase extends ObservableModel {
|
|
|
431
442
|
return this.grossAmount * this.claimRatio;
|
|
432
443
|
}
|
|
433
444
|
}
|
|
445
|
+
__decorate([
|
|
446
|
+
Transform(({ value }) => +value)
|
|
447
|
+
], TransactionBase.prototype, "amount", void 0);
|
|
434
448
|
__decorate([
|
|
435
449
|
Exclude({ toPlainOnly: true }),
|
|
436
450
|
Type(() => Object),
|
|
@@ -688,6 +702,15 @@ class ServiceNotification extends AbstractModel {
|
|
|
688
702
|
class TaxCalculation extends AbstractModel {
|
|
689
703
|
}
|
|
690
704
|
|
|
705
|
+
let Holding$1 = class Holding {
|
|
706
|
+
};
|
|
707
|
+
|
|
708
|
+
let HoldingType$1 = class HoldingType {
|
|
709
|
+
};
|
|
710
|
+
|
|
711
|
+
let HoldingSale$1 = class HoldingSale {
|
|
712
|
+
};
|
|
713
|
+
|
|
691
714
|
/**
|
|
692
715
|
* access token, needed to access basiq connect ui (https://github.com/basiqio/basiq-connect-ui)
|
|
693
716
|
*/
|
|
@@ -1349,6 +1372,7 @@ var UserRolesEnum;
|
|
|
1349
1372
|
UserRolesEnum["WORK_TANK"] = "ROLE_USER_WORK";
|
|
1350
1373
|
UserRolesEnum["PROPERTY_TANK"] = "ROLE_USER_PROPERTY";
|
|
1351
1374
|
UserRolesEnum["SOLE_TANK"] = "ROLE_USER_SOLE";
|
|
1375
|
+
UserRolesEnum["HOLDING_TANK"] = "ROLE_USER_HOLDING";
|
|
1352
1376
|
UserRolesEnum["SWITCH_USER"] = "ROLE_PREVIOUS_ADMIN";
|
|
1353
1377
|
})(UserRolesEnum || (UserRolesEnum = {}));
|
|
1354
1378
|
|
|
@@ -1425,6 +1449,7 @@ var ServiceProductIdEnum;
|
|
|
1425
1449
|
ServiceProductIdEnum[ServiceProductIdEnum["WORK_TANK"] = 4] = "WORK_TANK";
|
|
1426
1450
|
ServiceProductIdEnum[ServiceProductIdEnum["PROPERTIES"] = 5] = "PROPERTIES";
|
|
1427
1451
|
ServiceProductIdEnum[ServiceProductIdEnum["SOLE_TANK"] = 6] = "SOLE_TANK";
|
|
1452
|
+
ServiceProductIdEnum[ServiceProductIdEnum["HOLDINGS_TANK"] = 7] = "HOLDINGS_TANK";
|
|
1428
1453
|
})(ServiceProductIdEnum || (ServiceProductIdEnum = {}));
|
|
1429
1454
|
|
|
1430
1455
|
class ServiceProduct extends ServiceProduct$1 {
|
|
@@ -1437,6 +1462,9 @@ class ServiceProduct extends ServiceProduct$1 {
|
|
|
1437
1462
|
isSoleTank() {
|
|
1438
1463
|
return this.id === ServiceProductIdEnum.SOLE_TANK;
|
|
1439
1464
|
}
|
|
1465
|
+
isHoldingsTank() {
|
|
1466
|
+
return this.id === ServiceProductIdEnum.HOLDINGS_TANK;
|
|
1467
|
+
}
|
|
1440
1468
|
isArchived() {
|
|
1441
1469
|
return this.status === ServiceProductStatusEnum.ARCHIVED;
|
|
1442
1470
|
}
|
|
@@ -1857,6 +1885,8 @@ var ChartAccountsCategoryEnum;
|
|
|
1857
1885
|
ChartAccountsCategoryEnum[ChartAccountsCategoryEnum["SOLE_INCOME"] = 12] = "SOLE_INCOME";
|
|
1858
1886
|
ChartAccountsCategoryEnum[ChartAccountsCategoryEnum["SOLE_EXPENSE"] = 13] = "SOLE_EXPENSE";
|
|
1859
1887
|
ChartAccountsCategoryEnum[ChartAccountsCategoryEnum["SOLE_DEPRECIATION"] = 14] = "SOLE_DEPRECIATION";
|
|
1888
|
+
ChartAccountsCategoryEnum[ChartAccountsCategoryEnum["HOLDING_EXPENSE"] = 15] = "HOLDING_EXPENSE";
|
|
1889
|
+
ChartAccountsCategoryEnum[ChartAccountsCategoryEnum["HOLDING_INCOME"] = 16] = "HOLDING_INCOME";
|
|
1860
1890
|
})(ChartAccountsCategoryEnum || (ChartAccountsCategoryEnum = {}));
|
|
1861
1891
|
|
|
1862
1892
|
var ChartAccountsEtpEnum;
|
|
@@ -2034,6 +2064,8 @@ var ChartAccountsListEnum;
|
|
|
2034
2064
|
ChartAccountsListEnum[ChartAccountsListEnum["PSI_OTHER"] = 858] = "PSI_OTHER";
|
|
2035
2065
|
ChartAccountsListEnum[ChartAccountsListEnum["PSI_DEDUCTION_ASSOCIATES"] = 859] = "PSI_DEDUCTION_ASSOCIATES";
|
|
2036
2066
|
ChartAccountsListEnum[ChartAccountsListEnum["PSI_DEDUCTION_OTHER"] = 860] = "PSI_DEDUCTION_OTHER";
|
|
2067
|
+
ChartAccountsListEnum[ChartAccountsListEnum["AUSTRALIAN_GOVERNMENT_SPECIAL_PAYMENTS"] = 871] = "AUSTRALIAN_GOVERNMENT_SPECIAL_PAYMENTS";
|
|
2068
|
+
ChartAccountsListEnum[ChartAccountsListEnum["FHSS"] = 872] = "FHSS";
|
|
2037
2069
|
})(ChartAccountsListEnum || (ChartAccountsListEnum = {}));
|
|
2038
2070
|
|
|
2039
2071
|
var ChartAccountsMetaFieldListEnum;
|
|
@@ -2163,6 +2195,7 @@ const CHART_ACCOUNTS_CATEGORIES = {
|
|
|
2163
2195
|
ChartAccountsCategoryEnum.OTHER_INCOME,
|
|
2164
2196
|
ChartAccountsCategoryEnum.PERSONAL_INCOME,
|
|
2165
2197
|
ChartAccountsCategoryEnum.SOLE_INCOME,
|
|
2198
|
+
ChartAccountsCategoryEnum.HOLDING_INCOME,
|
|
2166
2199
|
],
|
|
2167
2200
|
expense: [
|
|
2168
2201
|
ChartAccountsCategoryEnum.PROPERTY_EXPENSE,
|
|
@@ -2173,7 +2206,8 @@ const CHART_ACCOUNTS_CATEGORIES = {
|
|
|
2173
2206
|
ChartAccountsCategoryEnum.OTHER_EXPENSE,
|
|
2174
2207
|
ChartAccountsCategoryEnum.PERSONAL_EXPENSE,
|
|
2175
2208
|
ChartAccountsCategoryEnum.SOLE_EXPENSE,
|
|
2176
|
-
ChartAccountsCategoryEnum.SOLE_DEPRECIATION
|
|
2209
|
+
ChartAccountsCategoryEnum.SOLE_DEPRECIATION,
|
|
2210
|
+
ChartAccountsCategoryEnum.HOLDING_EXPENSE,
|
|
2177
2211
|
],
|
|
2178
2212
|
property: [
|
|
2179
2213
|
ChartAccountsCategoryEnum.PROPERTY_EXPENSE,
|
|
@@ -2193,6 +2227,10 @@ const CHART_ACCOUNTS_CATEGORIES = {
|
|
|
2193
2227
|
ChartAccountsCategoryEnum.SOLE_EXPENSE,
|
|
2194
2228
|
ChartAccountsCategoryEnum.SOLE_DEPRECIATION
|
|
2195
2229
|
],
|
|
2230
|
+
holding: [
|
|
2231
|
+
ChartAccountsCategoryEnum.HOLDING_EXPENSE,
|
|
2232
|
+
ChartAccountsCategoryEnum.HOLDING_INCOME
|
|
2233
|
+
],
|
|
2196
2234
|
personal: [
|
|
2197
2235
|
ChartAccountsCategoryEnum.PERSONAL_EXPENSE,
|
|
2198
2236
|
ChartAccountsCategoryEnum.PERSONAL_INCOME
|
|
@@ -2220,6 +2258,12 @@ const CHART_ACCOUNTS_CATEGORIES = {
|
|
|
2220
2258
|
soleDepreciation: [
|
|
2221
2259
|
ChartAccountsCategoryEnum.SOLE_DEPRECIATION,
|
|
2222
2260
|
],
|
|
2261
|
+
holdingExpense: [
|
|
2262
|
+
ChartAccountsCategoryEnum.HOLDING_EXPENSE,
|
|
2263
|
+
],
|
|
2264
|
+
holdingIncome: [
|
|
2265
|
+
ChartAccountsCategoryEnum.HOLDING_INCOME,
|
|
2266
|
+
],
|
|
2223
2267
|
workTankHeader: [
|
|
2224
2268
|
ChartAccountsCategoryEnum.WORK_INCOME,
|
|
2225
2269
|
ChartAccountsCategoryEnum.OTHER_INCOME,
|
|
@@ -2243,6 +2287,7 @@ const CHART_ACCOUNTS_CATEGORIES = {
|
|
|
2243
2287
|
ChartAccountsCategoryEnum.PROPERTY_INCOME,
|
|
2244
2288
|
ChartAccountsCategoryEnum.WORK_INCOME,
|
|
2245
2289
|
ChartAccountsCategoryEnum.OTHER_INCOME,
|
|
2290
|
+
ChartAccountsCategoryEnum.HOLDING_INCOME,
|
|
2246
2291
|
ChartAccountsCategoryEnum.PERSONAL_INCOME,
|
|
2247
2292
|
ChartAccountsCategoryEnum.PROPERTY_EXPENSE,
|
|
2248
2293
|
ChartAccountsCategoryEnum.PROPERTY_DEPRECIATION,
|
|
@@ -2250,6 +2295,7 @@ const CHART_ACCOUNTS_CATEGORIES = {
|
|
|
2250
2295
|
ChartAccountsCategoryEnum.WORK_DEPRECIATION,
|
|
2251
2296
|
ChartAccountsCategoryEnum.WORK_EXPENSE,
|
|
2252
2297
|
ChartAccountsCategoryEnum.OTHER_EXPENSE,
|
|
2298
|
+
ChartAccountsCategoryEnum.HOLDING_EXPENSE,
|
|
2253
2299
|
ChartAccountsCategoryEnum.PERSONAL_EXPENSE
|
|
2254
2300
|
]
|
|
2255
2301
|
};
|
|
@@ -3379,18 +3425,6 @@ class AllocationRule extends AllocationRule$1 {
|
|
|
3379
3425
|
return 'transfer';
|
|
3380
3426
|
}
|
|
3381
3427
|
}
|
|
3382
|
-
get tankTypeLabel() {
|
|
3383
|
-
switch (this.transaction.tankType) {
|
|
3384
|
-
case TankTypeEnum.WORK:
|
|
3385
|
-
return 'work';
|
|
3386
|
-
case TankTypeEnum.PROPERTY:
|
|
3387
|
-
return 'property';
|
|
3388
|
-
case TankTypeEnum.SOLE:
|
|
3389
|
-
return 'sole';
|
|
3390
|
-
default:
|
|
3391
|
-
return 'personal';
|
|
3392
|
-
}
|
|
3393
|
-
}
|
|
3394
3428
|
isIncome() {
|
|
3395
3429
|
return this.type === AllocationRuleTypeEnum.INCOME;
|
|
3396
3430
|
}
|
|
@@ -4339,11 +4373,13 @@ const USER_ROLES = {
|
|
|
4339
4373
|
ROLE_EMPLOYEE: [UserRolesEnum.ACCOUNTANT, UserRolesEnum.ADVISOR],
|
|
4340
4374
|
ROLE_ACCOUNTANT: [UserRolesEnum.ACCOUNTANT],
|
|
4341
4375
|
ROLE_ADVISOR: [UserRolesEnum.ADVISOR],
|
|
4376
|
+
// @TODO makes no sense, these roles can't be hierarchical
|
|
4342
4377
|
ROLE_CLIENT: [UserRolesEnum.CLIENT],
|
|
4343
4378
|
ROLE_USER_SUBSCRIPTION: [UserRolesEnum.SUBSCRIPTION],
|
|
4344
4379
|
ROLE_USER_WORK: [UserRolesEnum.WORK_TANK],
|
|
4345
4380
|
ROLE_USER_PROPERTY: [UserRolesEnum.PROPERTY_TANK],
|
|
4346
4381
|
ROLE_USER_SOLE: [UserRolesEnum.SOLE_TANK],
|
|
4382
|
+
ROLE_USER_HOLDING: [UserRolesEnum.HOLDING_TANK],
|
|
4347
4383
|
};
|
|
4348
4384
|
|
|
4349
4385
|
/**
|
|
@@ -5043,6 +5079,9 @@ __decorate([
|
|
|
5043
5079
|
__decorate([
|
|
5044
5080
|
Type(() => SoleInvoiceItem)
|
|
5045
5081
|
], Transaction.prototype, "soleInvoiceItem", void 0);
|
|
5082
|
+
__decorate([
|
|
5083
|
+
Transform(({ value }) => +value)
|
|
5084
|
+
], Transaction.prototype, "tax", void 0);
|
|
5046
5085
|
|
|
5047
5086
|
var TransactionCategoryEnum;
|
|
5048
5087
|
(function (TransactionCategoryEnum) {
|
|
@@ -8195,6 +8234,37 @@ __decorate([
|
|
|
8195
8234
|
Type(() => Document)
|
|
8196
8235
|
], DocumentFolder.prototype, "documents", void 0);
|
|
8197
8236
|
|
|
8237
|
+
class HoldingType extends AbstractModel {
|
|
8238
|
+
}
|
|
8239
|
+
__decorate([
|
|
8240
|
+
Type(() => User)
|
|
8241
|
+
], HoldingType.prototype, "user", void 0);
|
|
8242
|
+
|
|
8243
|
+
class HoldingSale extends AbstractModel {
|
|
8244
|
+
}
|
|
8245
|
+
__decorate([
|
|
8246
|
+
Type(() => AppFile)
|
|
8247
|
+
], HoldingSale.prototype, "file", void 0);
|
|
8248
|
+
|
|
8249
|
+
class Holding extends AbstractModel {
|
|
8250
|
+
}
|
|
8251
|
+
__decorate([
|
|
8252
|
+
Type(() => Date)
|
|
8253
|
+
], Holding.prototype, "date", void 0);
|
|
8254
|
+
__decorate([
|
|
8255
|
+
Type(() => User)
|
|
8256
|
+
], Holding.prototype, "user", void 0);
|
|
8257
|
+
__decorate([
|
|
8258
|
+
Type(() => HoldingType)
|
|
8259
|
+
], Holding.prototype, "type", void 0);
|
|
8260
|
+
__decorate([
|
|
8261
|
+
Type(() => AppFile)
|
|
8262
|
+
], Holding.prototype, "file", void 0);
|
|
8263
|
+
__decorate([
|
|
8264
|
+
Type(() => HoldingSale),
|
|
8265
|
+
Transform(({ value }) => new Collection(value))
|
|
8266
|
+
], Holding.prototype, "sales", void 0);
|
|
8267
|
+
|
|
8198
8268
|
const NAME_TOKEN = 'token';
|
|
8199
8269
|
const NAME_REFRESH_TOKEN = 'refreshToken';
|
|
8200
8270
|
class JwtService extends JwtHelperService {
|
|
@@ -8223,9 +8293,9 @@ class JwtService extends JwtHelperService {
|
|
|
8223
8293
|
return this.getUser().id === userId;
|
|
8224
8294
|
}
|
|
8225
8295
|
}
|
|
8226
|
-
JwtService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
8227
|
-
JwtService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
8228
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
8296
|
+
JwtService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
8297
|
+
JwtService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtService, providedIn: 'root' });
|
|
8298
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtService, decorators: [{
|
|
8229
8299
|
type: Injectable,
|
|
8230
8300
|
args: [{
|
|
8231
8301
|
providedIn: 'root'
|
|
@@ -8260,9 +8330,9 @@ class EventDispatcherService {
|
|
|
8260
8330
|
this.eventSubject2.next(event);
|
|
8261
8331
|
}
|
|
8262
8332
|
}
|
|
8263
|
-
EventDispatcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
8264
|
-
EventDispatcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
8265
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
8333
|
+
EventDispatcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EventDispatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
8334
|
+
EventDispatcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EventDispatcherService, providedIn: 'root' });
|
|
8335
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EventDispatcherService, decorators: [{
|
|
8266
8336
|
type: Injectable,
|
|
8267
8337
|
args: [{
|
|
8268
8338
|
providedIn: 'root'
|
|
@@ -8311,9 +8381,9 @@ class AuthService {
|
|
|
8311
8381
|
location.replace(url);
|
|
8312
8382
|
}
|
|
8313
8383
|
}
|
|
8314
|
-
AuthService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
8315
|
-
AuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
8316
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
8384
|
+
AuthService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AuthService, deps: [{ token: i1.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
8385
|
+
AuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AuthService, providedIn: 'root' });
|
|
8386
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AuthService, decorators: [{
|
|
8317
8387
|
type: Injectable,
|
|
8318
8388
|
args: [{
|
|
8319
8389
|
providedIn: 'root'
|
|
@@ -8448,9 +8518,9 @@ class JwtInterceptor {
|
|
|
8448
8518
|
});
|
|
8449
8519
|
}
|
|
8450
8520
|
}
|
|
8451
|
-
JwtInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
8452
|
-
JwtInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
8453
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
8521
|
+
JwtInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtInterceptor, deps: [{ token: JwtService }, { token: AuthService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
8522
|
+
JwtInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtInterceptor });
|
|
8523
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtInterceptor, decorators: [{
|
|
8454
8524
|
type: Injectable
|
|
8455
8525
|
}], ctorParameters: function () { return [{ type: JwtService }, { type: AuthService }, { type: undefined, decorators: [{
|
|
8456
8526
|
type: Inject,
|
|
@@ -8483,9 +8553,9 @@ class UserSwitcherService {
|
|
|
8483
8553
|
window.location.replace('/firm/dashboard');
|
|
8484
8554
|
}
|
|
8485
8555
|
}
|
|
8486
|
-
UserSwitcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
8487
|
-
UserSwitcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
8488
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
8556
|
+
UserSwitcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
8557
|
+
UserSwitcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherService, providedIn: 'root' });
|
|
8558
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherService, decorators: [{
|
|
8489
8559
|
type: Injectable,
|
|
8490
8560
|
args: [{
|
|
8491
8561
|
providedIn: 'root'
|
|
@@ -8531,9 +8601,9 @@ class UserSwitcherInterceptor {
|
|
|
8531
8601
|
return next.handle(this.switch(request, this.userSwitcherService.get()));
|
|
8532
8602
|
}
|
|
8533
8603
|
}
|
|
8534
|
-
UserSwitcherInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
8535
|
-
UserSwitcherInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
8536
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
8604
|
+
UserSwitcherInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherInterceptor, deps: [{ token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
8605
|
+
UserSwitcherInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherInterceptor });
|
|
8606
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherInterceptor, decorators: [{
|
|
8537
8607
|
type: Injectable
|
|
8538
8608
|
}], ctorParameters: function () { return [{ type: UserSwitcherService }, { type: undefined, decorators: [{
|
|
8539
8609
|
type: Inject,
|
|
@@ -8786,9 +8856,9 @@ class PreloaderService {
|
|
|
8786
8856
|
this.activePreloaders.next(activePreloaders);
|
|
8787
8857
|
}
|
|
8788
8858
|
}
|
|
8789
|
-
PreloaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
8790
|
-
PreloaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
8791
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
8859
|
+
PreloaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
8860
|
+
PreloaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderService, providedIn: 'root' });
|
|
8861
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderService, decorators: [{
|
|
8792
8862
|
type: Injectable,
|
|
8793
8863
|
args: [{
|
|
8794
8864
|
providedIn: 'root'
|
|
@@ -8816,9 +8886,9 @@ class PreloaderInterceptor {
|
|
|
8816
8886
|
return Object.values(ENDPOINTS).find((endpoint) => endpoint.test(requestPath));
|
|
8817
8887
|
}
|
|
8818
8888
|
}
|
|
8819
|
-
PreloaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
8820
|
-
PreloaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
8821
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
8889
|
+
PreloaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
8890
|
+
PreloaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderInterceptor });
|
|
8891
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderInterceptor, decorators: [{
|
|
8822
8892
|
type: Injectable
|
|
8823
8893
|
}], ctorParameters: function () { return [{ type: PreloaderService }]; } });
|
|
8824
8894
|
|
|
@@ -8854,9 +8924,9 @@ class SseService {
|
|
|
8854
8924
|
}));
|
|
8855
8925
|
}
|
|
8856
8926
|
}
|
|
8857
|
-
SseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
8858
|
-
SseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
8859
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
8927
|
+
SseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SseService, deps: [{ token: i0.NgZone }, { token: JwtService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
8928
|
+
SseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SseService, providedIn: 'root' });
|
|
8929
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SseService, decorators: [{
|
|
8860
8930
|
type: Injectable,
|
|
8861
8931
|
args: [{
|
|
8862
8932
|
providedIn: 'root'
|
|
@@ -9084,9 +9154,9 @@ let RestService$1 = class RestService {
|
|
|
9084
9154
|
*/
|
|
9085
9155
|
listenEvents() { }
|
|
9086
9156
|
};
|
|
9087
|
-
RestService$1.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9088
|
-
RestService$1.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9089
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9157
|
+
RestService$1.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService$1, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9158
|
+
RestService$1.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService$1, providedIn: 'root' });
|
|
9159
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService$1, decorators: [{
|
|
9090
9160
|
type: Injectable,
|
|
9091
9161
|
args: [{
|
|
9092
9162
|
providedIn: 'root'
|
|
@@ -9204,9 +9274,9 @@ class ToastService {
|
|
|
9204
9274
|
}));
|
|
9205
9275
|
}
|
|
9206
9276
|
}
|
|
9207
|
-
ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9208
|
-
ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9209
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9277
|
+
ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9278
|
+
ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ToastService, providedIn: 'root' });
|
|
9279
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ToastService, decorators: [{
|
|
9210
9280
|
type: Injectable,
|
|
9211
9281
|
args: [{
|
|
9212
9282
|
providedIn: 'root'
|
|
@@ -9296,9 +9366,9 @@ BankConnectionService.userEventTypes = [
|
|
|
9296
9366
|
UserEventTypeTypeEnum.BASIQ_NEW_ACCOUNTS,
|
|
9297
9367
|
UserEventTypeTypeEnum.BASIQ_AUTHORIZATION_FAIL
|
|
9298
9368
|
];
|
|
9299
|
-
BankConnectionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9300
|
-
BankConnectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9301
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9369
|
+
BankConnectionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankConnectionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9370
|
+
BankConnectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankConnectionService, providedIn: 'root' });
|
|
9371
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankConnectionService, decorators: [{
|
|
9302
9372
|
type: Injectable,
|
|
9303
9373
|
args: [{
|
|
9304
9374
|
providedIn: 'root'
|
|
@@ -9408,9 +9478,9 @@ BasiqService.basiqApiUrl = 'https://au-api.basiq.io';
|
|
|
9408
9478
|
* Basiq does not provide a hook, so we have to check job status manually every x seconds
|
|
9409
9479
|
*/
|
|
9410
9480
|
BasiqService.bankCredintialsCheckInterval = 3000;
|
|
9411
|
-
BasiqService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9412
|
-
BasiqService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9413
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9481
|
+
BasiqService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: BankConnectionService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9482
|
+
BasiqService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqService, providedIn: 'root' });
|
|
9483
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqService, decorators: [{
|
|
9414
9484
|
type: Injectable,
|
|
9415
9485
|
args: [{
|
|
9416
9486
|
providedIn: 'root'
|
|
@@ -9445,9 +9515,9 @@ class BasiqTokenService extends RestService$1 {
|
|
|
9445
9515
|
return this.cacheSubject.asObservable();
|
|
9446
9516
|
}
|
|
9447
9517
|
}
|
|
9448
|
-
BasiqTokenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9449
|
-
BasiqTokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9450
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9518
|
+
BasiqTokenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
9519
|
+
BasiqTokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenService, providedIn: 'root' });
|
|
9520
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenService, decorators: [{
|
|
9451
9521
|
type: Injectable,
|
|
9452
9522
|
args: [{
|
|
9453
9523
|
providedIn: 'root'
|
|
@@ -9478,9 +9548,9 @@ class BasiqTokenInterceptor {
|
|
|
9478
9548
|
});
|
|
9479
9549
|
}
|
|
9480
9550
|
}
|
|
9481
|
-
BasiqTokenInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9482
|
-
BasiqTokenInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9483
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9551
|
+
BasiqTokenInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenInterceptor, deps: [{ token: BasiqTokenService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9552
|
+
BasiqTokenInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenInterceptor });
|
|
9553
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenInterceptor, decorators: [{
|
|
9484
9554
|
type: Injectable
|
|
9485
9555
|
}], ctorParameters: function () { return [{ type: BasiqTokenService }]; } });
|
|
9486
9556
|
|
|
@@ -9665,9 +9735,9 @@ class UserService {
|
|
|
9665
9735
|
});
|
|
9666
9736
|
}
|
|
9667
9737
|
}
|
|
9668
|
-
UserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9669
|
-
UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9670
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9738
|
+
UserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserService, deps: [{ token: i1.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9739
|
+
UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserService, providedIn: 'root' });
|
|
9740
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserService, decorators: [{
|
|
9671
9741
|
type: Injectable,
|
|
9672
9742
|
args: [{
|
|
9673
9743
|
providedIn: 'root'
|
|
@@ -9697,17 +9767,17 @@ class BasiqClientIdInterceptor {
|
|
|
9697
9767
|
});
|
|
9698
9768
|
}
|
|
9699
9769
|
}
|
|
9700
|
-
BasiqClientIdInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9701
|
-
BasiqClientIdInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9702
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9770
|
+
BasiqClientIdInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqClientIdInterceptor, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9771
|
+
BasiqClientIdInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqClientIdInterceptor });
|
|
9772
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqClientIdInterceptor, decorators: [{
|
|
9703
9773
|
type: Injectable
|
|
9704
9774
|
}], ctorParameters: function () { return [{ type: UserService }]; } });
|
|
9705
9775
|
|
|
9706
9776
|
class InterceptorsModule {
|
|
9707
9777
|
}
|
|
9708
|
-
InterceptorsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9709
|
-
InterceptorsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.
|
|
9710
|
-
InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.
|
|
9778
|
+
InterceptorsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: InterceptorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9779
|
+
InterceptorsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.4", ngImport: i0, type: InterceptorsModule });
|
|
9780
|
+
InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: InterceptorsModule, providers: [
|
|
9711
9781
|
{
|
|
9712
9782
|
provide: HTTP_INTERCEPTORS,
|
|
9713
9783
|
useClass: CorelogicInterceptor,
|
|
@@ -9745,7 +9815,7 @@ InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", vers
|
|
|
9745
9815
|
multi: true
|
|
9746
9816
|
}
|
|
9747
9817
|
] });
|
|
9748
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9818
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: InterceptorsModule, decorators: [{
|
|
9749
9819
|
type: NgModule,
|
|
9750
9820
|
args: [{
|
|
9751
9821
|
providers: [
|
|
@@ -9803,12 +9873,12 @@ class TtCoreModule {
|
|
|
9803
9873
|
};
|
|
9804
9874
|
}
|
|
9805
9875
|
}
|
|
9806
|
-
TtCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9807
|
-
TtCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.
|
|
9876
|
+
TtCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TtCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9877
|
+
TtCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.4", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
|
|
9808
9878
|
InterceptorsModule] });
|
|
9809
|
-
TtCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.
|
|
9879
|
+
TtCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
|
|
9810
9880
|
InterceptorsModule] });
|
|
9811
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9881
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TtCoreModule, decorators: [{
|
|
9812
9882
|
type: NgModule,
|
|
9813
9883
|
args: [{
|
|
9814
9884
|
declarations: [],
|
|
@@ -10232,14 +10302,6 @@ class Badge extends AbstractModel {
|
|
|
10232
10302
|
}
|
|
10233
10303
|
|
|
10234
10304
|
class ClientIncomeTypes extends ClientIncomeTypes$1 {
|
|
10235
|
-
constructor() {
|
|
10236
|
-
super(...arguments);
|
|
10237
|
-
this.salary = false;
|
|
10238
|
-
this.property = false;
|
|
10239
|
-
this.sole = false;
|
|
10240
|
-
this.dividends = false;
|
|
10241
|
-
this.other = false;
|
|
10242
|
-
}
|
|
10243
10305
|
/**
|
|
10244
10306
|
* Get count of selected income types
|
|
10245
10307
|
*/
|
|
@@ -11034,6 +11096,15 @@ class MyTaxIncomeStatements {
|
|
|
11034
11096
|
.get(ChartAccountsListEnum.ATTRIBUTABLE_PSI).sumBy('grossAmount');
|
|
11035
11097
|
this.attributablePsiTransactionsTotalTax = this.transactionsByChartAccounts
|
|
11036
11098
|
.get(ChartAccountsListEnum.ATTRIBUTABLE_PSI).sumBy('tax');
|
|
11099
|
+
this.fhssTransactionsTotalAmount = this.transactionsByChartAccounts
|
|
11100
|
+
.get(ChartAccountsListEnum.FHSS).sumBy('grossAmount');
|
|
11101
|
+
this.fhssTransactionsTotalTax = this.transactionsByChartAccounts
|
|
11102
|
+
.get(ChartAccountsListEnum.FHSS).sumBy('tax');
|
|
11103
|
+
// Australian Government Special Payments
|
|
11104
|
+
this.australianSpecialPaymentsTotalAmount = this.transactionsByChartAccounts
|
|
11105
|
+
.get(ChartAccountsListEnum.AUSTRALIAN_GOVERNMENT_SPECIAL_PAYMENTS).sumBy('grossAmount');
|
|
11106
|
+
this.australianSpecialPaymentsTotalTax = this.transactionsByChartAccounts
|
|
11107
|
+
.get(ChartAccountsListEnum.AUSTRALIAN_GOVERNMENT_SPECIAL_PAYMENTS).sumBy('tax');
|
|
11037
11108
|
}
|
|
11038
11109
|
}
|
|
11039
11110
|
|
|
@@ -11570,9 +11641,9 @@ class AddressService {
|
|
|
11570
11641
|
return this.countriesSubject.asObservable();
|
|
11571
11642
|
}
|
|
11572
11643
|
}
|
|
11573
|
-
AddressService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
11574
|
-
AddressService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
11575
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
11644
|
+
AddressService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AddressService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
11645
|
+
AddressService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AddressService, providedIn: 'root' });
|
|
11646
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AddressService, decorators: [{
|
|
11576
11647
|
type: Injectable,
|
|
11577
11648
|
args: [{
|
|
11578
11649
|
providedIn: 'root'
|
|
@@ -11625,9 +11696,9 @@ class BankAccountService extends RestService$1 {
|
|
|
11625
11696
|
});
|
|
11626
11697
|
}
|
|
11627
11698
|
}
|
|
11628
|
-
BankAccountService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
11629
|
-
BankAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
11630
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
11699
|
+
BankAccountService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
11700
|
+
BankAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountService, providedIn: 'root' });
|
|
11701
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountService, decorators: [{
|
|
11631
11702
|
type: Injectable,
|
|
11632
11703
|
args: [{
|
|
11633
11704
|
providedIn: 'root'
|
|
@@ -11692,9 +11763,9 @@ class BankTransactionService extends RestService$1 {
|
|
|
11692
11763
|
});
|
|
11693
11764
|
}
|
|
11694
11765
|
}
|
|
11695
|
-
BankTransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
11696
|
-
BankTransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
11697
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
11766
|
+
BankTransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
11767
|
+
BankTransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionService, providedIn: 'root' });
|
|
11768
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionService, decorators: [{
|
|
11698
11769
|
type: Injectable,
|
|
11699
11770
|
args: [{
|
|
11700
11771
|
providedIn: 'root'
|
|
@@ -11722,9 +11793,9 @@ class BankService extends RestService$1 {
|
|
|
11722
11793
|
}));
|
|
11723
11794
|
}
|
|
11724
11795
|
}
|
|
11725
|
-
BankService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
11726
|
-
BankService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
11727
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
11796
|
+
BankService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
11797
|
+
BankService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankService, providedIn: 'root' });
|
|
11798
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankService, decorators: [{
|
|
11728
11799
|
type: Injectable,
|
|
11729
11800
|
args: [{
|
|
11730
11801
|
providedIn: 'root'
|
|
@@ -11744,9 +11815,9 @@ class ChartAccountsDepreciationService extends RestService$1 {
|
|
|
11744
11815
|
this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
|
|
11745
11816
|
}
|
|
11746
11817
|
}
|
|
11747
|
-
ChartAccountsDepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
11748
|
-
ChartAccountsDepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
11749
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
11818
|
+
ChartAccountsDepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsDepreciationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
11819
|
+
ChartAccountsDepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsDepreciationService, providedIn: 'root' });
|
|
11820
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsDepreciationService, decorators: [{
|
|
11750
11821
|
type: Injectable,
|
|
11751
11822
|
args: [{
|
|
11752
11823
|
providedIn: 'root'
|
|
@@ -11786,9 +11857,9 @@ class ChartAccountsService extends RestService$1 {
|
|
|
11786
11857
|
}));
|
|
11787
11858
|
}
|
|
11788
11859
|
}
|
|
11789
|
-
ChartAccountsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
11790
|
-
ChartAccountsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
11791
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
11860
|
+
ChartAccountsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
11861
|
+
ChartAccountsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsService, providedIn: 'root' });
|
|
11862
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsService, decorators: [{
|
|
11792
11863
|
type: Injectable,
|
|
11793
11864
|
args: [{
|
|
11794
11865
|
providedIn: 'root'
|
|
@@ -11857,9 +11928,9 @@ class ChatService extends RestService$1 {
|
|
|
11857
11928
|
});
|
|
11858
11929
|
}
|
|
11859
11930
|
}
|
|
11860
|
-
ChatService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
11861
|
-
ChatService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
11862
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
11931
|
+
ChatService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChatService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
11932
|
+
ChatService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChatService, providedIn: 'root' });
|
|
11933
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChatService, decorators: [{
|
|
11863
11934
|
type: Injectable,
|
|
11864
11935
|
args: [{
|
|
11865
11936
|
providedIn: 'root'
|
|
@@ -11916,9 +11987,9 @@ class MessageService extends RestService$1 {
|
|
|
11916
11987
|
});
|
|
11917
11988
|
}
|
|
11918
11989
|
}
|
|
11919
|
-
MessageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
11920
|
-
MessageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
11921
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
11990
|
+
MessageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
11991
|
+
MessageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageService, providedIn: 'root' });
|
|
11992
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageService, decorators: [{
|
|
11922
11993
|
type: Injectable,
|
|
11923
11994
|
args: [{
|
|
11924
11995
|
providedIn: 'root'
|
|
@@ -11989,9 +12060,9 @@ class MessageDocumentService extends RestService$1 {
|
|
|
11989
12060
|
}));
|
|
11990
12061
|
}
|
|
11991
12062
|
}
|
|
11992
|
-
MessageDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
11993
|
-
MessageDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
11994
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12063
|
+
MessageDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12064
|
+
MessageDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageDocumentService, providedIn: 'root' });
|
|
12065
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageDocumentService, decorators: [{
|
|
11995
12066
|
type: Injectable,
|
|
11996
12067
|
args: [{
|
|
11997
12068
|
providedIn: 'root'
|
|
@@ -12116,9 +12187,9 @@ class DepreciationService extends RestService$1 {
|
|
|
12116
12187
|
});
|
|
12117
12188
|
}
|
|
12118
12189
|
}
|
|
12119
|
-
DepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12120
|
-
DepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12121
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12190
|
+
DepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12191
|
+
DepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationService, providedIn: 'root' });
|
|
12192
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationService, decorators: [{
|
|
12122
12193
|
type: Injectable,
|
|
12123
12194
|
args: [{
|
|
12124
12195
|
providedIn: 'root'
|
|
@@ -12170,9 +12241,9 @@ class DepreciationCapitalProjectService {
|
|
|
12170
12241
|
}));
|
|
12171
12242
|
}
|
|
12172
12243
|
}
|
|
12173
|
-
DepreciationCapitalProjectService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12174
|
-
DepreciationCapitalProjectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12175
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12244
|
+
DepreciationCapitalProjectService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationCapitalProjectService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12245
|
+
DepreciationCapitalProjectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationCapitalProjectService, providedIn: 'root' });
|
|
12246
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationCapitalProjectService, decorators: [{
|
|
12176
12247
|
type: Injectable,
|
|
12177
12248
|
args: [{
|
|
12178
12249
|
providedIn: 'root'
|
|
@@ -12238,9 +12309,9 @@ class ReceiptService {
|
|
|
12238
12309
|
return plainToClass(this.modelClass, data);
|
|
12239
12310
|
}
|
|
12240
12311
|
}
|
|
12241
|
-
ReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12242
|
-
ReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12243
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12312
|
+
ReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12313
|
+
ReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ReceiptService, providedIn: 'root' });
|
|
12314
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ReceiptService, decorators: [{
|
|
12244
12315
|
type: Injectable,
|
|
12245
12316
|
args: [{
|
|
12246
12317
|
providedIn: 'root'
|
|
@@ -12269,9 +12340,9 @@ class DepreciationReceiptService extends ReceiptService {
|
|
|
12269
12340
|
this.listenEvents();
|
|
12270
12341
|
}
|
|
12271
12342
|
}
|
|
12272
|
-
DepreciationReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12273
|
-
DepreciationReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12274
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12343
|
+
DepreciationReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12344
|
+
DepreciationReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationReceiptService, providedIn: 'root' });
|
|
12345
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationReceiptService, decorators: [{
|
|
12275
12346
|
type: Injectable,
|
|
12276
12347
|
args: [{
|
|
12277
12348
|
providedIn: 'root'
|
|
@@ -12485,9 +12556,9 @@ class RestService {
|
|
|
12485
12556
|
*/
|
|
12486
12557
|
listenEvents() { }
|
|
12487
12558
|
}
|
|
12488
|
-
RestService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12489
|
-
RestService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12490
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12559
|
+
RestService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12560
|
+
RestService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService, providedIn: 'root' });
|
|
12561
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService, decorators: [{
|
|
12491
12562
|
type: Injectable,
|
|
12492
12563
|
args: [{
|
|
12493
12564
|
providedIn: 'root'
|
|
@@ -12504,9 +12575,9 @@ class DocumentService extends RestService {
|
|
|
12504
12575
|
this.modelClass = Document;
|
|
12505
12576
|
}
|
|
12506
12577
|
}
|
|
12507
|
-
DocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12508
|
-
DocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12509
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12578
|
+
DocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12579
|
+
DocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentService, providedIn: 'root' });
|
|
12580
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentService, decorators: [{
|
|
12510
12581
|
type: Injectable,
|
|
12511
12582
|
args: [{
|
|
12512
12583
|
providedIn: 'root'
|
|
@@ -12572,9 +12643,9 @@ class DocumentFolderService extends RestService {
|
|
|
12572
12643
|
}));
|
|
12573
12644
|
}
|
|
12574
12645
|
}
|
|
12575
|
-
DocumentFolderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12576
|
-
DocumentFolderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12577
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12646
|
+
DocumentFolderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentFolderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12647
|
+
DocumentFolderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentFolderService, providedIn: 'root' });
|
|
12648
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentFolderService, decorators: [{
|
|
12578
12649
|
type: Injectable,
|
|
12579
12650
|
args: [{
|
|
12580
12651
|
providedIn: 'root'
|
|
@@ -12649,9 +12720,9 @@ FacebookService.authOptions = {
|
|
|
12649
12720
|
auth_type: 'rerequest',
|
|
12650
12721
|
return_scopes: true
|
|
12651
12722
|
};
|
|
12652
|
-
FacebookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12653
|
-
FacebookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12654
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12723
|
+
FacebookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FacebookService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: JwtService }, { token: i4.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12724
|
+
FacebookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FacebookService, providedIn: 'root' });
|
|
12725
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FacebookService, decorators: [{
|
|
12655
12726
|
type: Injectable,
|
|
12656
12727
|
args: [{
|
|
12657
12728
|
providedIn: 'root'
|
|
@@ -12719,9 +12790,9 @@ class GoogleService {
|
|
|
12719
12790
|
google.accounts.id.disableAutoSelect();
|
|
12720
12791
|
}
|
|
12721
12792
|
}
|
|
12722
|
-
GoogleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12723
|
-
GoogleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12724
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12793
|
+
GoogleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: GoogleService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: JwtService }, { token: i4.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12794
|
+
GoogleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: GoogleService, providedIn: 'root' });
|
|
12795
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: GoogleService, decorators: [{
|
|
12725
12796
|
type: Injectable,
|
|
12726
12797
|
args: [{
|
|
12727
12798
|
providedIn: 'root'
|
|
@@ -12747,9 +12818,9 @@ class FileService extends RestService$1 {
|
|
|
12747
12818
|
.pipe(map((fileBase) => plainToClass(AppFile, fileBase)));
|
|
12748
12819
|
}
|
|
12749
12820
|
}
|
|
12750
|
-
FileService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12751
|
-
FileService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12752
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12821
|
+
FileService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FileService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12822
|
+
FileService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FileService, providedIn: 'root' });
|
|
12823
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FileService, decorators: [{
|
|
12753
12824
|
type: Injectable,
|
|
12754
12825
|
args: [{
|
|
12755
12826
|
providedIn: 'root'
|
|
@@ -12766,9 +12837,9 @@ class ClientIncomeTypesService extends RestService$1 {
|
|
|
12766
12837
|
this.disabledMethods = ['postBatch', 'putBatch', 'delete', 'deleteBatch'];
|
|
12767
12838
|
}
|
|
12768
12839
|
}
|
|
12769
|
-
ClientIncomeTypesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12770
|
-
ClientIncomeTypesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12771
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12840
|
+
ClientIncomeTypesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientIncomeTypesService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12841
|
+
ClientIncomeTypesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientIncomeTypesService, providedIn: 'root' });
|
|
12842
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientIncomeTypesService, decorators: [{
|
|
12772
12843
|
type: Injectable,
|
|
12773
12844
|
args: [{
|
|
12774
12845
|
providedIn: 'root'
|
|
@@ -12883,9 +12954,9 @@ class ClientInviteService extends RestService {
|
|
|
12883
12954
|
});
|
|
12884
12955
|
}
|
|
12885
12956
|
}
|
|
12886
|
-
ClientInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12887
|
-
ClientInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12888
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12957
|
+
ClientInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12958
|
+
ClientInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientInviteService, providedIn: 'root' });
|
|
12959
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientInviteService, decorators: [{
|
|
12889
12960
|
type: Injectable,
|
|
12890
12961
|
args: [{
|
|
12891
12962
|
providedIn: 'root'
|
|
@@ -12964,9 +13035,9 @@ class ClientMovementService extends RestService {
|
|
|
12964
13035
|
});
|
|
12965
13036
|
}
|
|
12966
13037
|
}
|
|
12967
|
-
ClientMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12968
|
-
ClientMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12969
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13038
|
+
ClientMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13039
|
+
ClientMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientMovementService, providedIn: 'root' });
|
|
13040
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientMovementService, decorators: [{
|
|
12970
13041
|
type: Injectable,
|
|
12971
13042
|
args: [{
|
|
12972
13043
|
providedIn: 'root'
|
|
@@ -12995,9 +13066,9 @@ class EmployeeService extends RestService {
|
|
|
12995
13066
|
}));
|
|
12996
13067
|
}
|
|
12997
13068
|
}
|
|
12998
|
-
EmployeeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12999
|
-
EmployeeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13000
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13069
|
+
EmployeeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13070
|
+
EmployeeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeService, providedIn: 'root' });
|
|
13071
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeService, decorators: [{
|
|
13001
13072
|
type: Injectable,
|
|
13002
13073
|
args: [{
|
|
13003
13074
|
providedIn: 'root'
|
|
@@ -13040,9 +13111,9 @@ class EmployeeInviteService extends RestService {
|
|
|
13040
13111
|
}));
|
|
13041
13112
|
}
|
|
13042
13113
|
}
|
|
13043
|
-
EmployeeInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13044
|
-
EmployeeInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13045
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13114
|
+
EmployeeInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13115
|
+
EmployeeInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeInviteService, providedIn: 'root' });
|
|
13116
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeInviteService, decorators: [{
|
|
13046
13117
|
type: Injectable,
|
|
13047
13118
|
args: [{
|
|
13048
13119
|
providedIn: 'root'
|
|
@@ -13067,9 +13138,9 @@ class ClientPortfolioReportService {
|
|
|
13067
13138
|
}));
|
|
13068
13139
|
}
|
|
13069
13140
|
}
|
|
13070
|
-
ClientPortfolioReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13071
|
-
ClientPortfolioReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13072
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13141
|
+
ClientPortfolioReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientPortfolioReportService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13142
|
+
ClientPortfolioReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientPortfolioReportService, providedIn: 'root' });
|
|
13143
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientPortfolioReportService, decorators: [{
|
|
13073
13144
|
type: Injectable,
|
|
13074
13145
|
args: [{
|
|
13075
13146
|
providedIn: 'root'
|
|
@@ -13139,9 +13210,9 @@ class FirmService {
|
|
|
13139
13210
|
}));
|
|
13140
13211
|
}
|
|
13141
13212
|
}
|
|
13142
|
-
FirmService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13143
|
-
FirmService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13144
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13213
|
+
FirmService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FirmService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13214
|
+
FirmService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FirmService, providedIn: 'root' });
|
|
13215
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FirmService, decorators: [{
|
|
13145
13216
|
type: Injectable,
|
|
13146
13217
|
args: [{
|
|
13147
13218
|
providedIn: 'root'
|
|
@@ -13214,9 +13285,9 @@ class IncomeSourceForecastService extends RestService {
|
|
|
13214
13285
|
}).flat();
|
|
13215
13286
|
}
|
|
13216
13287
|
}
|
|
13217
|
-
IncomeSourceForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13218
|
-
IncomeSourceForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13219
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13288
|
+
IncomeSourceForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13289
|
+
IncomeSourceForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceForecastService, providedIn: 'root' });
|
|
13290
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceForecastService, decorators: [{
|
|
13220
13291
|
type: Injectable,
|
|
13221
13292
|
args: [{
|
|
13222
13293
|
providedIn: 'root'
|
|
@@ -13286,9 +13357,9 @@ class SalaryForecastService extends RestService {
|
|
|
13286
13357
|
}).flat();
|
|
13287
13358
|
}
|
|
13288
13359
|
}
|
|
13289
|
-
SalaryForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13290
|
-
SalaryForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13291
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13360
|
+
SalaryForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SalaryForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13361
|
+
SalaryForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SalaryForecastService, providedIn: 'root' });
|
|
13362
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SalaryForecastService, decorators: [{
|
|
13292
13363
|
type: Injectable,
|
|
13293
13364
|
args: [{
|
|
13294
13365
|
providedIn: 'root'
|
|
@@ -13364,9 +13435,9 @@ class SoleForecastService extends RestService {
|
|
|
13364
13435
|
});
|
|
13365
13436
|
}
|
|
13366
13437
|
}
|
|
13367
|
-
SoleForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13368
|
-
SoleForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13369
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13438
|
+
SoleForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13439
|
+
SoleForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleForecastService, providedIn: 'root' });
|
|
13440
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleForecastService, decorators: [{
|
|
13370
13441
|
type: Injectable,
|
|
13371
13442
|
args: [{
|
|
13372
13443
|
providedIn: 'root'
|
|
@@ -13465,9 +13536,9 @@ class IncomeSourceService extends RestService {
|
|
|
13465
13536
|
});
|
|
13466
13537
|
}
|
|
13467
13538
|
}
|
|
13468
|
-
IncomeSourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13469
|
-
IncomeSourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13470
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13539
|
+
IncomeSourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13540
|
+
IncomeSourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceService, providedIn: 'root' });
|
|
13541
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceService, decorators: [{
|
|
13471
13542
|
type: Injectable,
|
|
13472
13543
|
args: [{
|
|
13473
13544
|
providedIn: 'root'
|
|
@@ -13530,9 +13601,9 @@ class BorrowingExpenseService {
|
|
|
13530
13601
|
}));
|
|
13531
13602
|
}
|
|
13532
13603
|
}
|
|
13533
|
-
BorrowingExpenseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13534
|
-
BorrowingExpenseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13535
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13604
|
+
BorrowingExpenseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BorrowingExpenseService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13605
|
+
BorrowingExpenseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BorrowingExpenseService, providedIn: 'root' });
|
|
13606
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BorrowingExpenseService, decorators: [{
|
|
13536
13607
|
type: Injectable,
|
|
13537
13608
|
args: [{
|
|
13538
13609
|
providedIn: 'root'
|
|
@@ -13614,9 +13685,9 @@ class LoanService extends RestService$1 {
|
|
|
13614
13685
|
}));
|
|
13615
13686
|
}
|
|
13616
13687
|
}
|
|
13617
|
-
LoanService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13618
|
-
LoanService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13619
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13688
|
+
LoanService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LoanService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13689
|
+
LoanService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LoanService, providedIn: 'root' });
|
|
13690
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LoanService, decorators: [{
|
|
13620
13691
|
type: Injectable,
|
|
13621
13692
|
args: [{
|
|
13622
13693
|
providedIn: 'root'
|
|
@@ -13635,9 +13706,9 @@ class PropertyCategoryService extends RestService$1 {
|
|
|
13635
13706
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
13636
13707
|
}
|
|
13637
13708
|
}
|
|
13638
|
-
PropertyCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13639
|
-
PropertyCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13640
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13709
|
+
PropertyCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13710
|
+
PropertyCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryService, providedIn: 'root' });
|
|
13711
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryService, decorators: [{
|
|
13641
13712
|
type: Injectable,
|
|
13642
13713
|
args: [{
|
|
13643
13714
|
providedIn: 'root'
|
|
@@ -13653,9 +13724,9 @@ class PropertyCategoryMovementService extends RestService$1 {
|
|
|
13653
13724
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
13654
13725
|
}
|
|
13655
13726
|
}
|
|
13656
|
-
PropertyCategoryMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13657
|
-
PropertyCategoryMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13658
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13727
|
+
PropertyCategoryMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13728
|
+
PropertyCategoryMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryMovementService, providedIn: 'root' });
|
|
13729
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryMovementService, decorators: [{
|
|
13659
13730
|
type: Injectable,
|
|
13660
13731
|
args: [{
|
|
13661
13732
|
providedIn: 'root'
|
|
@@ -13697,9 +13768,9 @@ class PropertyDocumentService extends RestService$1 {
|
|
|
13697
13768
|
});
|
|
13698
13769
|
}
|
|
13699
13770
|
}
|
|
13700
|
-
PropertyDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13701
|
-
PropertyDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13702
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13771
|
+
PropertyDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13772
|
+
PropertyDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyDocumentService, providedIn: 'root' });
|
|
13773
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyDocumentService, decorators: [{
|
|
13703
13774
|
type: Injectable,
|
|
13704
13775
|
args: [{
|
|
13705
13776
|
providedIn: 'root'
|
|
@@ -13716,9 +13787,9 @@ class TaxExemptionService extends RestService$1 {
|
|
|
13716
13787
|
this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
|
|
13717
13788
|
}
|
|
13718
13789
|
}
|
|
13719
|
-
TaxExemptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13720
|
-
TaxExemptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13721
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13790
|
+
TaxExemptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxExemptionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13791
|
+
TaxExemptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxExemptionService, providedIn: 'root' });
|
|
13792
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxExemptionService, decorators: [{
|
|
13722
13793
|
type: Injectable,
|
|
13723
13794
|
args: [{
|
|
13724
13795
|
providedIn: 'root'
|
|
@@ -13734,9 +13805,9 @@ class PropertySaleService extends RestService$1 {
|
|
|
13734
13805
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
13735
13806
|
}
|
|
13736
13807
|
}
|
|
13737
|
-
PropertySaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13738
|
-
PropertySaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13739
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13808
|
+
PropertySaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertySaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13809
|
+
PropertySaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertySaleService, providedIn: 'root' });
|
|
13810
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertySaleService, decorators: [{
|
|
13740
13811
|
type: Injectable,
|
|
13741
13812
|
args: [{
|
|
13742
13813
|
providedIn: 'root'
|
|
@@ -13783,9 +13854,9 @@ class PropertyShareService extends RestService$1 {
|
|
|
13783
13854
|
this.listenCSE(PropertySale, ['post', 'delete'], this.resetCache);
|
|
13784
13855
|
}
|
|
13785
13856
|
}
|
|
13786
|
-
PropertyShareService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13787
|
-
PropertyShareService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13788
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13857
|
+
PropertyShareService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyShareService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13858
|
+
PropertyShareService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyShareService, providedIn: 'root' });
|
|
13859
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyShareService, decorators: [{
|
|
13789
13860
|
type: Injectable,
|
|
13790
13861
|
args: [{
|
|
13791
13862
|
providedIn: 'root'
|
|
@@ -13882,9 +13953,9 @@ class PropertyService extends RestService$1 {
|
|
|
13882
13953
|
}));
|
|
13883
13954
|
}
|
|
13884
13955
|
}
|
|
13885
|
-
PropertyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13886
|
-
PropertyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13887
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13956
|
+
PropertyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13957
|
+
PropertyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyService, providedIn: 'root' });
|
|
13958
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyService, decorators: [{
|
|
13888
13959
|
type: Injectable,
|
|
13889
13960
|
args: [{
|
|
13890
13961
|
providedIn: 'root'
|
|
@@ -13928,9 +13999,9 @@ class ServiceNotificationService extends RestService {
|
|
|
13928
13999
|
});
|
|
13929
14000
|
}
|
|
13930
14001
|
}
|
|
13931
|
-
ServiceNotificationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13932
|
-
ServiceNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13933
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14002
|
+
ServiceNotificationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceNotificationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14003
|
+
ServiceNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceNotificationService, providedIn: 'root' });
|
|
14004
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceNotificationService, decorators: [{
|
|
13934
14005
|
type: Injectable,
|
|
13935
14006
|
args: [{
|
|
13936
14007
|
providedIn: 'root'
|
|
@@ -13979,9 +14050,9 @@ class SoleBusinessService extends RestService {
|
|
|
13979
14050
|
}));
|
|
13980
14051
|
}
|
|
13981
14052
|
}
|
|
13982
|
-
SoleBusinessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13983
|
-
SoleBusinessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13984
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14053
|
+
SoleBusinessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14054
|
+
SoleBusinessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessService, providedIn: 'root' });
|
|
14055
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessService, decorators: [{
|
|
13985
14056
|
type: Injectable,
|
|
13986
14057
|
args: [{
|
|
13987
14058
|
providedIn: 'root'
|
|
@@ -13996,9 +14067,9 @@ class SoleBusinessActivityService extends RestService {
|
|
|
13996
14067
|
this.isHydra = true;
|
|
13997
14068
|
}
|
|
13998
14069
|
}
|
|
13999
|
-
SoleBusinessActivityService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14000
|
-
SoleBusinessActivityService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14001
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14070
|
+
SoleBusinessActivityService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessActivityService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14071
|
+
SoleBusinessActivityService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessActivityService, providedIn: 'root' });
|
|
14072
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessActivityService, decorators: [{
|
|
14002
14073
|
type: Injectable,
|
|
14003
14074
|
args: [{
|
|
14004
14075
|
providedIn: 'root'
|
|
@@ -14024,9 +14095,9 @@ class SoleBusinessLossService extends RestService {
|
|
|
14024
14095
|
});
|
|
14025
14096
|
}
|
|
14026
14097
|
}
|
|
14027
|
-
SoleBusinessLossService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14028
|
-
SoleBusinessLossService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14029
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14098
|
+
SoleBusinessLossService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14099
|
+
SoleBusinessLossService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossService, providedIn: 'root' });
|
|
14100
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossService, decorators: [{
|
|
14030
14101
|
type: Injectable,
|
|
14031
14102
|
args: [{
|
|
14032
14103
|
providedIn: 'root'
|
|
@@ -14044,9 +14115,9 @@ class SoleBusinessLossOffsetRuleService extends RestService {
|
|
|
14044
14115
|
this.isHydra = true;
|
|
14045
14116
|
}
|
|
14046
14117
|
}
|
|
14047
|
-
SoleBusinessLossOffsetRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14048
|
-
SoleBusinessLossOffsetRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14049
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14118
|
+
SoleBusinessLossOffsetRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14119
|
+
SoleBusinessLossOffsetRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' });
|
|
14120
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossOffsetRuleService, decorators: [{
|
|
14050
14121
|
type: Injectable,
|
|
14051
14122
|
args: [{
|
|
14052
14123
|
providedIn: 'root'
|
|
@@ -14061,9 +14132,9 @@ class SoleContactService extends RestService {
|
|
|
14061
14132
|
this.isHydra = true;
|
|
14062
14133
|
}
|
|
14063
14134
|
}
|
|
14064
|
-
SoleContactService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14065
|
-
SoleContactService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14066
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14135
|
+
SoleContactService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleContactService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14136
|
+
SoleContactService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleContactService, providedIn: 'root' });
|
|
14137
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleContactService, decorators: [{
|
|
14067
14138
|
type: Injectable,
|
|
14068
14139
|
args: [{
|
|
14069
14140
|
providedIn: 'root'
|
|
@@ -14119,9 +14190,9 @@ class SoleDepreciationMethodService {
|
|
|
14119
14190
|
});
|
|
14120
14191
|
}
|
|
14121
14192
|
}
|
|
14122
|
-
SoleDepreciationMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14123
|
-
SoleDepreciationMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14124
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14193
|
+
SoleDepreciationMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDepreciationMethodService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14194
|
+
SoleDepreciationMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDepreciationMethodService, providedIn: 'root' });
|
|
14195
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDepreciationMethodService, decorators: [{
|
|
14125
14196
|
type: Injectable,
|
|
14126
14197
|
args: [{
|
|
14127
14198
|
providedIn: 'root'
|
|
@@ -14174,9 +14245,9 @@ class SoleDetailsService {
|
|
|
14174
14245
|
}));
|
|
14175
14246
|
}
|
|
14176
14247
|
}
|
|
14177
|
-
SoleDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14178
|
-
SoleDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14179
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14248
|
+
SoleDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDetailsService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14249
|
+
SoleDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDetailsService, providedIn: 'root' });
|
|
14250
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDetailsService, decorators: [{
|
|
14180
14251
|
type: Injectable,
|
|
14181
14252
|
args: [{
|
|
14182
14253
|
providedIn: 'root'
|
|
@@ -14249,9 +14320,9 @@ class SoleInvoiceService extends RestService {
|
|
|
14249
14320
|
});
|
|
14250
14321
|
}
|
|
14251
14322
|
}
|
|
14252
|
-
SoleInvoiceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14253
|
-
SoleInvoiceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14254
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14323
|
+
SoleInvoiceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14324
|
+
SoleInvoiceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceService, providedIn: 'root' });
|
|
14325
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceService, decorators: [{
|
|
14255
14326
|
type: Injectable,
|
|
14256
14327
|
args: [{
|
|
14257
14328
|
providedIn: 'root'
|
|
@@ -14266,9 +14337,9 @@ class SoleInvoiceTemplateService extends RestService {
|
|
|
14266
14337
|
this.isHydra = true;
|
|
14267
14338
|
}
|
|
14268
14339
|
}
|
|
14269
|
-
SoleInvoiceTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14270
|
-
SoleInvoiceTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14271
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14340
|
+
SoleInvoiceTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceTemplateService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14341
|
+
SoleInvoiceTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceTemplateService, providedIn: 'root' });
|
|
14342
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceTemplateService, decorators: [{
|
|
14272
14343
|
type: Injectable,
|
|
14273
14344
|
args: [{
|
|
14274
14345
|
providedIn: 'root'
|
|
@@ -14283,9 +14354,9 @@ class BasReportService extends RestService {
|
|
|
14283
14354
|
this.isHydra = true;
|
|
14284
14355
|
}
|
|
14285
14356
|
}
|
|
14286
|
-
BasReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14287
|
-
BasReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14288
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14357
|
+
BasReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14358
|
+
BasReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasReportService, providedIn: 'root' });
|
|
14359
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasReportService, decorators: [{
|
|
14289
14360
|
type: Injectable,
|
|
14290
14361
|
args: [{
|
|
14291
14362
|
providedIn: 'root'
|
|
@@ -14311,9 +14382,9 @@ class ServicePaymentService extends RestService$1 {
|
|
|
14311
14382
|
return this.http.get(`${this.environment.apiV2}/service-payments/${payment.id}/invoice-url`);
|
|
14312
14383
|
}
|
|
14313
14384
|
}
|
|
14314
|
-
ServicePaymentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14315
|
-
ServicePaymentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14316
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14385
|
+
ServicePaymentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14386
|
+
ServicePaymentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentService, providedIn: 'root' });
|
|
14387
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentService, decorators: [{
|
|
14317
14388
|
type: Injectable,
|
|
14318
14389
|
args: [{
|
|
14319
14390
|
providedIn: 'root'
|
|
@@ -14361,9 +14432,9 @@ class ServicePaymentMethodService extends RestService$1 {
|
|
|
14361
14432
|
});
|
|
14362
14433
|
}
|
|
14363
14434
|
}
|
|
14364
|
-
ServicePaymentMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14365
|
-
ServicePaymentMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14366
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14435
|
+
ServicePaymentMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentMethodService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14436
|
+
ServicePaymentMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentMethodService, providedIn: 'root' });
|
|
14437
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentMethodService, decorators: [{
|
|
14367
14438
|
type: Injectable,
|
|
14368
14439
|
args: [{
|
|
14369
14440
|
providedIn: 'root'
|
|
@@ -14386,9 +14457,9 @@ class ServicePriceService extends RestService$1 {
|
|
|
14386
14457
|
this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
|
|
14387
14458
|
}
|
|
14388
14459
|
}
|
|
14389
|
-
ServicePriceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14390
|
-
ServicePriceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14391
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14460
|
+
ServicePriceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePriceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14461
|
+
ServicePriceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePriceService, providedIn: 'root' });
|
|
14462
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePriceService, decorators: [{
|
|
14392
14463
|
type: Injectable,
|
|
14393
14464
|
args: [{
|
|
14394
14465
|
providedIn: 'root'
|
|
@@ -14502,9 +14573,9 @@ class SubscriptionService extends RestService$1 {
|
|
|
14502
14573
|
});
|
|
14503
14574
|
}
|
|
14504
14575
|
}
|
|
14505
|
-
SubscriptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14506
|
-
SubscriptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14507
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14576
|
+
SubscriptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SubscriptionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: ToastService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14577
|
+
SubscriptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SubscriptionService, providedIn: 'root' });
|
|
14578
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SubscriptionService, decorators: [{
|
|
14508
14579
|
type: Injectable,
|
|
14509
14580
|
args: [{
|
|
14510
14581
|
providedIn: 'root'
|
|
@@ -14524,9 +14595,9 @@ class ServiceProductService extends RestService$1 {
|
|
|
14524
14595
|
this.isApiPlatform = true;
|
|
14525
14596
|
}
|
|
14526
14597
|
}
|
|
14527
|
-
ServiceProductService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14528
|
-
ServiceProductService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14529
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14598
|
+
ServiceProductService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceProductService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14599
|
+
ServiceProductService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceProductService, providedIn: 'root' });
|
|
14600
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceProductService, decorators: [{
|
|
14530
14601
|
type: Injectable,
|
|
14531
14602
|
args: [{
|
|
14532
14603
|
providedIn: 'root'
|
|
@@ -14558,9 +14629,9 @@ class TaxReviewHistoryService extends RestService {
|
|
|
14558
14629
|
});
|
|
14559
14630
|
}
|
|
14560
14631
|
}
|
|
14561
|
-
TaxReviewHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14562
|
-
TaxReviewHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14563
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14632
|
+
TaxReviewHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewHistoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14633
|
+
TaxReviewHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewHistoryService, providedIn: 'root' });
|
|
14634
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewHistoryService, decorators: [{
|
|
14564
14635
|
type: Injectable,
|
|
14565
14636
|
args: [{
|
|
14566
14637
|
providedIn: 'root'
|
|
@@ -14649,9 +14720,9 @@ class TaxReviewService extends RestService {
|
|
|
14649
14720
|
});
|
|
14650
14721
|
}
|
|
14651
14722
|
}
|
|
14652
|
-
TaxReviewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14653
|
-
TaxReviewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14654
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14723
|
+
TaxReviewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14724
|
+
TaxReviewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewService, providedIn: 'root' });
|
|
14725
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewService, decorators: [{
|
|
14655
14726
|
type: Injectable,
|
|
14656
14727
|
args: [{
|
|
14657
14728
|
providedIn: 'root'
|
|
@@ -14708,9 +14779,9 @@ class TaxSummaryService {
|
|
|
14708
14779
|
});
|
|
14709
14780
|
}
|
|
14710
14781
|
}
|
|
14711
|
-
TaxSummaryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14712
|
-
TaxSummaryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14713
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14782
|
+
TaxSummaryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxSummaryService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14783
|
+
TaxSummaryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxSummaryService, providedIn: 'root' });
|
|
14784
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxSummaryService, decorators: [{
|
|
14714
14785
|
type: Injectable,
|
|
14715
14786
|
args: [{
|
|
14716
14787
|
providedIn: 'root'
|
|
@@ -14729,9 +14800,9 @@ class AllocationRuleService extends RestService$1 {
|
|
|
14729
14800
|
this.isApiPlatform = true;
|
|
14730
14801
|
}
|
|
14731
14802
|
}
|
|
14732
|
-
AllocationRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14733
|
-
AllocationRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14734
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14803
|
+
AllocationRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AllocationRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14804
|
+
AllocationRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AllocationRuleService, providedIn: 'root' });
|
|
14805
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AllocationRuleService, decorators: [{
|
|
14735
14806
|
type: Injectable,
|
|
14736
14807
|
args: [{
|
|
14737
14808
|
providedIn: 'root'
|
|
@@ -14822,9 +14893,9 @@ class TransactionAllocationService extends RestService {
|
|
|
14822
14893
|
});
|
|
14823
14894
|
}
|
|
14824
14895
|
}
|
|
14825
|
-
TransactionAllocationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14826
|
-
TransactionAllocationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14827
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14896
|
+
TransactionAllocationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionAllocationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14897
|
+
TransactionAllocationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionAllocationService, providedIn: 'root' });
|
|
14898
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionAllocationService, decorators: [{
|
|
14828
14899
|
type: Injectable,
|
|
14829
14900
|
args: [{
|
|
14830
14901
|
providedIn: 'root'
|
|
@@ -14850,9 +14921,9 @@ class TransactionReceiptService extends ReceiptService {
|
|
|
14850
14921
|
this.listenEvents();
|
|
14851
14922
|
}
|
|
14852
14923
|
}
|
|
14853
|
-
TransactionReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14854
|
-
TransactionReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14855
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14924
|
+
TransactionReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14925
|
+
TransactionReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionReceiptService, providedIn: 'root' });
|
|
14926
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionReceiptService, decorators: [{
|
|
14856
14927
|
type: Injectable,
|
|
14857
14928
|
args: [{
|
|
14858
14929
|
providedIn: 'root'
|
|
@@ -15171,9 +15242,9 @@ class TransactionService extends RestService {
|
|
|
15171
15242
|
});
|
|
15172
15243
|
}
|
|
15173
15244
|
}
|
|
15174
|
-
TransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15175
|
-
TransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15176
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15245
|
+
TransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: TransactionReceiptService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15246
|
+
TransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionService, providedIn: 'root' });
|
|
15247
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionService, decorators: [{
|
|
15177
15248
|
type: Injectable,
|
|
15178
15249
|
args: [{
|
|
15179
15250
|
providedIn: 'root'
|
|
@@ -15202,9 +15273,9 @@ class TutorialVideoService {
|
|
|
15202
15273
|
}
|
|
15203
15274
|
TutorialVideoService.googleUrl = `https://www.googleapis.com/drive/v3/files?fields=*&mimeType='video/mp4'&orderBy=name`;
|
|
15204
15275
|
TutorialVideoService.parents = '1uLMLzi8WUy2go9xhfzJEwgFwOM43dukM';
|
|
15205
|
-
TutorialVideoService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15206
|
-
TutorialVideoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15207
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15276
|
+
TutorialVideoService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TutorialVideoService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15277
|
+
TutorialVideoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TutorialVideoService, providedIn: 'root' });
|
|
15278
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TutorialVideoService, decorators: [{
|
|
15208
15279
|
type: Injectable,
|
|
15209
15280
|
args: [{
|
|
15210
15281
|
providedIn: 'root'
|
|
@@ -15224,9 +15295,9 @@ class VehicleService extends RestService {
|
|
|
15224
15295
|
this.modelClass = Vehicle;
|
|
15225
15296
|
}
|
|
15226
15297
|
}
|
|
15227
|
-
VehicleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15228
|
-
VehicleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15229
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15298
|
+
VehicleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15299
|
+
VehicleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleService, providedIn: 'root' });
|
|
15300
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleService, decorators: [{
|
|
15230
15301
|
type: Injectable,
|
|
15231
15302
|
args: [{
|
|
15232
15303
|
providedIn: 'root'
|
|
@@ -15298,9 +15369,9 @@ class VehicleClaimService extends RestService {
|
|
|
15298
15369
|
combineLatest(batch$).subscribe();
|
|
15299
15370
|
}
|
|
15300
15371
|
}
|
|
15301
|
-
VehicleClaimService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15302
|
-
VehicleClaimService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15303
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15372
|
+
VehicleClaimService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15373
|
+
VehicleClaimService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimService, providedIn: 'root' });
|
|
15374
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimService, decorators: [{
|
|
15304
15375
|
type: Injectable,
|
|
15305
15376
|
args: [{
|
|
15306
15377
|
providedIn: 'root'
|
|
@@ -15377,9 +15448,9 @@ class VehicleClaimDetailsService {
|
|
|
15377
15448
|
this.update(vehicleClaimDetails).subscribe();
|
|
15378
15449
|
}
|
|
15379
15450
|
}
|
|
15380
|
-
VehicleClaimDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15381
|
-
VehicleClaimDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15382
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15451
|
+
VehicleClaimDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimDetailsService, deps: [{ token: 'environment' }, { token: i1.HttpClient }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15452
|
+
VehicleClaimDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimDetailsService, providedIn: 'root' });
|
|
15453
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimDetailsService, decorators: [{
|
|
15383
15454
|
type: Injectable,
|
|
15384
15455
|
args: [{
|
|
15385
15456
|
providedIn: 'root'
|
|
@@ -15399,9 +15470,9 @@ class VehicleLogbookService extends RestService {
|
|
|
15399
15470
|
this.modelClass = VehicleLogbook;
|
|
15400
15471
|
}
|
|
15401
15472
|
}
|
|
15402
|
-
VehicleLogbookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15403
|
-
VehicleLogbookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15404
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15473
|
+
VehicleLogbookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleLogbookService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15474
|
+
VehicleLogbookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleLogbookService, providedIn: 'root' });
|
|
15475
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleLogbookService, decorators: [{
|
|
15405
15476
|
type: Injectable,
|
|
15406
15477
|
args: [{
|
|
15407
15478
|
providedIn: 'root'
|
|
@@ -15434,9 +15505,9 @@ class OccupationService {
|
|
|
15434
15505
|
return this.occupationsSubject.asObservable();
|
|
15435
15506
|
}
|
|
15436
15507
|
}
|
|
15437
|
-
OccupationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15438
|
-
OccupationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15439
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15508
|
+
OccupationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: OccupationService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15509
|
+
OccupationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: OccupationService, providedIn: 'root' });
|
|
15510
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: OccupationService, decorators: [{
|
|
15440
15511
|
type: Injectable,
|
|
15441
15512
|
args: [{
|
|
15442
15513
|
providedIn: 'root'
|
|
@@ -15480,9 +15551,9 @@ class UserEventSettingService extends RestService {
|
|
|
15480
15551
|
}));
|
|
15481
15552
|
}
|
|
15482
15553
|
}
|
|
15483
|
-
UserEventSettingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15484
|
-
UserEventSettingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15485
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15554
|
+
UserEventSettingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventSettingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15555
|
+
UserEventSettingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventSettingService, providedIn: 'root' });
|
|
15556
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventSettingService, decorators: [{
|
|
15486
15557
|
type: Injectable,
|
|
15487
15558
|
args: [{
|
|
15488
15559
|
providedIn: 'root'
|
|
@@ -15497,9 +15568,9 @@ class UserEventTypeService extends RestService {
|
|
|
15497
15568
|
this.isHydra = true;
|
|
15498
15569
|
}
|
|
15499
15570
|
}
|
|
15500
|
-
UserEventTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15501
|
-
UserEventTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15502
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15571
|
+
UserEventTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15572
|
+
UserEventTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventTypeService, providedIn: 'root' });
|
|
15573
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventTypeService, decorators: [{
|
|
15503
15574
|
type: Injectable,
|
|
15504
15575
|
args: [{
|
|
15505
15576
|
providedIn: 'root'
|
|
@@ -15516,9 +15587,75 @@ class UsersInviteService extends RestService {
|
|
|
15516
15587
|
this.url = 'users/invite';
|
|
15517
15588
|
}
|
|
15518
15589
|
}
|
|
15519
|
-
UsersInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15520
|
-
UsersInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15521
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15590
|
+
UsersInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UsersInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15591
|
+
UsersInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UsersInviteService, providedIn: 'root' });
|
|
15592
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UsersInviteService, decorators: [{
|
|
15593
|
+
type: Injectable,
|
|
15594
|
+
args: [{
|
|
15595
|
+
providedIn: 'root'
|
|
15596
|
+
}]
|
|
15597
|
+
}] });
|
|
15598
|
+
|
|
15599
|
+
/**
|
|
15600
|
+
* Service that handling banks logic
|
|
15601
|
+
*/
|
|
15602
|
+
class HoldingService extends RestService$1 {
|
|
15603
|
+
constructor() {
|
|
15604
|
+
super(...arguments);
|
|
15605
|
+
this.modelClass = Holding;
|
|
15606
|
+
this.collectionClass = Collection;
|
|
15607
|
+
this.endpointUri = 'holdings';
|
|
15608
|
+
this.isApiPlatform = true;
|
|
15609
|
+
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
15610
|
+
}
|
|
15611
|
+
}
|
|
15612
|
+
HoldingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15613
|
+
HoldingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingService, providedIn: 'root' });
|
|
15614
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingService, decorators: [{
|
|
15615
|
+
type: Injectable,
|
|
15616
|
+
args: [{
|
|
15617
|
+
providedIn: 'root'
|
|
15618
|
+
}]
|
|
15619
|
+
}] });
|
|
15620
|
+
|
|
15621
|
+
/**
|
|
15622
|
+
* Service that handling banks logic
|
|
15623
|
+
*/
|
|
15624
|
+
class HoldingTypeService extends RestService$1 {
|
|
15625
|
+
constructor() {
|
|
15626
|
+
super(...arguments);
|
|
15627
|
+
this.modelClass = HoldingType;
|
|
15628
|
+
this.collectionClass = Collection;
|
|
15629
|
+
this.endpointUri = 'holding-types';
|
|
15630
|
+
this.isApiPlatform = true;
|
|
15631
|
+
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
15632
|
+
}
|
|
15633
|
+
}
|
|
15634
|
+
HoldingTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15635
|
+
HoldingTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeService, providedIn: 'root' });
|
|
15636
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeService, decorators: [{
|
|
15637
|
+
type: Injectable,
|
|
15638
|
+
args: [{
|
|
15639
|
+
providedIn: 'root'
|
|
15640
|
+
}]
|
|
15641
|
+
}] });
|
|
15642
|
+
|
|
15643
|
+
/**
|
|
15644
|
+
* Service that handling banks logic
|
|
15645
|
+
*/
|
|
15646
|
+
class HoldingSaleService extends RestService$1 {
|
|
15647
|
+
constructor() {
|
|
15648
|
+
super(...arguments);
|
|
15649
|
+
this.modelClass = HoldingSale;
|
|
15650
|
+
this.collectionClass = Collection;
|
|
15651
|
+
this.endpointUri = 'holding-sales';
|
|
15652
|
+
this.isApiPlatform = true;
|
|
15653
|
+
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
15654
|
+
}
|
|
15655
|
+
}
|
|
15656
|
+
HoldingSaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingSaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15657
|
+
HoldingSaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingSaleService, providedIn: 'root' });
|
|
15658
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingSaleService, decorators: [{
|
|
15522
15659
|
type: Injectable,
|
|
15523
15660
|
args: [{
|
|
15524
15661
|
providedIn: 'root'
|
|
@@ -15537,6 +15674,7 @@ var AccountSetupItemsEnum;
|
|
|
15537
15674
|
AccountSetupItemsEnum[AccountSetupItemsEnum["WORK_LOGBOOK"] = 4] = "WORK_LOGBOOK";
|
|
15538
15675
|
AccountSetupItemsEnum[AccountSetupItemsEnum["TRANSACTION"] = 5] = "TRANSACTION";
|
|
15539
15676
|
AccountSetupItemsEnum[AccountSetupItemsEnum["SOLE_BUSINESS"] = 6] = "SOLE_BUSINESS";
|
|
15677
|
+
AccountSetupItemsEnum[AccountSetupItemsEnum["HOLDINGS"] = 7] = "HOLDINGS";
|
|
15540
15678
|
})(AccountSetupItemsEnum || (AccountSetupItemsEnum = {}));
|
|
15541
15679
|
|
|
15542
15680
|
/**
|
|
@@ -15548,14 +15686,14 @@ const ACCOUNT_SETUP_ITEMS = {
|
|
|
15548
15686
|
description: 'One the most important steps is to add your salary or wage incomes so we can automatically calculate tax withheld and your forecasted tax position.',
|
|
15549
15687
|
url: '/client/work-tank/forecasting',
|
|
15550
15688
|
urlFragment: 'salaryProductTour',
|
|
15551
|
-
clientIncomeTypes: ['
|
|
15689
|
+
clientIncomeTypes: ['work']
|
|
15552
15690
|
}),
|
|
15553
15691
|
[AccountSetupItemsEnum.OTHER_INCOME]: plainToClass(AccountSetupItem, {
|
|
15554
15692
|
title: 'Add any other expected incomes',
|
|
15555
15693
|
description: 'To ensure an accurate tax position forecast, add estimates for any other income types, like dividends, interest, trusts, annuities, director payments etc.',
|
|
15556
15694
|
url: '/client/work-tank/forecasting',
|
|
15557
15695
|
urlFragment: 'otherIncomeProductTour',
|
|
15558
|
-
clientIncomeTypes: ['
|
|
15696
|
+
clientIncomeTypes: ['work']
|
|
15559
15697
|
}),
|
|
15560
15698
|
[AccountSetupItemsEnum.PROPERTY]: plainToClass(AccountSetupItem, {
|
|
15561
15699
|
title: 'Add your properties',
|
|
@@ -15569,6 +15707,7 @@ const ACCOUNT_SETUP_ITEMS = {
|
|
|
15569
15707
|
description: 'Link banks to automatically feed your account transactions to save you time and money. Allocating live transactions ensures nothing is missed, lost or forgotten!',
|
|
15570
15708
|
url: '/client/bank-feeds',
|
|
15571
15709
|
urlFragment: 'bankAccountProductTour',
|
|
15710
|
+
clientIncomeTypes: ['work', 'property', 'sole']
|
|
15572
15711
|
}),
|
|
15573
15712
|
[AccountSetupItemsEnum.WORK_LOGBOOK]: plainToClass(AccountSetupItem, {
|
|
15574
15713
|
title: 'Set up your logbook method',
|
|
@@ -15581,6 +15720,7 @@ const ACCOUNT_SETUP_ITEMS = {
|
|
|
15581
15720
|
description: 'Select one or multiple transactions, the category from the dropdown and attach your receipt. It’s that simple to capture every possible deduction, and keep organised all throughout the year.',
|
|
15582
15721
|
url: '/client/bank-feeds',
|
|
15583
15722
|
urlFragment: 'allocationProductTour',
|
|
15723
|
+
clientIncomeTypes: ['work', 'property', 'sole']
|
|
15584
15724
|
}),
|
|
15585
15725
|
[AccountSetupItemsEnum.SOLE_BUSINESS]: plainToClass(AccountSetupItem, {
|
|
15586
15726
|
title: 'Add your Sole Trader business',
|
|
@@ -15588,7 +15728,15 @@ const ACCOUNT_SETUP_ITEMS = {
|
|
|
15588
15728
|
url: '/client/sole-tank',
|
|
15589
15729
|
urlFragment: 'productTour',
|
|
15590
15730
|
clientIncomeTypes: ['sole']
|
|
15591
|
-
})
|
|
15731
|
+
}),
|
|
15732
|
+
[AccountSetupItemsEnum.HOLDINGS]: plainToClass(AccountSetupItem, {
|
|
15733
|
+
title: 'Add your holdings',
|
|
15734
|
+
description: 'Track your trades for shares, crypto and other assets in one place, and auto calculate CGT all year round!',
|
|
15735
|
+
url: '/client/holdings-tank',
|
|
15736
|
+
// @TODO Nicole waiting for product tour from
|
|
15737
|
+
urlFragment: 'productTour',
|
|
15738
|
+
clientIncomeTypes: ['holdings']
|
|
15739
|
+
}),
|
|
15592
15740
|
};
|
|
15593
15741
|
|
|
15594
15742
|
/**
|
|
@@ -15596,7 +15744,7 @@ const ACCOUNT_SETUP_ITEMS = {
|
|
|
15596
15744
|
* Checks required steps and their completion
|
|
15597
15745
|
*/
|
|
15598
15746
|
class AccountSetupService {
|
|
15599
|
-
constructor(clientIncomeTypesService, propertyService, incomeSourceService, bankAccountsService, transactionAllocationService, vehicleClaimService, transactionService, soleBusinessService) {
|
|
15747
|
+
constructor(clientIncomeTypesService, propertyService, incomeSourceService, bankAccountsService, transactionAllocationService, vehicleClaimService, transactionService, soleBusinessService, holdingService) {
|
|
15600
15748
|
this.clientIncomeTypesService = clientIncomeTypesService;
|
|
15601
15749
|
this.propertyService = propertyService;
|
|
15602
15750
|
this.incomeSourceService = incomeSourceService;
|
|
@@ -15605,6 +15753,7 @@ class AccountSetupService {
|
|
|
15605
15753
|
this.vehicleClaimService = vehicleClaimService;
|
|
15606
15754
|
this.transactionService = transactionService;
|
|
15607
15755
|
this.soleBusinessService = soleBusinessService;
|
|
15756
|
+
this.holdingService = holdingService;
|
|
15608
15757
|
this.cacheSubject = new ReplaySubject(1);
|
|
15609
15758
|
}
|
|
15610
15759
|
/**
|
|
@@ -15614,9 +15763,7 @@ class AccountSetupService {
|
|
|
15614
15763
|
if (!this.cache) {
|
|
15615
15764
|
this.cache = new AccountSetupItemCollection([]);
|
|
15616
15765
|
this.clientIncomeTypesService.getSingle()
|
|
15617
|
-
.pipe(
|
|
15618
|
-
// we need account setup only when user selected at least one income type
|
|
15619
|
-
filter((incomeTypes) => !!incomeTypes.length), mergeMap((incomeTypes) => {
|
|
15766
|
+
.pipe(mergeMap((incomeTypes) => {
|
|
15620
15767
|
this.clientIncomeTypesId = incomeTypes.id;
|
|
15621
15768
|
return this.createBatch(incomeTypes);
|
|
15622
15769
|
}))
|
|
@@ -15673,12 +15820,18 @@ class AccountSetupService {
|
|
|
15673
15820
|
if (incomeTypes.sole) {
|
|
15674
15821
|
batch.push(this.create(AccountSetupItemsEnum.SOLE_BUSINESS, this.soleBusinessService.get()));
|
|
15675
15822
|
}
|
|
15676
|
-
//
|
|
15677
|
-
|
|
15678
|
-
|
|
15679
|
-
|
|
15680
|
-
|
|
15681
|
-
|
|
15823
|
+
// holdings item is completed when user added at least one holding
|
|
15824
|
+
if (incomeTypes.holdings) {
|
|
15825
|
+
batch.push(this.create(AccountSetupItemsEnum.HOLDINGS, this.holdingService.getArray()));
|
|
15826
|
+
}
|
|
15827
|
+
if (incomeTypes.sole || incomeTypes.property || incomeTypes.work) {
|
|
15828
|
+
// Bank feeds item is completed when user added at least one bank account (basiq or manual)
|
|
15829
|
+
batch.push(this.create(AccountSetupItemsEnum.BANK_FEEDS, this.bankAccountsService.getArray()));
|
|
15830
|
+
// Logbook item is completed when user has at least one vehicle claim with any method (kms or logbook)
|
|
15831
|
+
batch.push(this.getLogbookItem());
|
|
15832
|
+
// Allocation item is completed when user added at least one transaction allocation
|
|
15833
|
+
batch.push(this.create(AccountSetupItemsEnum.TRANSACTION, this.transactionAllocationService.get()));
|
|
15834
|
+
}
|
|
15682
15835
|
return combineLatest(batch).pipe(map((items) => new AccountSetupItemCollection(items)));
|
|
15683
15836
|
}
|
|
15684
15837
|
/**
|
|
@@ -15709,14 +15862,14 @@ class AccountSetupService {
|
|
|
15709
15862
|
}));
|
|
15710
15863
|
}
|
|
15711
15864
|
}
|
|
15712
|
-
AccountSetupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15713
|
-
AccountSetupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15714
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15865
|
+
AccountSetupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AccountSetupService, deps: [{ token: ClientIncomeTypesService }, { token: PropertyService }, { token: IncomeSourceService }, { token: BankAccountService }, { token: TransactionAllocationService }, { token: VehicleClaimService }, { token: TransactionService }, { token: SoleBusinessService }, { token: HoldingService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15866
|
+
AccountSetupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AccountSetupService, providedIn: 'root' });
|
|
15867
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AccountSetupService, decorators: [{
|
|
15715
15868
|
type: Injectable,
|
|
15716
15869
|
args: [{
|
|
15717
15870
|
providedIn: 'root'
|
|
15718
15871
|
}]
|
|
15719
|
-
}], ctorParameters: function () { return [{ type: ClientIncomeTypesService }, { type: PropertyService }, { type: IncomeSourceService }, { type: BankAccountService }, { type: TransactionAllocationService }, { type: VehicleClaimService }, { type: TransactionService }, { type: SoleBusinessService }]; } });
|
|
15872
|
+
}], ctorParameters: function () { return [{ type: ClientIncomeTypesService }, { type: PropertyService }, { type: IncomeSourceService }, { type: BankAccountService }, { type: TransactionAllocationService }, { type: VehicleClaimService }, { type: TransactionService }, { type: SoleBusinessService }, { type: HoldingService }]; } });
|
|
15720
15873
|
|
|
15721
15874
|
/**
|
|
15722
15875
|
* Service to work with Rewardful (affiliate program) API
|
|
@@ -15737,9 +15890,9 @@ class RewardfulService {
|
|
|
15737
15890
|
});
|
|
15738
15891
|
}
|
|
15739
15892
|
}
|
|
15740
|
-
RewardfulService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15741
|
-
RewardfulService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15742
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15893
|
+
RewardfulService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RewardfulService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15894
|
+
RewardfulService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RewardfulService, providedIn: 'root' });
|
|
15895
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RewardfulService, decorators: [{
|
|
15743
15896
|
type: Injectable,
|
|
15744
15897
|
args: [{
|
|
15745
15898
|
providedIn: 'root'
|
|
@@ -15784,9 +15937,9 @@ class AssetsService {
|
|
|
15784
15937
|
return this.http.delete(`${this.environment.apiV2}/${asset.entityType}/${entityId}/${asset.type}/${asset.id}`);
|
|
15785
15938
|
}
|
|
15786
15939
|
}
|
|
15787
|
-
AssetsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15788
|
-
AssetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15789
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15940
|
+
AssetsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AssetsService, deps: [{ token: i1.HttpClient }, { token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15941
|
+
AssetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AssetsService, providedIn: 'root' });
|
|
15942
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AssetsService, decorators: [{
|
|
15790
15943
|
type: Injectable,
|
|
15791
15944
|
args: [{
|
|
15792
15945
|
providedIn: 'root'
|
|
@@ -15849,9 +16002,9 @@ class BankTransactionCalculationService {
|
|
|
15849
16002
|
return allocations.getByBankTransactionsIds(bankTransactions.debitTransactions.getIds()).amount;
|
|
15850
16003
|
}
|
|
15851
16004
|
}
|
|
15852
|
-
BankTransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15853
|
-
BankTransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15854
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16005
|
+
BankTransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16006
|
+
BankTransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionCalculationService, providedIn: 'root' });
|
|
16007
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionCalculationService, decorators: [{
|
|
15855
16008
|
type: Injectable,
|
|
15856
16009
|
args: [{
|
|
15857
16010
|
providedIn: 'root'
|
|
@@ -15880,9 +16033,9 @@ class BankAccountCalculationService {
|
|
|
15880
16033
|
return bankAccounts.currentBalance - this.getTaxTankBalance(bankAccounts.getLoanAccounts(), bankTransactions, allocations);
|
|
15881
16034
|
}
|
|
15882
16035
|
}
|
|
15883
|
-
BankAccountCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15884
|
-
BankAccountCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15885
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16036
|
+
BankAccountCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountCalculationService, deps: [{ token: BankTransactionCalculationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16037
|
+
BankAccountCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountCalculationService, providedIn: 'root' });
|
|
16038
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountCalculationService, decorators: [{
|
|
15886
16039
|
type: Injectable,
|
|
15887
16040
|
args: [{
|
|
15888
16041
|
providedIn: 'root'
|
|
@@ -15907,9 +16060,9 @@ class ExportFormatterService {
|
|
|
15907
16060
|
}));
|
|
15908
16061
|
}
|
|
15909
16062
|
}
|
|
15910
|
-
ExportFormatterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15911
|
-
ExportFormatterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15912
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16063
|
+
ExportFormatterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ExportFormatterService, deps: [{ token: i1$1.CurrencyPipe }, { token: i1$1.DatePipe }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16064
|
+
ExportFormatterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ExportFormatterService, providedIn: 'root' });
|
|
16065
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ExportFormatterService, decorators: [{
|
|
15913
16066
|
type: Injectable,
|
|
15914
16067
|
args: [{
|
|
15915
16068
|
providedIn: 'root'
|
|
@@ -15930,9 +16083,9 @@ class HeaderTitleService {
|
|
|
15930
16083
|
}), filter((route) => route.outlet === 'primary'), mergeMap((route) => route.data));
|
|
15931
16084
|
}
|
|
15932
16085
|
}
|
|
15933
|
-
HeaderTitleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15934
|
-
HeaderTitleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15935
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16086
|
+
HeaderTitleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HeaderTitleService, deps: [{ token: i4.Router }, { token: i4.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16087
|
+
HeaderTitleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HeaderTitleService, providedIn: 'root' });
|
|
16088
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HeaderTitleService, decorators: [{
|
|
15936
16089
|
type: Injectable,
|
|
15937
16090
|
args: [{
|
|
15938
16091
|
providedIn: 'root'
|
|
@@ -15966,9 +16119,9 @@ class IntercomService {
|
|
|
15966
16119
|
window.Intercom('boot', connectionCredentials);
|
|
15967
16120
|
}
|
|
15968
16121
|
}
|
|
15969
|
-
IntercomService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15970
|
-
IntercomService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15971
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16122
|
+
IntercomService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IntercomService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16123
|
+
IntercomService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IntercomService, providedIn: 'root' });
|
|
16124
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IntercomService, decorators: [{
|
|
15972
16125
|
type: Injectable,
|
|
15973
16126
|
args: [{
|
|
15974
16127
|
providedIn: 'root'
|
|
@@ -16038,9 +16191,9 @@ class PdfFromDomElementService {
|
|
|
16038
16191
|
.then((blob) => new File([blob], filename, { type: 'application/pdf' })));
|
|
16039
16192
|
}
|
|
16040
16193
|
}
|
|
16041
|
-
PdfFromDomElementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16042
|
-
PdfFromDomElementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16043
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16194
|
+
PdfFromDomElementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDomElementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16195
|
+
PdfFromDomElementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDomElementService, providedIn: 'root' });
|
|
16196
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDomElementService, decorators: [{
|
|
16044
16197
|
type: Injectable,
|
|
16045
16198
|
args: [{
|
|
16046
16199
|
providedIn: 'root'
|
|
@@ -16119,9 +16272,9 @@ class PdfFromTableService {
|
|
|
16119
16272
|
doc.addImage(logo, 'PNG', doc.internal.pageSize.width - FILE_SETTINGS.logo.positionX, FILE_SETTINGS.logo.positionY, FILE_SETTINGS.logo.width, FILE_SETTINGS.logo.height);
|
|
16120
16273
|
}
|
|
16121
16274
|
}
|
|
16122
|
-
PdfFromTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16123
|
-
PdfFromTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16124
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16275
|
+
PdfFromTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromTableService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16276
|
+
PdfFromTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromTableService, providedIn: 'root' });
|
|
16277
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromTableService, decorators: [{
|
|
16125
16278
|
type: Injectable,
|
|
16126
16279
|
args: [{
|
|
16127
16280
|
providedIn: 'root'
|
|
@@ -16158,9 +16311,9 @@ class PdfFromDataTableService extends PdfFromTableService {
|
|
|
16158
16311
|
return pdf;
|
|
16159
16312
|
}
|
|
16160
16313
|
}
|
|
16161
|
-
PdfFromDataTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16162
|
-
PdfFromDataTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16163
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16314
|
+
PdfFromDataTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16315
|
+
PdfFromDataTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDataTableService, providedIn: 'root' });
|
|
16316
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDataTableService, decorators: [{
|
|
16164
16317
|
type: Injectable,
|
|
16165
16318
|
args: [{
|
|
16166
16319
|
providedIn: 'root'
|
|
@@ -16196,9 +16349,9 @@ class PdfFromHtmlTableService extends PdfFromTableService {
|
|
|
16196
16349
|
return pdf;
|
|
16197
16350
|
}
|
|
16198
16351
|
}
|
|
16199
|
-
PdfFromHtmlTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16200
|
-
PdfFromHtmlTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16201
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16352
|
+
PdfFromHtmlTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromHtmlTableService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16353
|
+
PdfFromHtmlTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromHtmlTableService, providedIn: 'root' });
|
|
16354
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromHtmlTableService, decorators: [{
|
|
16202
16355
|
type: Injectable,
|
|
16203
16356
|
args: [{
|
|
16204
16357
|
providedIn: 'root'
|
|
@@ -16231,9 +16384,9 @@ class EquityPositionChartService {
|
|
|
16231
16384
|
}));
|
|
16232
16385
|
}
|
|
16233
16386
|
}
|
|
16234
|
-
EquityPositionChartService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16235
|
-
EquityPositionChartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16236
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16387
|
+
EquityPositionChartService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EquityPositionChartService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16388
|
+
EquityPositionChartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EquityPositionChartService, providedIn: 'root' });
|
|
16389
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EquityPositionChartService, decorators: [{
|
|
16237
16390
|
type: Injectable,
|
|
16238
16391
|
args: [{
|
|
16239
16392
|
providedIn: 'root'
|
|
@@ -16404,9 +16557,9 @@ class PropertyCalculationService {
|
|
|
16404
16557
|
}
|
|
16405
16558
|
}
|
|
16406
16559
|
}
|
|
16407
|
-
PropertyCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16408
|
-
PropertyCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16409
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16560
|
+
PropertyCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16561
|
+
PropertyCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCalculationService, providedIn: 'root' });
|
|
16562
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCalculationService, decorators: [{
|
|
16410
16563
|
type: Injectable,
|
|
16411
16564
|
args: [{
|
|
16412
16565
|
providedIn: 'root'
|
|
@@ -16463,9 +16616,9 @@ class PropertyTransactionReportService {
|
|
|
16463
16616
|
}));
|
|
16464
16617
|
}
|
|
16465
16618
|
}
|
|
16466
|
-
PropertyTransactionReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16467
|
-
PropertyTransactionReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16468
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16619
|
+
PropertyTransactionReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyTransactionReportService, deps: [{ token: PropertyService }, { token: TransactionService }, { token: DepreciationService }, { token: ChartAccountsService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16620
|
+
PropertyTransactionReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyTransactionReportService, providedIn: 'root' });
|
|
16621
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyTransactionReportService, decorators: [{
|
|
16469
16622
|
type: Injectable,
|
|
16470
16623
|
args: [{
|
|
16471
16624
|
providedIn: 'root'
|
|
@@ -16535,9 +16688,9 @@ class TransactionCalculationService {
|
|
|
16535
16688
|
return bankTransactions.sumBy('amount') - allocations.getByBankTransactionsIds(bankTransactions.getIds()).sumBy('amount');
|
|
16536
16689
|
}
|
|
16537
16690
|
}
|
|
16538
|
-
TransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16539
|
-
TransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16540
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16691
|
+
TransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16692
|
+
TransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionCalculationService, providedIn: 'root' });
|
|
16693
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionCalculationService, decorators: [{
|
|
16541
16694
|
type: Injectable,
|
|
16542
16695
|
args: [{
|
|
16543
16696
|
providedIn: 'root'
|
|
@@ -16597,9 +16750,9 @@ class LogbookBestPeriodService {
|
|
|
16597
16750
|
});
|
|
16598
16751
|
}
|
|
16599
16752
|
}
|
|
16600
|
-
LogbookBestPeriodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16601
|
-
LogbookBestPeriodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16602
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16753
|
+
LogbookBestPeriodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LogbookBestPeriodService, deps: [{ token: VehicleClaimDetailsService }, { token: VehicleClaimService }, { token: VehicleLogbookService }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16754
|
+
LogbookBestPeriodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LogbookBestPeriodService, providedIn: 'root' });
|
|
16755
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LogbookBestPeriodService, decorators: [{
|
|
16603
16756
|
type: Injectable,
|
|
16604
16757
|
args: [{
|
|
16605
16758
|
providedIn: 'root'
|
|
@@ -16640,9 +16793,9 @@ class XlsxService {
|
|
|
16640
16793
|
return xlsx.write(workbook, { bookType: 'xlsx', type: 'array' });
|
|
16641
16794
|
}
|
|
16642
16795
|
}
|
|
16643
|
-
XlsxService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16644
|
-
XlsxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16645
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16796
|
+
XlsxService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: XlsxService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16797
|
+
XlsxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: XlsxService, providedIn: 'root' });
|
|
16798
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: XlsxService, decorators: [{
|
|
16646
16799
|
type: Injectable,
|
|
16647
16800
|
args: [{
|
|
16648
16801
|
providedIn: 'root'
|
|
@@ -17920,7 +18073,7 @@ class ClientIncomeTypesForm extends AbstractForm {
|
|
|
17920
18073
|
work: new UntypedFormControl(clientIncomeTypes.work || false),
|
|
17921
18074
|
property: new UntypedFormControl(clientIncomeTypes.property || false),
|
|
17922
18075
|
sole: new UntypedFormControl(clientIncomeTypes.sole || false),
|
|
17923
|
-
holdings: new UntypedFormControl(
|
|
18076
|
+
holdings: new UntypedFormControl(clientIncomeTypes.holdings || false)
|
|
17924
18077
|
}, clientIncomeTypes, atLeastOneCheckedValidator());
|
|
17925
18078
|
this.clientIncomeTypes = clientIncomeTypes;
|
|
17926
18079
|
}
|
|
@@ -18604,6 +18757,22 @@ class MyTaxIncomeStatementsForm extends AbstractForm {
|
|
|
18604
18757
|
value: incomeStatements.attributablePsiTransactionsTotalTax,
|
|
18605
18758
|
disabled: true
|
|
18606
18759
|
}),
|
|
18760
|
+
fhssTransactionsTotalAmount: new UntypedFormControl({
|
|
18761
|
+
value: incomeStatements.fhssTransactionsTotalAmount,
|
|
18762
|
+
disabled: true
|
|
18763
|
+
}),
|
|
18764
|
+
fhssTransactionsTotalTax: new UntypedFormControl({
|
|
18765
|
+
value: incomeStatements.fhssTransactionsTotalTax,
|
|
18766
|
+
disabled: true
|
|
18767
|
+
}),
|
|
18768
|
+
australianSpecialPaymentsTotalAmount: new UntypedFormControl({
|
|
18769
|
+
value: incomeStatements.australianSpecialPaymentsTotalAmount,
|
|
18770
|
+
disabled: true
|
|
18771
|
+
}),
|
|
18772
|
+
australianSpecialPaymentsTotalTax: new UntypedFormControl({
|
|
18773
|
+
value: incomeStatements.australianSpecialPaymentsTotalTax,
|
|
18774
|
+
disabled: true
|
|
18775
|
+
}),
|
|
18607
18776
|
});
|
|
18608
18777
|
this.incomeStatements = incomeStatements;
|
|
18609
18778
|
}
|
|
@@ -19112,9 +19281,21 @@ class AllocationRuleForm extends AbstractForm {
|
|
|
19112
19281
|
return;
|
|
19113
19282
|
}
|
|
19114
19283
|
const excludedCategories = [...CHART_ACCOUNTS_CATEGORIES.depreciation];
|
|
19115
|
-
this.chartAccountsCategories = intersection(CHART_ACCOUNTS_CATEGORIES[this.currentValue.typeLabel], CHART_ACCOUNTS_CATEGORIES[this.
|
|
19284
|
+
this.chartAccountsCategories = intersection(CHART_ACCOUNTS_CATEGORIES[this.currentValue.typeLabel], CHART_ACCOUNTS_CATEGORIES[this.tankTypeLabel])
|
|
19116
19285
|
.filter((category) => !excludedCategories.includes(category));
|
|
19117
19286
|
}
|
|
19287
|
+
get tankTypeLabel() {
|
|
19288
|
+
switch (this.transactionFormGroup.get('tankType').value) {
|
|
19289
|
+
case TankTypeEnum.WORK:
|
|
19290
|
+
return 'work';
|
|
19291
|
+
case TankTypeEnum.PROPERTY:
|
|
19292
|
+
return 'property';
|
|
19293
|
+
case TankTypeEnum.SOLE:
|
|
19294
|
+
return 'sole';
|
|
19295
|
+
default:
|
|
19296
|
+
return 'personal';
|
|
19297
|
+
}
|
|
19298
|
+
}
|
|
19118
19299
|
setupFieldsByType(type) {
|
|
19119
19300
|
switch (type) {
|
|
19120
19301
|
case AllocationRuleTypeEnum.EXPENSE:
|
|
@@ -19488,5 +19669,5 @@ class DepreciationForm extends TransactionBaseForm {
|
|
|
19488
19669
|
* Generated bundle index. Do not edit.
|
|
19489
19670
|
*/
|
|
19490
19671
|
|
|
19491
|
-
export { AbstractForm, AbstractModel, AccountSetupItem, AccountSetupItemCollection, AccountSetupService, Address, AddressForm, AddressService, AddressTypeEnum, AllocationGroup, AllocationGroupCollection, AllocationRule, AllocationRuleCollection, AllocationRuleConditionComparisonOperatorEnum, AllocationRuleConditionFieldEnum, AllocationRuleConditionOperatorEnum, AllocationRuleForm, AllocationRuleService, AllocationRuleTransaction, AllocationRuleTransactionMetaField, AllocationRuleTypeEnum, AlphabetColorsEnum, AnnualFrequencyEnum, AppEvent, AppEvent2, AppEventTypeEnum, AppFile, AssetEntityTypeEnum, AssetTypeEnum, AssetsService, AuthService, BANK_ACCOUNT_TYPES, Badge, BadgeColorEnum, Bank, BankAccount, BankAccountAddManualForm, BankAccountAllocationForm, BankAccountCalculationService, BankAccountChartData, BankAccountCollection, BankAccountImportForm, BankAccountPropertiesForm, BankAccountProperty, BankAccountService, BankAccountStatusEnum, BankAccountTypeEnum, BankAccountsImportForm, BankConnection, BankConnectionService, BankConnectionStatusEnum, BankExternalStats, BankLoginData, BankLoginForm, BankService, BankTransaction, BankTransactionCalculationService, BankTransactionChartData, BankTransactionCollection, BankTransactionService, BankTransactionSummaryFieldsEnum, BankTransactionTypeEnum, BasReport, BasReportForm, BasReportService, BasiqConfig, BasiqJob, BasiqJobResponse, BasiqJobStep, BasiqService, BasiqToken, BasiqTokenService, BorrowingExpense, BorrowingExpenseLoan, BorrowingExpenseService, BusinessTypeEnum, CAPITAL_COSTS_ITEMS, CHART_ACCOUNTS_CATEGORIES, CalculationFormItem, CalculationFormTypeEnum, CgtExemptionAndRolloverCodeEnum, ChartAccounts, ChartAccountsCategoryECollection, ChartAccountsCategoryEnum, ChartAccountsCollection, ChartAccountsDepreciation, ChartAccountsDepreciationService, ChartAccountsEtpEnum, ChartAccountsHeading, ChartAccountsHeadingListEnum, ChartAccountsHeadingTaxDeductibleEnum, ChartAccountsHeadingTaxableEnum, ChartAccountsHeadingVehicleListEnum, ChartAccountsKeepSign, ChartAccountsListEnum, ChartAccountsMetaField, ChartAccountsMetaFieldListEnum, ChartAccountsMetaFieldTypeEnum, ChartAccountsSalaryAdjustmentsListEnum, ChartAccountsSalaryIncludedListEnum, ChartAccountsService, ChartAccountsTaxLabelsEnum, ChartAccountsTypeEnum, ChartAccountsValue, ChartData, ChartSerie, Chat, ChatCollection, ChatService, ChatStatusEnum, ChatViewTypeEnum, ClientCollection, ClientDetails, ClientDetailsMedicareExemptionEnum, ClientDetailsWorkDepreciationCalculationEnum, ClientDetailsWorkingHolidayMakerEnum, ClientIncomeTypes, ClientIncomeTypesForm, ClientIncomeTypesService, ClientInvite, ClientInviteCollection, ClientInviteService, ClientInviteStatusEnum, ClientInviteTypeEnum, ClientMovement, ClientMovementCollection, ClientMovementService, ClientPortfolioChartData, ClientPortfolioReport, ClientPortfolioReportCollection, ClientPortfolioReportService, Collection, CollectionDictionary, CorelogicService, CorelogicSuggestion, Country, DEDUCTION_CATEGORIES, DEPRECIATION_GROUPS, DOCUMENT_FILE_TYPES, DeductionClothingTypeEnum, DeductionSelfEducationTypeEnum, Depreciation, DepreciationCalculationEnum, DepreciationCalculationPercentEnum, DepreciationCapitalProject, DepreciationCapitalProjectService, DepreciationCollection, DepreciationForecast, DepreciationForecastCollection, DepreciationForm, DepreciationGroup, DepreciationGroupEnum, DepreciationGroupItem, DepreciationLvpAssetTypeEnum, DepreciationLvpRateEnum, DepreciationLvpReportItem, DepreciationLvpReportItemCollection, DepreciationReceipt, DepreciationReceiptService, DepreciationReportItem, DepreciationReportItemCollection, DepreciationService, DepreciationTypeEnum, DepreciationWriteOffAmountEnum, Dictionary, Document, DocumentApiUrlPrefixEnum, DocumentFolder, DocumentFolderService, DocumentService, DocumentTypeEnum, ENDPOINTS, EmployeeCollection, EmployeeDetails, EmployeeInvite, EmployeeInviteService, EmployeeService, Endpoint, EquityPositionChartService, EventDispatcherService, ExportDataTable, ExportFormatEnum, ExportFormatterService, ExportableCollection, FacebookService, FileService, FileValidator, FinancialYear, Firm, FirmService, FirmTypeEnum, FormValidationsEnum, GoogleService, HeaderTitleService, IconsFileEnum, IncomeAmountTypeEnum, IncomePosition, IncomeSource, IncomeSourceChartData, IncomeSourceCollection, IncomeSourceForecast, IncomeSourceForecastService, IncomeSourceForecastTrustTypeEnum, IncomeSourceService, IncomeSourceType, IncomeSourceTypeEnum, IncomeSourceTypeListOtherEnum, IncomeSourceTypeListSoleEnum, IncomeSourceTypeListWorkEnum, InterceptorsModule, IntercomService, InviteStatusEnum, JsPdf, JwtService, Loan, LoanBankTypeEnum, LoanCollection, LoanForm, LoanFrequencyEnum, LoanInterestTypeEnum, LoanMaxNumberOfPaymentsEnum, LoanPayment, LoanPaymentCollection, LoanPayout, LoanPayoutTypeEnum, LoanRepaymentFrequencyEnum, LoanRepaymentTypeEnum, LoanService, LoanTypeEnum, LoanVehicleTypeEnum, LogbookBestPeriodService, LogbookPeriod, LoginForm, LossTypeEnum, MODULE_URL_LIST, MONTHS, Message, MessageCollection, MessageDocument, MessageDocumentCollection, MessageDocumentService, MessageService, MonthNameShortEnum, MonthNumberEnum, MyAccountHistory, MyAccountHistoryInitiatedByEnum, MyAccountHistoryStatusEnum, MyAccountHistoryTypeEnum, MyTaxBusinessDetails, MyTaxBusinessDetailsForm, MyTaxBusinessIncome, MyTaxBusinessIncomeForm, MyTaxBusinessIncomeOrLossesForm, MyTaxBusinessLosses, MyTaxBusinessLossesForm, MyTaxCgt, MyTaxCgtForm, MyTaxDeductions, MyTaxDeductionsForm, MyTaxDividends, MyTaxDividendsForm, MyTaxEstimate, MyTaxIncomeStatements, MyTaxIncomeStatementsForm, MyTaxIncomeTests, MyTaxIncomeTestsForm, MyTaxInterest, MyTaxInterestForm, MyTaxLosses, MyTaxLossesForm, MyTaxMedicareForm, MyTaxOffsets, MyTaxOffsetsForm, MyTaxOtherIncome, MyTaxOtherIncomeForm, MyTaxPartnershipsAndTrusts, MyTaxPartnershipsAndTrustsForm, MyTaxRent, MyTaxRentForm, Notification, Occupation, OccupationService, PASSWORD_REGEXPS, PasswordForm, PdfFromDataTableService, PdfFromDomElementService, PdfFromHtmlTableService, PdfFromTableService, PdfOrientationEnum, PdfSettings, Phone, PhoneForm, PhoneTypeEnum, PreloaderService, Property, PropertyCalculationService, PropertyCategory, PropertyCategoryListEnum, PropertyCategoryMovement, PropertyCategoryMovementCollection, PropertyCategoryMovementService, PropertyCategoryService, PropertyCollection, PropertyDepreciationCalculationEnum, PropertyDocument, PropertyDocumentService, PropertyEquityChartData, PropertyEquityChartItem, PropertyEquityChartTypeEnum, PropertyForecast, PropertyReportItem, PropertyReportItemCollection, PropertyReportItemDepreciation, PropertyReportItemDepreciationCollection, PropertyReportItemTransaction, PropertyReportItemTransactionCollection, PropertySale, PropertySaleCollection, PropertySaleCostBase, PropertySaleCostBaseForm, PropertySaleCostSaleForm, PropertySaleExemptionsForm, PropertySaleService, PropertySaleTaxExemptionMetaField, PropertySaleTaxExemptionMetaFieldCollection, PropertyService, PropertyShare, PropertyShareAccessEnum, PropertyShareCollection, PropertyShareService, PropertyShareStatusEnum, PropertySubscription, PropertyTransactionReportService, PropertyValuation, ReceiptService, RegisterClientForm, RegisterFirmForm, RegistrationInvite, RegistrationInviteStatusEnum, ReportItem, ReportItemCollection, ReportItemDetails, ResetPasswordForm, RestService$1 as RestService, RewardfulService, SalaryForecast, SalaryForecastFrequencyEnum, SalaryForecastService, ServiceNotificationService, ServiceNotificationStatusEnum, ServiceNotificationTypeEnum, ServicePayment, ServicePaymentMethod, ServicePaymentMethodService, ServicePaymentService, ServicePaymentStatusEnum, ServicePrice, ServicePriceCollection, ServicePriceRecurringIntervalEnum, ServicePriceService, ServicePriceTypeEnum, ServiceProduct, ServiceProductCollection, ServiceProductIdEnum, ServiceProductService, ServiceProductStatusEnum, ServiceSubscription, ServiceSubscriptionCollection, ServiceSubscriptionItem, ServiceSubscriptionStatusEnum, ShareFilterOptionsEnum, SoleBusiness, SoleBusinessActivity, SoleBusinessActivityService, SoleBusinessAllocation, SoleBusinessAllocationsForm, SoleBusinessForm, SoleBusinessLoss, SoleBusinessLossForm, SoleBusinessLossOffsetRule, SoleBusinessLossOffsetRuleService, SoleBusinessLossReport, SoleBusinessLossService, SoleBusinessLossesCollection, SoleBusinessService, SoleContact, SoleContactForm, SoleContactService, SoleDepreciationMethod, SoleDepreciationMethodEnum, SoleDepreciationMethodForm, SoleDepreciationMethodService, SoleDetails, SoleDetailsForm, SoleDetailsService, SoleForecast, SoleForecastService, SoleInvoice, SoleInvoiceCollection, SoleInvoiceForm, SoleInvoiceItem, SoleInvoiceItemCollection, SoleInvoiceItemForm, SoleInvoiceService, SoleInvoiceStatusesEnum, SoleInvoiceTaxTypeEnum, SoleInvoiceTemplate, SoleInvoiceTemplateForm, SoleInvoiceTemplateService, SoleInvoiceTemplateTaxTypeEnum, SpareDocumentSpareTypeEnum, SseService, StatesEnum, StripePromoCode, SubscriptionItemCollection, SubscriptionService, TAX_RETURN_CATEGORIES, TYPE_LOAN, TankTypeEnum, TaxCalculationMedicareExemptionEnum, TaxCalculationTypeEnum, TaxExemption, TaxExemptionEnum, TaxExemptionMetaField, TaxExemptionMetaFieldEnum, TaxExemptionService, TaxReturnCategoryListEnum, TaxReturnCategorySectionEnum, TaxReview, TaxReviewCollection, TaxReviewHistoryService, TaxReviewService, TaxReviewStatusEnum, TaxSummary, TaxSummaryListEnum, TaxSummarySection, TaxSummarySectionEnum, TaxSummaryService, TaxSummaryTaxSummaryEnum, TaxSummaryTypeEnum, TicketFeedbackEnum, TicketStatusEnum, TicketTypesEnum, Toast, ToastService, ToastTypeEnum, Transaction, TransactionAllocation, TransactionAllocationCollection, TransactionAllocationService, TransactionBase, TransactionBaseForm, TransactionCalculationService, TransactionCategoryEnum, TransactionCollection, TransactionForm, TransactionMetaField, TransactionOperationEnum, TransactionReceipt, TransactionReceiptService, TransactionService, TransactionSourceEnum, TransactionTypeEnum, TtCoreModule, TutorialVideoService, USER_ROLES, USER_WORK_POSITION, User, UserEventSetting, UserEventSettingCollection, UserEventSettingFieldEnum, UserEventSettingService, UserEventStatusEnum, UserEventType, UserEventTypeCategory, UserEventTypeClientTypeEnum, UserEventTypeCollection, UserEventTypeEmployeeTypeEnum, UserEventTypeFrequencyEnum, UserEventTypeService, UserEventTypeUserTypeEnum, UserInviteForm, UserMedicareExemptionEnum, UserRolesEnum, UserService, UserStatusEnum, UserSwitcherService, UserTitleEnum, UserToRegister, UserWorkDepreciationCalculationEnum, UserWorkingHolidayMakerEnum, UsersInviteService, Vehicle, VehicleClaim, VehicleClaimCollection, VehicleClaimDetails, VehicleClaimDetailsForm, VehicleClaimDetailsMethodEnum, VehicleClaimDetailsService, VehicleClaimForm, VehicleClaimService, VehicleExpense, VehicleExpenseCollection, VehicleForm, VehicleLogbook, VehicleLogbookCollection, VehicleLogbookForm, VehicleLogbookPurposeEnum, VehicleLogbookService, VehicleService, WorkExpenseForm, WorkIncomeForm, XlsxService, atLeastOneCheckedValidator, atoLinks, autocompleteValidator, cloneDeep, compare, compareMatOptions, conditionalValidator, createDate, currentFinYearValidator, displayMatOptions, enumToList, fieldsSumValidator, getDocIcon, minDateValidator, passwordMatchValidator, passwordValidator, replace, roundTo, sort, sortDeep, taxReviewFilterPredicate, toArray };
|
|
19672
|
+
export { AbstractForm, AbstractModel, AccountSetupItem, AccountSetupItemCollection, AccountSetupService, Address, AddressForm, AddressService, AddressTypeEnum, AllocationGroup, AllocationGroupCollection, AllocationRule, AllocationRuleCollection, AllocationRuleConditionComparisonOperatorEnum, AllocationRuleConditionFieldEnum, AllocationRuleConditionOperatorEnum, AllocationRuleForm, AllocationRuleService, AllocationRuleTransaction, AllocationRuleTransactionMetaField, AllocationRuleTypeEnum, AlphabetColorsEnum, AnnualFrequencyEnum, AppEvent, AppEvent2, AppEventTypeEnum, AppFile, AssetEntityTypeEnum, AssetTypeEnum, AssetsService, AuthService, BANK_ACCOUNT_TYPES, Badge, BadgeColorEnum, Bank, BankAccount, BankAccountAddManualForm, BankAccountAllocationForm, BankAccountCalculationService, BankAccountChartData, BankAccountCollection, BankAccountImportForm, BankAccountPropertiesForm, BankAccountProperty, BankAccountService, BankAccountStatusEnum, BankAccountTypeEnum, BankAccountsImportForm, BankConnection, BankConnectionService, BankConnectionStatusEnum, BankExternalStats, BankLoginData, BankLoginForm, BankService, BankTransaction, BankTransactionCalculationService, BankTransactionChartData, BankTransactionCollection, BankTransactionService, BankTransactionSummaryFieldsEnum, BankTransactionTypeEnum, BasReport, BasReportForm, BasReportService, BasiqConfig, BasiqJob, BasiqJobResponse, BasiqJobStep, BasiqService, BasiqToken, BasiqTokenService, BorrowingExpense, BorrowingExpenseLoan, BorrowingExpenseService, BusinessTypeEnum, CAPITAL_COSTS_ITEMS, CHART_ACCOUNTS_CATEGORIES, CalculationFormItem, CalculationFormTypeEnum, CgtExemptionAndRolloverCodeEnum, ChartAccounts, ChartAccountsCategoryECollection, ChartAccountsCategoryEnum, ChartAccountsCollection, ChartAccountsDepreciation, ChartAccountsDepreciationService, ChartAccountsEtpEnum, ChartAccountsHeading, ChartAccountsHeadingListEnum, ChartAccountsHeadingTaxDeductibleEnum, ChartAccountsHeadingTaxableEnum, ChartAccountsHeadingVehicleListEnum, ChartAccountsKeepSign, ChartAccountsListEnum, ChartAccountsMetaField, ChartAccountsMetaFieldListEnum, ChartAccountsMetaFieldTypeEnum, ChartAccountsSalaryAdjustmentsListEnum, ChartAccountsSalaryIncludedListEnum, ChartAccountsService, ChartAccountsTaxLabelsEnum, ChartAccountsTypeEnum, ChartAccountsValue, ChartData, ChartSerie, Chat, ChatCollection, ChatService, ChatStatusEnum, ChatViewTypeEnum, ClientCollection, ClientDetails, ClientDetailsMedicareExemptionEnum, ClientDetailsWorkDepreciationCalculationEnum, ClientDetailsWorkingHolidayMakerEnum, ClientIncomeTypes, ClientIncomeTypesForm, ClientIncomeTypesService, ClientInvite, ClientInviteCollection, ClientInviteService, ClientInviteStatusEnum, ClientInviteTypeEnum, ClientMovement, ClientMovementCollection, ClientMovementService, ClientPortfolioChartData, ClientPortfolioReport, ClientPortfolioReportCollection, ClientPortfolioReportService, Collection, CollectionDictionary, CorelogicService, CorelogicSuggestion, Country, DEDUCTION_CATEGORIES, DEPRECIATION_GROUPS, DOCUMENT_FILE_TYPES, DeductionClothingTypeEnum, DeductionSelfEducationTypeEnum, Depreciation, DepreciationCalculationEnum, DepreciationCalculationPercentEnum, DepreciationCapitalProject, DepreciationCapitalProjectService, DepreciationCollection, DepreciationForecast, DepreciationForecastCollection, DepreciationForm, DepreciationGroup, DepreciationGroupEnum, DepreciationGroupItem, DepreciationLvpAssetTypeEnum, DepreciationLvpRateEnum, DepreciationLvpReportItem, DepreciationLvpReportItemCollection, DepreciationReceipt, DepreciationReceiptService, DepreciationReportItem, DepreciationReportItemCollection, DepreciationService, DepreciationTypeEnum, DepreciationWriteOffAmountEnum, Dictionary, Document, DocumentApiUrlPrefixEnum, DocumentFolder, DocumentFolderService, DocumentService, DocumentTypeEnum, ENDPOINTS, EmployeeCollection, EmployeeDetails, EmployeeInvite, EmployeeInviteService, EmployeeService, Endpoint, EquityPositionChartService, EventDispatcherService, ExportDataTable, ExportFormatEnum, ExportFormatterService, ExportableCollection, FacebookService, FileService, FileValidator, FinancialYear, Firm, FirmService, FirmTypeEnum, FormValidationsEnum, GoogleService, HeaderTitleService, Holding, HoldingSale, HoldingSaleService, HoldingService, HoldingType, HoldingTypeService, IconsFileEnum, IncomeAmountTypeEnum, IncomePosition, IncomeSource, IncomeSourceChartData, IncomeSourceCollection, IncomeSourceForecast, IncomeSourceForecastService, IncomeSourceForecastTrustTypeEnum, IncomeSourceService, IncomeSourceType, IncomeSourceTypeEnum, IncomeSourceTypeListOtherEnum, IncomeSourceTypeListSoleEnum, IncomeSourceTypeListWorkEnum, InterceptorsModule, IntercomService, InviteStatusEnum, JsPdf, JwtService, Loan, LoanBankTypeEnum, LoanCollection, LoanForm, LoanFrequencyEnum, LoanInterestTypeEnum, LoanMaxNumberOfPaymentsEnum, LoanPayment, LoanPaymentCollection, LoanPayout, LoanPayoutTypeEnum, LoanRepaymentFrequencyEnum, LoanRepaymentTypeEnum, LoanService, LoanTypeEnum, LoanVehicleTypeEnum, LogbookBestPeriodService, LogbookPeriod, LoginForm, LossTypeEnum, MODULE_URL_LIST, MONTHS, Message, MessageCollection, MessageDocument, MessageDocumentCollection, MessageDocumentService, MessageService, MonthNameShortEnum, MonthNumberEnum, MyAccountHistory, MyAccountHistoryInitiatedByEnum, MyAccountHistoryStatusEnum, MyAccountHistoryTypeEnum, MyTaxBusinessDetails, MyTaxBusinessDetailsForm, MyTaxBusinessIncome, MyTaxBusinessIncomeForm, MyTaxBusinessIncomeOrLossesForm, MyTaxBusinessLosses, MyTaxBusinessLossesForm, MyTaxCgt, MyTaxCgtForm, MyTaxDeductions, MyTaxDeductionsForm, MyTaxDividends, MyTaxDividendsForm, MyTaxEstimate, MyTaxIncomeStatements, MyTaxIncomeStatementsForm, MyTaxIncomeTests, MyTaxIncomeTestsForm, MyTaxInterest, MyTaxInterestForm, MyTaxLosses, MyTaxLossesForm, MyTaxMedicareForm, MyTaxOffsets, MyTaxOffsetsForm, MyTaxOtherIncome, MyTaxOtherIncomeForm, MyTaxPartnershipsAndTrusts, MyTaxPartnershipsAndTrustsForm, MyTaxRent, MyTaxRentForm, Notification, Occupation, OccupationService, PASSWORD_REGEXPS, PasswordForm, PdfFromDataTableService, PdfFromDomElementService, PdfFromHtmlTableService, PdfFromTableService, PdfOrientationEnum, PdfSettings, Phone, PhoneForm, PhoneTypeEnum, PreloaderService, Property, PropertyCalculationService, PropertyCategory, PropertyCategoryListEnum, PropertyCategoryMovement, PropertyCategoryMovementCollection, PropertyCategoryMovementService, PropertyCategoryService, PropertyCollection, PropertyDepreciationCalculationEnum, PropertyDocument, PropertyDocumentService, PropertyEquityChartData, PropertyEquityChartItem, PropertyEquityChartTypeEnum, PropertyForecast, PropertyReportItem, PropertyReportItemCollection, PropertyReportItemDepreciation, PropertyReportItemDepreciationCollection, PropertyReportItemTransaction, PropertyReportItemTransactionCollection, PropertySale, PropertySaleCollection, PropertySaleCostBase, PropertySaleCostBaseForm, PropertySaleCostSaleForm, PropertySaleExemptionsForm, PropertySaleService, PropertySaleTaxExemptionMetaField, PropertySaleTaxExemptionMetaFieldCollection, PropertyService, PropertyShare, PropertyShareAccessEnum, PropertyShareCollection, PropertyShareService, PropertyShareStatusEnum, PropertySubscription, PropertyTransactionReportService, PropertyValuation, ReceiptService, RegisterClientForm, RegisterFirmForm, RegistrationInvite, RegistrationInviteStatusEnum, ReportItem, ReportItemCollection, ReportItemDetails, ResetPasswordForm, RestService$1 as RestService, RewardfulService, SalaryForecast, SalaryForecastFrequencyEnum, SalaryForecastService, ServiceNotificationService, ServiceNotificationStatusEnum, ServiceNotificationTypeEnum, ServicePayment, ServicePaymentMethod, ServicePaymentMethodService, ServicePaymentService, ServicePaymentStatusEnum, ServicePrice, ServicePriceCollection, ServicePriceRecurringIntervalEnum, ServicePriceService, ServicePriceTypeEnum, ServiceProduct, ServiceProductCollection, ServiceProductIdEnum, ServiceProductService, ServiceProductStatusEnum, ServiceSubscription, ServiceSubscriptionCollection, ServiceSubscriptionItem, ServiceSubscriptionStatusEnum, ShareFilterOptionsEnum, SoleBusiness, SoleBusinessActivity, SoleBusinessActivityService, SoleBusinessAllocation, SoleBusinessAllocationsForm, SoleBusinessForm, SoleBusinessLoss, SoleBusinessLossForm, SoleBusinessLossOffsetRule, SoleBusinessLossOffsetRuleService, SoleBusinessLossReport, SoleBusinessLossService, SoleBusinessLossesCollection, SoleBusinessService, SoleContact, SoleContactForm, SoleContactService, SoleDepreciationMethod, SoleDepreciationMethodEnum, SoleDepreciationMethodForm, SoleDepreciationMethodService, SoleDetails, SoleDetailsForm, SoleDetailsService, SoleForecast, SoleForecastService, SoleInvoice, SoleInvoiceCollection, SoleInvoiceForm, SoleInvoiceItem, SoleInvoiceItemCollection, SoleInvoiceItemForm, SoleInvoiceService, SoleInvoiceStatusesEnum, SoleInvoiceTaxTypeEnum, SoleInvoiceTemplate, SoleInvoiceTemplateForm, SoleInvoiceTemplateService, SoleInvoiceTemplateTaxTypeEnum, SpareDocumentSpareTypeEnum, SseService, StatesEnum, StripePromoCode, SubscriptionItemCollection, SubscriptionService, TAX_RETURN_CATEGORIES, TYPE_LOAN, TankTypeEnum, TaxCalculationMedicareExemptionEnum, TaxCalculationTypeEnum, TaxExemption, TaxExemptionEnum, TaxExemptionMetaField, TaxExemptionMetaFieldEnum, TaxExemptionService, TaxReturnCategoryListEnum, TaxReturnCategorySectionEnum, TaxReview, TaxReviewCollection, TaxReviewHistoryService, TaxReviewService, TaxReviewStatusEnum, TaxSummary, TaxSummaryListEnum, TaxSummarySection, TaxSummarySectionEnum, TaxSummaryService, TaxSummaryTaxSummaryEnum, TaxSummaryTypeEnum, TicketFeedbackEnum, TicketStatusEnum, TicketTypesEnum, Toast, ToastService, ToastTypeEnum, Transaction, TransactionAllocation, TransactionAllocationCollection, TransactionAllocationService, TransactionBase, TransactionBaseForm, TransactionCalculationService, TransactionCategoryEnum, TransactionCollection, TransactionForm, TransactionMetaField, TransactionOperationEnum, TransactionReceipt, TransactionReceiptService, TransactionService, TransactionSourceEnum, TransactionTypeEnum, TtCoreModule, TutorialVideoService, USER_ROLES, USER_WORK_POSITION, User, UserEventSetting, UserEventSettingCollection, UserEventSettingFieldEnum, UserEventSettingService, UserEventStatusEnum, UserEventType, UserEventTypeCategory, UserEventTypeClientTypeEnum, UserEventTypeCollection, UserEventTypeEmployeeTypeEnum, UserEventTypeFrequencyEnum, UserEventTypeService, UserEventTypeUserTypeEnum, UserInviteForm, UserMedicareExemptionEnum, UserRolesEnum, UserService, UserStatusEnum, UserSwitcherService, UserTitleEnum, UserToRegister, UserWorkDepreciationCalculationEnum, UserWorkingHolidayMakerEnum, UsersInviteService, Vehicle, VehicleClaim, VehicleClaimCollection, VehicleClaimDetails, VehicleClaimDetailsForm, VehicleClaimDetailsMethodEnum, VehicleClaimDetailsService, VehicleClaimForm, VehicleClaimService, VehicleExpense, VehicleExpenseCollection, VehicleForm, VehicleLogbook, VehicleLogbookCollection, VehicleLogbookForm, VehicleLogbookPurposeEnum, VehicleLogbookService, VehicleService, WorkExpenseForm, WorkIncomeForm, XlsxService, atLeastOneCheckedValidator, atoLinks, autocompleteValidator, cloneDeep, compare, compareMatOptions, conditionalValidator, createDate, currentFinYearValidator, displayMatOptions, enumToList, fieldsSumValidator, getDocIcon, minDateValidator, passwordMatchValidator, passwordValidator, replace, roundTo, sort, sortDeep, taxReviewFilterPredicate, toArray };
|
|
19492
19673
|
//# sourceMappingURL=taxtank-core.mjs.map
|