taxtank-core 0.31.6 → 0.31.7
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/forms/register/register-client.form.mjs +2 -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/services/account-setup/account-setup.service.mjs +3 -3
- 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/data.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/budget/budget.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/client/capital-gain/annual-client-details.service.mjs +3 -3
- package/esm2020/lib/services/http/client/occupation/occupation.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.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 +3 -3
- package/esm2020/lib/services/http/holding/holding-type.service.mjs +3 -3
- package/esm2020/lib/services/http/holding/holding.service.mjs +3 -3
- 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/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/borrowing-report/borrowing-report.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-share/property-share.service.mjs +3 -3
- package/esm2020/lib/services/http/property/property-valuation/property-valuation.service.mjs +3 -3
- package/esm2020/lib/services/http/property/property.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 +3 -3
- 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.service.mjs +3 -3
- package/esm2020/lib/services/http/tutorial-video/tutorial-video.service.mjs +3 -3
- package/esm2020/lib/services/http/user/financial-year/financial-year.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 +4 -4
- 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/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/json/chart-accounts/chart-accounts-value.service.mjs +3 -3
- package/esm2020/lib/services/json/holding/holding-type-exchange.service.mjs +3 -3
- package/esm2020/lib/services/json/income-source/income-source-type.service.mjs +3 -3
- package/esm2020/lib/services/json/tax-exemption/tax-exemption.service.mjs +3 -3
- package/esm2020/lib/services/json/tax-return/tax-return-item.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/esm2020/lib/validators/index.mjs +2 -1
- package/esm2020/lib/validators/unique-email.validator.mjs +20 -0
- package/fesm2015/taxtank-core.mjs +414 -399
- package/fesm2015/taxtank-core.mjs.map +1 -1
- package/fesm2020/taxtank-core.mjs +413 -398
- package/fesm2020/taxtank-core.mjs.map +1 -1
- package/lib/forms/register/register-client.form.d.ts +1 -1
- package/lib/validators/index.d.ts +1 -0
- package/lib/validators/unique-email.validator.d.ts +11 -0
- 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/asset-sale.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/chat/chat.collection.d.ts.map +0 -1
- package/lib/collections/chat/index.d.ts.map +0 -1
- package/lib/collections/chat/message-document.collection.d.ts.map +0 -1
- package/lib/collections/chat/message.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/collection-dictionary.d.ts.map +0 -1
- package/lib/collections/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/holding/holding-sale.collection.d.ts.map +0 -1
- package/lib/collections/holding/holding-type.collection.d.ts.map +0 -1
- package/lib/collections/holding/holding.collection.d.ts.map +0 -1
- package/lib/collections/holding/index.d.ts.map +0 -1
- package/lib/collections/income-source/income-source-forecast.collection.d.ts.map +0 -1
- package/lib/collections/income-source/income-source.collection.d.ts.map +0 -1
- package/lib/collections/income-source/index.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/address-type.enum.d.ts.map +0 -1
- package/lib/db/Enums/allocation-rule-condition-comparison-operator.enum.d.ts.map +0 -1
- package/lib/db/Enums/allocation-rule-condition-field.enum.d.ts.map +0 -1
- package/lib/db/Enums/allocation-rule-condition-operator.enum.d.ts.map +0 -1
- package/lib/db/Enums/allocation-rule-type.enum.d.ts.map +0 -1
- package/lib/db/Enums/annual-frequency.enum.d.ts.map +0 -1
- package/lib/db/Enums/bank/bank-account-status.enum.d.ts.map +0 -1
- package/lib/db/Enums/bank/bank-account-type.enum.d.ts.map +0 -1
- package/lib/db/Enums/bank/bank-connection-status.enum.d.ts.map +0 -1
- package/lib/db/Enums/bank/bank-popular.enum.d.ts.map +0 -1
- package/lib/db/Enums/bank/bank-provider.enum.d.ts.map +0 -1
- package/lib/db/Enums/bank/bank-transaction-type.enum.d.ts.map +0 -1
- package/lib/db/Enums/bank/index.d.ts.map +0 -1
- package/lib/db/Enums/bank/loan/index.d.ts.map +0 -1
- package/lib/db/Enums/bank/loan/loan-bank-type.enum.d.ts.map +0 -1
- package/lib/db/Enums/bank/loan/loan-frequency.enum.d.ts.map +0 -1
- package/lib/db/Enums/bank/loan/loan-interest-type-label.enum.d.ts.map +0 -1
- package/lib/db/Enums/bank/loan/loan-interest-type.enum.d.ts.map +0 -1
- package/lib/db/Enums/bank/loan/loan-payout-type.enum.d.ts.map +0 -1
- package/lib/db/Enums/bank/loan/loan-repayment-frequency.enum.d.ts.map +0 -1
- package/lib/db/Enums/bank/loan/loan-repayment-type-label.enum.d.ts.map +0 -1
- package/lib/db/Enums/bank/loan/loan-repayment-type.enum.d.ts.map +0 -1
- package/lib/db/Enums/bank/loan/loan-type.enum.d.ts.map +0 -1
- package/lib/db/Enums/bank/loan/loan-vehicle-type.enum.d.ts.map +0 -1
- package/lib/db/Enums/chart-accounts/chart-accounts-category.enum.d.ts.map +0 -1
- package/lib/db/Enums/chart-accounts/chart-accounts-etp.enum.d.ts.map +0 -1
- package/lib/db/Enums/chart-accounts/chart-accounts-heading-list.enum.d.ts.map +0 -1
- package/lib/db/Enums/chart-accounts/chart-accounts-heading-tax-deductible.enum.d.ts.map +0 -1
- package/lib/db/Enums/chart-accounts/chart-accounts-heading-taxable.enum.d.ts.map +0 -1
- package/lib/db/Enums/chart-accounts/chart-accounts-heading-vehicle-list.enum.d.ts.map +0 -1
- package/lib/db/Enums/chart-accounts/chart-accounts-holding-untaxed-income-list.enum.d.ts.map +0 -1
- package/lib/db/Enums/chart-accounts/chart-accounts-invoice-expense.enum.d.ts.map +0 -1
- package/lib/db/Enums/chart-accounts/chart-accounts-keep-sign.enum.d.ts.map +0 -1
- package/lib/db/Enums/chart-accounts/chart-accounts-list.enum.d.ts.map +0 -1
- package/lib/db/Enums/chart-accounts/chart-accounts-meta-field-list.enum.d.ts.map +0 -1
- package/lib/db/Enums/chart-accounts/chart-accounts-meta-field-type.enum.d.ts.map +0 -1
- package/lib/db/Enums/chart-accounts/chart-accounts-salary-adjustments-list.enum.d.ts.map +0 -1
- package/lib/db/Enums/chart-accounts/chart-accounts-salary-included-list.enum.d.ts.map +0 -1
- package/lib/db/Enums/chart-accounts/chart-accounts-type.enum.d.ts.map +0 -1
- package/lib/db/Enums/chart-accounts/index.d.ts.map +0 -1
- package/lib/db/Enums/chat-status.enum.d.ts.map +0 -1
- package/lib/db/Enums/client-details-medicare-exemption.enum.d.ts.map +0 -1
- package/lib/db/Enums/client-details-work-depreciation-calculation.enum.d.ts.map +0 -1
- package/lib/db/Enums/client-details-working-holiday-maker.enum.d.ts.map +0 -1
- package/lib/db/Enums/client-invite-status.enum.d.ts.map +0 -1
- package/lib/db/Enums/client-invite-type.enum.d.ts.map +0 -1
- package/lib/db/Enums/depreciation-calculation-percent.enum.d.ts.map +0 -1
- package/lib/db/Enums/depreciation-calculation.enum.d.ts.map +0 -1
- package/lib/db/Enums/depreciation-type.enum.d.ts.map +0 -1
- package/lib/db/Enums/depreciation-write-off-amount.enum.d.ts.map +0 -1
- package/lib/db/Enums/document-type.enum.d.ts.map +0 -1
- package/lib/db/Enums/file-type.enum.d.ts.map +0 -1
- package/lib/db/Enums/firm-type.enum.d.ts.map +0 -1
- package/lib/db/Enums/holding/holding-type-category.enum.d.ts.map +0 -1
- package/lib/db/Enums/income-source/income-source-forecast-trust-type.enum.d.ts.map +0 -1
- package/lib/db/Enums/income-source/income-source-type-list-holding.enum.d.ts.map +0 -1
- package/lib/db/Enums/income-source/income-source-type-list-other.enum.d.ts.map +0 -1
- package/lib/db/Enums/income-source/income-source-type-list-sole.enum.d.ts.map +0 -1
- package/lib/db/Enums/income-source/income-source-type-list-work.enum.d.ts.map +0 -1
- package/lib/db/Enums/income-source/income-source-type.enum.d.ts.map +0 -1
- package/lib/db/Enums/income-source/index.d.ts.map +0 -1
- package/lib/db/Enums/index.d.ts.map +0 -1
- package/lib/db/Enums/invite-status.enum.d.ts.map +0 -1
- package/lib/db/Enums/phone-type.enum.d.ts.map +0 -1
- package/lib/db/Enums/property/property-category-list.enum.d.ts.map +0 -1
- package/lib/db/Enums/property/property-depreciation-calculation.enum.d.ts.map +0 -1
- package/lib/db/Enums/property/property-sale/tax-exemption-meta-field.enum.d.ts.map +0 -1
- package/lib/db/Enums/property/property-sale/tax-exemption.enum.d.ts.map +0 -1
- package/lib/db/Enums/property/property-share-access.enum.d.ts.map +0 -1
- package/lib/db/Enums/property/property-share-status.enum.d.ts.map +0 -1
- package/lib/db/Enums/registration-invite-status.enum.d.ts.map +0 -1
- package/lib/db/Enums/salary-forecast-frequency.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/sole-depreciation-method.enum.d.ts.map +0 -1
- package/lib/db/Enums/sole-invoice-statuses.enum.d.ts.map +0 -1
- package/lib/db/Enums/sole-invoice-tax-type.enum.d.ts.map +0 -1
- package/lib/db/Enums/sole-invoice-template-tax-type.enum.d.ts.map +0 -1
- package/lib/db/Enums/spare-document-spare-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/subscription/service-payment-status.enum.d.ts.map +0 -1
- package/lib/db/Enums/subscription/service-price-recurring-interval.enum.d.ts.map +0 -1
- package/lib/db/Enums/subscription/service-price-type.enum.d.ts.map +0 -1
- package/lib/db/Enums/subscription/service-product-id.enum.d.ts.map +0 -1
- package/lib/db/Enums/subscription/service-product-status.enum.d.ts.map +0 -1
- package/lib/db/Enums/subscription/service-subscription-status.enum.d.ts.map +0 -1
- package/lib/db/Enums/tank-type.enum.d.ts.map +0 -1
- package/lib/db/Enums/tax-calculation-medicare-exemption.enum.d.ts.map +0 -1
- package/lib/db/Enums/tax-calculation-type.enum.d.ts.map +0 -1
- package/lib/db/Enums/tax-return/index.d.ts.map +0 -1
- package/lib/db/Enums/tax-return/tax-return-category-list.enum.d.ts.map +0 -1
- package/lib/db/Enums/tax-return/tax-return-category-section.enum.d.ts.map +0 -1
- package/lib/db/Enums/tax-return/tax-return-item.enum.d.ts.map +0 -1
- package/lib/db/Enums/tax-review-status.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-section.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-feedback.enum.d.ts.map +0 -1
- package/lib/db/Enums/ticket-status.enum.d.ts.map +0 -1
- package/lib/db/Enums/ticket-types.enum.d.ts.map +0 -1
- package/lib/db/Enums/transaction-operation.enum.d.ts.map +0 -1
- package/lib/db/Enums/transaction-source.enum.d.ts.map +0 -1
- package/lib/db/Enums/transaction-type.enum.d.ts.map +0 -1
- package/lib/db/Enums/user-event-status.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-frequency.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-roles.enum.d.ts.map +0 -1
- package/lib/db/Enums/user-status.enum.d.ts.map +0 -1
- package/lib/db/Enums/user-title.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/Enums/vehicle-claim-details-method.enum.d.ts.map +0 -1
- package/lib/db/Enums/vehicle-logbook-purpose.enum.d.ts.map +0 -1
- package/lib/db/Models/abstract-model.d.ts.map +0 -1
- package/lib/db/Models/address.d.ts.map +0 -1
- package/lib/db/Models/bank/bank-account-balance.d.ts.map +0 -1
- package/lib/db/Models/bank/bank-account-property.d.ts.map +0 -1
- package/lib/db/Models/bank/bank-account.d.ts.map +0 -1
- package/lib/db/Models/bank/bank-connection.d.ts.map +0 -1
- package/lib/db/Models/bank/bank-transaction-import.d.ts.map +0 -1
- package/lib/db/Models/bank/bank-transaction.d.ts.map +0 -1
- package/lib/db/Models/bank/bank.d.ts.map +0 -1
- package/lib/db/Models/bank/basiq-job-step.enum.d.ts.map +0 -1
- package/lib/db/Models/bank/basiq-job.d.ts.map +0 -1
- package/lib/db/Models/budget/budget-rule.d.ts.map +0 -1
- package/lib/db/Models/budget/budget.d.ts.map +0 -1
- package/lib/db/Models/budget/index.d.ts.map +0 -1
- package/lib/db/Models/chart-accounts/chart-accounts-depreciation.d.ts.map +0 -1
- package/lib/db/Models/chart-accounts/chart-accounts-heading.d.ts.map +0 -1
- package/lib/db/Models/chart-accounts/chart-accounts-meta-field.d.ts.map +0 -1
- package/lib/db/Models/chart-accounts/chart-accounts-value.d.ts.map +0 -1
- package/lib/db/Models/chart-accounts/chart-accounts.d.ts.map +0 -1
- package/lib/db/Models/client/annual-client-details.d.ts.map +0 -1
- package/lib/db/Models/client/client-details.d.ts.map +0 -1
- package/lib/db/Models/client/client-income-types.d.ts.map +0 -1
- package/lib/db/Models/client/index.d.ts.map +0 -1
- package/lib/db/Models/client/occupation.d.ts.map +0 -1
- package/lib/db/Models/country.d.ts.map +0 -1
- package/lib/db/Models/depreciation/depreciation-capital-project.d.ts.map +0 -1
- package/lib/db/Models/depreciation/depreciation-forecast.d.ts.map +0 -1
- package/lib/db/Models/depreciation/depreciation.d.ts.map +0 -1
- package/lib/db/Models/document/document-base.d.ts.map +0 -1
- package/lib/db/Models/document/document-folder.d.ts.map +0 -1
- package/lib/db/Models/document/document.d.ts.map +0 -1
- package/lib/db/Models/document/property-document.d.ts.map +0 -1
- package/lib/db/Models/file.d.ts.map +0 -1
- package/lib/db/Models/firm/accountant/tax-review.d.ts.map +0 -1
- package/lib/db/Models/firm/accountant/ticket.d.ts.map +0 -1
- package/lib/db/Models/firm/chat.d.ts.map +0 -1
- package/lib/db/Models/firm/client-invite.d.ts.map +0 -1
- package/lib/db/Models/firm/client-movement.d.ts.map +0 -1
- package/lib/db/Models/firm/employee-invite.d.ts.map +0 -1
- package/lib/db/Models/firm/firm-invite.d.ts.map +0 -1
- package/lib/db/Models/firm/firm.d.ts.map +0 -1
- package/lib/db/Models/firm/message-document.d.ts.map +0 -1
- package/lib/db/Models/firm/message.d.ts.map +0 -1
- package/lib/db/Models/holding/holding-sale.d.ts.map +0 -1
- package/lib/db/Models/holding/holding-type-exchange.d.ts.map +0 -1
- package/lib/db/Models/holding/holding-type.d.ts.map +0 -1
- package/lib/db/Models/holding/holding.d.ts.map +0 -1
- package/lib/db/Models/holding/index.d.ts.map +0 -1
- package/lib/db/Models/incomeSource/income-source-forecast.d.ts.map +0 -1
- package/lib/db/Models/incomeSource/income-source-type.d.ts.map +0 -1
- package/lib/db/Models/incomeSource/income-source.d.ts.map +0 -1
- package/lib/db/Models/incomeSource/salary-forecast.d.ts.map +0 -1
- package/lib/db/Models/index.d.ts.map +0 -1
- package/lib/db/Models/loan/borrowing-expense-loan.d.ts.map +0 -1
- package/lib/db/Models/loan/borrowing-expense.d.ts.map +0 -1
- package/lib/db/Models/loan/loan-payout.d.ts.map +0 -1
- package/lib/db/Models/loan/loan.d.ts.map +0 -1
- package/lib/db/Models/observable-model.d.ts.map +0 -1
- package/lib/db/Models/phone.d.ts.map +0 -1
- package/lib/db/Models/property/borrowing-report.d.ts.map +0 -1
- package/lib/db/Models/property/property-category-movement.d.ts.map +0 -1
- package/lib/db/Models/property/property-category.d.ts.map +0 -1
- package/lib/db/Models/property/property-forecast.d.ts.map +0 -1
- package/lib/db/Models/property/property-sale/property-sale-tax-exemption-meta-field.d.ts.map +0 -1
- package/lib/db/Models/property/property-sale/property-sale.d.ts.map +0 -1
- package/lib/db/Models/property/property-sale/tax-exemption-meta-field.d.ts.map +0 -1
- package/lib/db/Models/property/property-sale/tax-exemption.d.ts.map +0 -1
- package/lib/db/Models/property/property-share.d.ts.map +0 -1
- package/lib/db/Models/property/property-subscription.d.ts.map +0 -1
- package/lib/db/Models/property/property-valuation.d.ts.map +0 -1
- package/lib/db/Models/property/property.d.ts.map +0 -1
- package/lib/db/Models/service-notification.d.ts.map +0 -1
- package/lib/db/Models/sole/bas-report.d.ts.map +0 -1
- package/lib/db/Models/sole/sole-business-activity.d.ts.map +0 -1
- package/lib/db/Models/sole/sole-business-allocation.d.ts.map +0 -1
- package/lib/db/Models/sole/sole-business-loss-offset-rule.d.ts.map +0 -1
- package/lib/db/Models/sole/sole-business-loss.d.ts.map +0 -1
- package/lib/db/Models/sole/sole-business.d.ts.map +0 -1
- package/lib/db/Models/sole/sole-contact.d.ts.map +0 -1
- package/lib/db/Models/sole/sole-depreciation-method.d.ts.map +0 -1
- package/lib/db/Models/sole/sole-details.d.ts.map +0 -1
- package/lib/db/Models/sole/sole-forecast.d.ts.map +0 -1
- package/lib/db/Models/sole/sole-invoice-item.d.ts.map +0 -1
- package/lib/db/Models/sole/sole-invoice-template.d.ts.map +0 -1
- package/lib/db/Models/sole/sole-invoice.d.ts.map +0 -1
- package/lib/db/Models/spare/spare-document-category.d.ts.map +0 -1
- package/lib/db/Models/spare/spare-document.d.ts.map +0 -1
- package/lib/db/Models/subscription/service-payment-method.d.ts.map +0 -1
- package/lib/db/Models/subscription/service-payment.d.ts.map +0 -1
- package/lib/db/Models/subscription/service-price.d.ts.map +0 -1
- package/lib/db/Models/subscription/service-product.d.ts.map +0 -1
- package/lib/db/Models/subscription/service-subscription-item.d.ts.map +0 -1
- package/lib/db/Models/subscription/service-subscription.d.ts.map +0 -1
- package/lib/db/Models/tax-calculation.d.ts.map +0 -1
- package/lib/db/Models/tax-return/index.d.ts.map +0 -1
- package/lib/db/Models/tax-return/tax-return-category.d.ts.map +0 -1
- package/lib/db/Models/tax-return/tax-return-item.d.ts.map +0 -1
- package/lib/db/Models/tax-return/tax-return.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/transaction/transaction-allocation.d.ts.map +0 -1
- package/lib/db/Models/transaction/transaction-base.d.ts.map +0 -1
- package/lib/db/Models/transaction/transaction-meta-field.d.ts.map +0 -1
- package/lib/db/Models/transaction/transaction.d.ts.map +0 -1
- package/lib/db/Models/user/employee-details.d.ts.map +0 -1
- package/lib/db/Models/user/registration-invite.d.ts.map +0 -1
- package/lib/db/Models/user/user-event-setting.d.ts.map +0 -1
- package/lib/db/Models/user/user-event-type-category.d.ts.map +0 -1
- package/lib/db/Models/user/user-event-type.d.ts.map +0 -1
- package/lib/db/Models/user/user-event.d.ts.map +0 -1
- package/lib/db/Models/user/user.d.ts.map +0 -1
- package/lib/db/Models/vehicle/vehicle-claim-details.d.ts.map +0 -1
- package/lib/db/Models/vehicle/vehicle-claim.d.ts.map +0 -1
- package/lib/db/Models/vehicle/vehicle-logbook.d.ts.map +0 -1
- package/lib/db/Models/vehicle/vehicle.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/budget/budget.form.d.ts.map +0 -1
- package/lib/forms/budget/index.d.ts.map +0 -1
- package/lib/forms/client/annual-client-details.form.d.ts.map +0 -1
- package/lib/forms/client/client-income-types.form.d.ts.map +0 -1
- package/lib/forms/client/index.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/document-folder/document-folder.form.d.ts.map +0 -1
- package/lib/forms/document-folder/document.form.d.ts.map +0 -1
- package/lib/forms/document-folder/index.d.ts.map +0 -1
- package/lib/forms/firm/firm.form.d.ts.map +0 -1
- package/lib/forms/firm/index.d.ts.map +0 -1
- package/lib/forms/form-validations.enum.d.ts.map +0 -1
- package/lib/forms/holding/holding-reinvest.form.d.ts.map +0 -1
- package/lib/forms/holding/holding-sale.form.d.ts.map +0 -1
- package/lib/forms/holding/holding-type.form.d.ts.map +0 -1
- package/lib/forms/holding/holding.form.d.ts.map +0 -1
- package/lib/forms/holding/index.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/borrowing-report.form.d.ts.map +0 -1
- package/lib/forms/property/index.d.ts.map +0 -1
- package/lib/forms/property/property-document.form.d.ts.map +0 -1
- package/lib/forms/property/property-edit.form.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/property/property-valuation.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/holding/holding-income.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/client-details.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/user/user.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/array/index.d.ts.map +0 -1
- package/lib/functions/array/replace.d.ts.map +0 -1
- package/lib/functions/array/sort-deep.d.ts.map +0 -1
- package/lib/functions/array/sort.d.ts.map +0 -1
- package/lib/functions/array/to-array.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/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/corelogic-interceptor.d.ts.map +0 -1
- package/lib/interceptors/financial-year-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-entity-type.enum.d.ts.map +0 -1
- package/lib/interfaces/asset-type.enum.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/document.interface.d.ts.map +0 -1
- package/lib/interfaces/documentable.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/fileable.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/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/messages/index.d.ts.map +0 -1
- package/lib/messages/messages.enum.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/address/address.d.ts.map +0 -1
- package/lib/models/address/country.d.ts.map +0 -1
- package/lib/models/address/index.d.ts.map +0 -1
- package/lib/models/address/states.enum.d.ts.map +0 -1
- package/lib/models/asset-sale.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-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-config.d.ts.map +0 -1
- package/lib/models/bank/basiq/basiq-connection-data.interface.d.ts.map +0 -1
- package/lib/models/bank/basiq/basiq-connections-response.interface.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/budget/budget-rule.d.ts.map +0 -1
- package/lib/models/budget/budget.d.ts.map +0 -1
- package/lib/models/budget/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/annual-client-details.d.ts.map +0 -1
- package/lib/models/client/client-details.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/client/index.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.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-details.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/app-event-type.enum.d.ts.map +0 -1
- package/lib/models/event/app-event.d.ts.map +0 -1
- package/lib/models/event/index.d.ts.map +0 -1
- package/lib/models/export/export-cell-type.enum.d.ts.map +0 -1
- package/lib/models/export/export-cell.d.ts.map +0 -1
- package/lib/models/export/export-data-table.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/firm/firm.d.ts.map +0 -1
- package/lib/models/holding/holding-reinvest.d.ts.map +0 -1
- package/lib/models/holding/holding-sale.d.ts.map +0 -1
- package/lib/models/holding/holding-type-exchange.d.ts.map +0 -1
- package/lib/models/holding/holding-type.d.ts.map +0 -1
- package/lib/models/holding/holding.d.ts.map +0 -1
- package/lib/models/holding/index.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/index.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-payment.d.ts.map +0 -1
- package/lib/models/loan/loan-payout.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/phone/phone.d.ts.map +0 -1
- package/lib/models/property/borrowing-report.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/corelogic-suggestion.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-price.d.ts.map +0 -1
- package/lib/models/service-subscription/service-product.d.ts.map +0 -1
- package/lib/models/service-subscription/service-promo-code-duration.enum.d.ts.map +0 -1
- package/lib/models/service-subscription/service-promo-code.d.ts.map +0 -1
- package/lib/models/service-subscription/service-subscription-item.d.ts.map +0 -1
- package/lib/models/service-subscription/service-subscription.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-return/index.d.ts.map +0 -1
- package/lib/models/tax-return/tax-return-category.d.ts.map +0 -1
- package/lib/models/tax-return/tax-return-item.d.ts.map +0 -1
- package/lib/models/tax-return/tax-return.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.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-work-position.const.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/data.service.d.ts.map +0 -1
- package/lib/services/event/event-dispatcher.service.d.ts.map +0 -1
- package/lib/services/event/index.d.ts.map +0 -1
- package/lib/services/event/sse.service.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-messages.enum.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-messages.enum.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/budget/budget-messages.enum.d.ts.map +0 -1
- package/lib/services/http/budget/budget.service.d.ts.map +0 -1
- package/lib/services/http/budget/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/client/capital-gain/annual-client-details.service.d.ts.map +0 -1
- package/lib/services/http/client/index.d.ts.map +0 -1
- package/lib/services/http/client/occupation/occupation.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.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-messages.enum.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-folder/index.d.ts.map +0 -1
- package/lib/services/http/document/document-messages.enum.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-messages.enum.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-messages.enum.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-messages.enum.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/holding/holding-messages.enum.d.ts.map +0 -1
- package/lib/services/http/holding/holding-sale-messages.enum.d.ts.map +0 -1
- package/lib/services/http/holding/holding-sale.service.d.ts.map +0 -1
- package/lib/services/http/holding/holding-type-messages.enum.d.ts.map +0 -1
- package/lib/services/http/holding/holding-type.service.d.ts.map +0 -1
- package/lib/services/http/holding/holding.service.d.ts.map +0 -1
- package/lib/services/http/holding/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/borrowing-report/borrowing-report-messages.enum.d.ts.map +0 -1
- package/lib/services/http/property/borrowing-report/borrowing-report.service.d.ts.map +0 -1
- package/lib/services/http/property/borrowing-report/index.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-messages.enum.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-messages.enum.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-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-valuation/index.d.ts.map +0 -1
- package/lib/services/http/property/property-valuation/property-valuation-messages.enum.d.ts.map +0 -1
- package/lib/services/http/property/property-valuation/property-valuation.service.d.ts.map +0 -1
- package/lib/services/http/property/property.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/index.d.ts.map +0 -1
- package/lib/services/http/sole/sole-business/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-messages.enum.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.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/financial-year/financial-year.service.d.ts.map +0 -1
- package/lib/services/http/user/index.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-messages.enum.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/index.d.ts.map +0 -1
- package/lib/services/http/vehicle/vehicle-logbook/vehicle-logbook-messages.enum.d.ts.map +0 -1
- package/lib/services/http/vehicle/vehicle-logbook/vehicle-logbook.service.d.ts.map +0 -1
- package/lib/services/http/vehicle/vehicle-messages.enum.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/json/chart-accounts/chart-accounts-value.service.d.ts.map +0 -1
- package/lib/services/json/holding/holding-type-exchange.service.d.ts.map +0 -1
- package/lib/services/json/income-source/income-source-type.service.d.ts.map +0 -1
- package/lib/services/json/index.d.ts.map +0 -1
- package/lib/services/json/tax-exemption/tax-exemption.service.d.ts.map +0 -1
- package/lib/services/json/tax-return/tax-return-item.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/corelogic.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/greater-than.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/lib/validators/transactions-meta-fields.validator.d.ts.map +0 -1
- package/public-api.d.ts.map +0 -1
- package/taxtank-core.d.ts.map +0 -1
|
@@ -72,9 +72,9 @@ class CorelogicService {
|
|
|
72
72
|
.pipe(map((response) => response.suggestions.map((item) => plainToClass(CorelogicSuggestion, item))));
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
|
-
CorelogicService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
76
|
-
CorelogicService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
77
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
75
|
+
CorelogicService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
76
|
+
CorelogicService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicService, providedIn: 'root' });
|
|
77
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicService, decorators: [{
|
|
78
78
|
type: Injectable,
|
|
79
79
|
args: [{
|
|
80
80
|
providedIn: 'root'
|
|
@@ -112,9 +112,9 @@ class CorelogicInterceptor {
|
|
|
112
112
|
});
|
|
113
113
|
}
|
|
114
114
|
}
|
|
115
|
-
CorelogicInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
116
|
-
CorelogicInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
117
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
115
|
+
CorelogicInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicInterceptor, deps: [{ token: CorelogicService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
116
|
+
CorelogicInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicInterceptor });
|
|
117
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicInterceptor, decorators: [{
|
|
118
118
|
type: Injectable
|
|
119
119
|
}], ctorParameters: function () { return [{ type: CorelogicService }, { type: undefined, decorators: [{
|
|
120
120
|
type: Inject,
|
|
@@ -151,9 +151,9 @@ class FinancialYearInterceptor {
|
|
|
151
151
|
return next.handle(clonedReq);
|
|
152
152
|
}
|
|
153
153
|
}
|
|
154
|
-
FinancialYearInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
155
|
-
FinancialYearInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
156
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
154
|
+
FinancialYearInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
155
|
+
FinancialYearInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearInterceptor });
|
|
156
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearInterceptor, decorators: [{
|
|
157
157
|
type: Injectable
|
|
158
158
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
159
159
|
type: Inject,
|
|
@@ -206,9 +206,9 @@ class AddressService {
|
|
|
206
206
|
return this.countriesSubject.asObservable();
|
|
207
207
|
}
|
|
208
208
|
}
|
|
209
|
-
AddressService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
210
|
-
AddressService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
211
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
209
|
+
AddressService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AddressService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
210
|
+
AddressService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AddressService, providedIn: 'root' });
|
|
211
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AddressService, decorators: [{
|
|
212
212
|
type: Injectable,
|
|
213
213
|
args: [{
|
|
214
214
|
providedIn: 'root'
|
|
@@ -10120,9 +10120,9 @@ class DataService {
|
|
|
10120
10120
|
this.cache = this.createCollectionInstance(this.collectionClass, data.map((item) => this.createModelInstance(item)));
|
|
10121
10121
|
}
|
|
10122
10122
|
}
|
|
10123
|
-
DataService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10124
|
-
DataService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10125
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10123
|
+
DataService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DataService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10124
|
+
DataService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DataService, providedIn: 'root' });
|
|
10125
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DataService, decorators: [{
|
|
10126
10126
|
type: Injectable,
|
|
10127
10127
|
args: [{
|
|
10128
10128
|
providedIn: 'root'
|
|
@@ -10157,9 +10157,9 @@ class JwtService extends JwtHelperService {
|
|
|
10157
10157
|
return this.getUser().id === userId;
|
|
10158
10158
|
}
|
|
10159
10159
|
}
|
|
10160
|
-
JwtService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10161
|
-
JwtService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10162
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10160
|
+
JwtService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
10161
|
+
JwtService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtService, providedIn: 'root' });
|
|
10162
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtService, decorators: [{
|
|
10163
10163
|
type: Injectable,
|
|
10164
10164
|
args: [{
|
|
10165
10165
|
providedIn: 'root'
|
|
@@ -10194,9 +10194,9 @@ class AuthService {
|
|
|
10194
10194
|
location.replace(url);
|
|
10195
10195
|
}
|
|
10196
10196
|
}
|
|
10197
|
-
AuthService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10198
|
-
AuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10199
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10197
|
+
AuthService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AuthService, deps: [{ token: i1.HttpClient }, { token: JwtService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10198
|
+
AuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AuthService, providedIn: 'root' });
|
|
10199
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AuthService, decorators: [{
|
|
10200
10200
|
type: Injectable,
|
|
10201
10201
|
args: [{
|
|
10202
10202
|
providedIn: 'root'
|
|
@@ -10234,9 +10234,9 @@ class EventDispatcherService {
|
|
|
10234
10234
|
this.eventSubject2.next(event);
|
|
10235
10235
|
}
|
|
10236
10236
|
}
|
|
10237
|
-
EventDispatcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10238
|
-
EventDispatcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10239
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10237
|
+
EventDispatcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EventDispatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10238
|
+
EventDispatcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EventDispatcherService, providedIn: 'root' });
|
|
10239
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EventDispatcherService, decorators: [{
|
|
10240
10240
|
type: Injectable,
|
|
10241
10241
|
args: [{
|
|
10242
10242
|
providedIn: 'root'
|
|
@@ -10273,9 +10273,9 @@ class SseService {
|
|
|
10273
10273
|
.pipe(map((messageEvent) => JSON.parse(messageEvent.data)));
|
|
10274
10274
|
}
|
|
10275
10275
|
}
|
|
10276
|
-
SseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10277
|
-
SseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10278
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10276
|
+
SseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SseService, deps: [{ token: i0.NgZone }, { token: JwtService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10277
|
+
SseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SseService, providedIn: 'root' });
|
|
10278
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SseService, decorators: [{
|
|
10279
10279
|
type: Injectable,
|
|
10280
10280
|
args: [{
|
|
10281
10281
|
providedIn: 'root'
|
|
@@ -10496,9 +10496,9 @@ let RestService$1 = class RestService extends DataService {
|
|
|
10496
10496
|
*/
|
|
10497
10497
|
listenEvents() { }
|
|
10498
10498
|
};
|
|
10499
|
-
RestService$1.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10500
|
-
RestService$1.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10501
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10499
|
+
RestService$1.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService$1, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10500
|
+
RestService$1.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService$1, providedIn: 'root' });
|
|
10501
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService$1, decorators: [{
|
|
10502
10502
|
type: Injectable,
|
|
10503
10503
|
args: [{
|
|
10504
10504
|
providedIn: 'root'
|
|
@@ -10566,9 +10566,9 @@ class BankAccountService extends RestService$1 {
|
|
|
10566
10566
|
});
|
|
10567
10567
|
}
|
|
10568
10568
|
}
|
|
10569
|
-
BankAccountService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10570
|
-
BankAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10571
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10569
|
+
BankAccountService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10570
|
+
BankAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountService, providedIn: 'root' });
|
|
10571
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountService, decorators: [{
|
|
10572
10572
|
type: Injectable,
|
|
10573
10573
|
args: [{
|
|
10574
10574
|
providedIn: 'root'
|
|
@@ -10663,9 +10663,9 @@ class ToastService {
|
|
|
10663
10663
|
}));
|
|
10664
10664
|
}
|
|
10665
10665
|
}
|
|
10666
|
-
ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10667
|
-
ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10668
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10666
|
+
ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10667
|
+
ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ToastService, providedIn: 'root' });
|
|
10668
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ToastService, decorators: [{
|
|
10669
10669
|
type: Injectable,
|
|
10670
10670
|
args: [{
|
|
10671
10671
|
providedIn: 'root'
|
|
@@ -10743,9 +10743,9 @@ class BankConnectionService extends RestService$1 {
|
|
|
10743
10743
|
});
|
|
10744
10744
|
}
|
|
10745
10745
|
}
|
|
10746
|
-
BankConnectionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10747
|
-
BankConnectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10748
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10746
|
+
BankConnectionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankConnectionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10747
|
+
BankConnectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankConnectionService, providedIn: 'root' });
|
|
10748
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankConnectionService, decorators: [{
|
|
10749
10749
|
type: Injectable,
|
|
10750
10750
|
args: [{
|
|
10751
10751
|
providedIn: 'root'
|
|
@@ -10858,9 +10858,9 @@ class BankTransactionService extends RestService$1 {
|
|
|
10858
10858
|
});
|
|
10859
10859
|
}
|
|
10860
10860
|
}
|
|
10861
|
-
BankTransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10862
|
-
BankTransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10863
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10861
|
+
BankTransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
10862
|
+
BankTransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionService, providedIn: 'root' });
|
|
10863
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionService, decorators: [{
|
|
10864
10864
|
type: Injectable,
|
|
10865
10865
|
args: [{
|
|
10866
10866
|
providedIn: 'root'
|
|
@@ -10892,9 +10892,9 @@ class BasiqTokenService extends RestService$1 {
|
|
|
10892
10892
|
return new BasiqToken(tokenResponse['access_token'], new Date(now + tokenResponse['expires_in'] * 1000));
|
|
10893
10893
|
}
|
|
10894
10894
|
}
|
|
10895
|
-
BasiqTokenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10896
|
-
BasiqTokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10897
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10895
|
+
BasiqTokenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
10896
|
+
BasiqTokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenService, providedIn: 'root' });
|
|
10897
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenService, decorators: [{
|
|
10898
10898
|
type: Injectable,
|
|
10899
10899
|
args: [{
|
|
10900
10900
|
providedIn: 'root'
|
|
@@ -11020,9 +11020,9 @@ BasiqService.retrieveAccountsCheckInterval = 3000;
|
|
|
11020
11020
|
* How long we will wait accounts retrieving, break after timeout if not retireved
|
|
11021
11021
|
*/
|
|
11022
11022
|
BasiqService.retrieveAccountsTimeout = 20000;
|
|
11023
|
-
BasiqService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
11024
|
-
BasiqService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
11025
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
11023
|
+
BasiqService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: BankConnectionService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
11024
|
+
BasiqService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqService, providedIn: 'root' });
|
|
11025
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqService, decorators: [{
|
|
11026
11026
|
type: Injectable,
|
|
11027
11027
|
args: [{
|
|
11028
11028
|
providedIn: 'root'
|
|
@@ -11052,9 +11052,9 @@ class BankService extends RestService$1 {
|
|
|
11052
11052
|
this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
|
|
11053
11053
|
}
|
|
11054
11054
|
}
|
|
11055
|
-
BankService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
11056
|
-
BankService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
11057
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
11055
|
+
BankService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
11056
|
+
BankService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankService, providedIn: 'root' });
|
|
11057
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankService, decorators: [{
|
|
11058
11058
|
type: Injectable,
|
|
11059
11059
|
args: [{
|
|
11060
11060
|
providedIn: 'root'
|
|
@@ -11071,9 +11071,9 @@ class BudgetService extends RestService$1 {
|
|
|
11071
11071
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
11072
11072
|
}
|
|
11073
11073
|
}
|
|
11074
|
-
BudgetService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
11075
|
-
BudgetService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
11076
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
11074
|
+
BudgetService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BudgetService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
11075
|
+
BudgetService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BudgetService, providedIn: 'root' });
|
|
11076
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BudgetService, decorators: [{
|
|
11077
11077
|
type: Injectable,
|
|
11078
11078
|
args: [{
|
|
11079
11079
|
providedIn: 'root'
|
|
@@ -11101,9 +11101,9 @@ class ChartAccountsDepreciationService extends RestService$1 {
|
|
|
11101
11101
|
this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
|
|
11102
11102
|
}
|
|
11103
11103
|
}
|
|
11104
|
-
ChartAccountsDepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
11105
|
-
ChartAccountsDepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
11106
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
11104
|
+
ChartAccountsDepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsDepreciationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
11105
|
+
ChartAccountsDepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsDepreciationService, providedIn: 'root' });
|
|
11106
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsDepreciationService, decorators: [{
|
|
11107
11107
|
type: Injectable,
|
|
11108
11108
|
args: [{
|
|
11109
11109
|
providedIn: 'root'
|
|
@@ -11143,9 +11143,9 @@ class ChartAccountsService extends RestService$1 {
|
|
|
11143
11143
|
}));
|
|
11144
11144
|
}
|
|
11145
11145
|
}
|
|
11146
|
-
ChartAccountsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
11147
|
-
ChartAccountsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
11148
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
11146
|
+
ChartAccountsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
11147
|
+
ChartAccountsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsService, providedIn: 'root' });
|
|
11148
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsService, decorators: [{
|
|
11149
11149
|
type: Injectable,
|
|
11150
11150
|
args: [{
|
|
11151
11151
|
providedIn: 'root'
|
|
@@ -11214,9 +11214,9 @@ class ChatService extends RestService$1 {
|
|
|
11214
11214
|
});
|
|
11215
11215
|
}
|
|
11216
11216
|
}
|
|
11217
|
-
ChatService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
11218
|
-
ChatService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
11219
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
11217
|
+
ChatService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChatService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
11218
|
+
ChatService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChatService, providedIn: 'root' });
|
|
11219
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChatService, decorators: [{
|
|
11220
11220
|
type: Injectable,
|
|
11221
11221
|
args: [{
|
|
11222
11222
|
providedIn: 'root'
|
|
@@ -11273,9 +11273,9 @@ class MessageService extends RestService$1 {
|
|
|
11273
11273
|
});
|
|
11274
11274
|
}
|
|
11275
11275
|
}
|
|
11276
|
-
MessageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
11277
|
-
MessageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
11278
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
11276
|
+
MessageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
11277
|
+
MessageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageService, providedIn: 'root' });
|
|
11278
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageService, decorators: [{
|
|
11279
11279
|
type: Injectable,
|
|
11280
11280
|
args: [{
|
|
11281
11281
|
providedIn: 'root'
|
|
@@ -11344,9 +11344,9 @@ class MessageDocumentService extends RestService$1 {
|
|
|
11344
11344
|
return combineLatest(files.map((file) => this.add(chatId, file))).pipe(map((docsBase) => docsBase.map((docBase) => plainToClass(MessageDocument, docBase))));
|
|
11345
11345
|
}
|
|
11346
11346
|
}
|
|
11347
|
-
MessageDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
11348
|
-
MessageDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
11349
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
11347
|
+
MessageDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
11348
|
+
MessageDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageDocumentService, providedIn: 'root' });
|
|
11349
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageDocumentService, decorators: [{
|
|
11350
11350
|
type: Injectable,
|
|
11351
11351
|
args: [{
|
|
11352
11352
|
providedIn: 'root'
|
|
@@ -11429,9 +11429,9 @@ class DepreciationService extends RestService$1 {
|
|
|
11429
11429
|
});
|
|
11430
11430
|
}
|
|
11431
11431
|
}
|
|
11432
|
-
DepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
11433
|
-
DepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
11434
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
11432
|
+
DepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
11433
|
+
DepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationService, providedIn: 'root' });
|
|
11434
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationService, decorators: [{
|
|
11435
11435
|
type: Injectable,
|
|
11436
11436
|
args: [{
|
|
11437
11437
|
providedIn: 'root'
|
|
@@ -11481,9 +11481,9 @@ class DepreciationCapitalProjectService {
|
|
|
11481
11481
|
}));
|
|
11482
11482
|
}
|
|
11483
11483
|
}
|
|
11484
|
-
DepreciationCapitalProjectService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
11485
|
-
DepreciationCapitalProjectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
11486
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
11484
|
+
DepreciationCapitalProjectService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationCapitalProjectService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
11485
|
+
DepreciationCapitalProjectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationCapitalProjectService, providedIn: 'root' });
|
|
11486
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationCapitalProjectService, decorators: [{
|
|
11487
11487
|
type: Injectable,
|
|
11488
11488
|
args: [{
|
|
11489
11489
|
providedIn: 'root'
|
|
@@ -11513,9 +11513,9 @@ class DocumentFolderService extends RestService$1 {
|
|
|
11513
11513
|
this.disabledMethods = ['deleteBatch', 'postBatch', 'putBatch'];
|
|
11514
11514
|
}
|
|
11515
11515
|
}
|
|
11516
|
-
DocumentFolderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
11517
|
-
DocumentFolderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
11518
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
11516
|
+
DocumentFolderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentFolderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
11517
|
+
DocumentFolderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentFolderService, providedIn: 'root' });
|
|
11518
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentFolderService, decorators: [{
|
|
11519
11519
|
type: Injectable,
|
|
11520
11520
|
args: [{
|
|
11521
11521
|
providedIn: 'root'
|
|
@@ -11532,9 +11532,9 @@ class DocumentService extends RestService$1 {
|
|
|
11532
11532
|
this.isApiPlatform = true;
|
|
11533
11533
|
}
|
|
11534
11534
|
}
|
|
11535
|
-
DocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
11536
|
-
DocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
11537
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
11535
|
+
DocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
11536
|
+
DocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentService, providedIn: 'root' });
|
|
11537
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentService, decorators: [{
|
|
11538
11538
|
type: Injectable,
|
|
11539
11539
|
args: [{
|
|
11540
11540
|
providedIn: 'root'
|
|
@@ -11617,9 +11617,9 @@ FacebookService.authOptions = {
|
|
|
11617
11617
|
auth_type: 'rerequest',
|
|
11618
11618
|
return_scopes: true
|
|
11619
11619
|
};
|
|
11620
|
-
FacebookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
11621
|
-
FacebookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
11622
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
11620
|
+
FacebookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FacebookService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: JwtService }, { token: i4.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
11621
|
+
FacebookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FacebookService, providedIn: 'root' });
|
|
11622
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FacebookService, decorators: [{
|
|
11623
11623
|
type: Injectable,
|
|
11624
11624
|
args: [{
|
|
11625
11625
|
providedIn: 'root'
|
|
@@ -11687,9 +11687,9 @@ class GoogleService {
|
|
|
11687
11687
|
google.accounts.id.disableAutoSelect();
|
|
11688
11688
|
}
|
|
11689
11689
|
}
|
|
11690
|
-
GoogleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
11691
|
-
GoogleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
11692
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
11690
|
+
GoogleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GoogleService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: JwtService }, { token: i4.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
11691
|
+
GoogleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GoogleService, providedIn: 'root' });
|
|
11692
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GoogleService, decorators: [{
|
|
11693
11693
|
type: Injectable,
|
|
11694
11694
|
args: [{
|
|
11695
11695
|
providedIn: 'root'
|
|
@@ -11724,9 +11724,9 @@ class FileService extends RestService$1 {
|
|
|
11724
11724
|
return this.http.get(`${this.apiUrl}/${file.id}/download`, { responseType: 'blob' });
|
|
11725
11725
|
}
|
|
11726
11726
|
}
|
|
11727
|
-
FileService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
11728
|
-
FileService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
11729
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
11727
|
+
FileService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FileService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
11728
|
+
FileService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FileService, providedIn: 'root' });
|
|
11729
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FileService, decorators: [{
|
|
11730
11730
|
type: Injectable,
|
|
11731
11731
|
args: [{
|
|
11732
11732
|
providedIn: 'root'
|
|
@@ -11743,9 +11743,9 @@ class ClientIncomeTypesService extends RestService$1 {
|
|
|
11743
11743
|
this.disabledMethods = ['postBatch', 'putBatch', 'delete', 'deleteBatch'];
|
|
11744
11744
|
}
|
|
11745
11745
|
}
|
|
11746
|
-
ClientIncomeTypesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
11747
|
-
ClientIncomeTypesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
11748
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
11746
|
+
ClientIncomeTypesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientIncomeTypesService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
11747
|
+
ClientIncomeTypesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientIncomeTypesService, providedIn: 'root' });
|
|
11748
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientIncomeTypesService, decorators: [{
|
|
11749
11749
|
type: Injectable,
|
|
11750
11750
|
args: [{
|
|
11751
11751
|
providedIn: 'root'
|
|
@@ -11958,9 +11958,9 @@ class RestService {
|
|
|
11958
11958
|
*/
|
|
11959
11959
|
listenEvents() { }
|
|
11960
11960
|
}
|
|
11961
|
-
RestService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
11962
|
-
RestService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
11963
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
11961
|
+
RestService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
11962
|
+
RestService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService, providedIn: 'root' });
|
|
11963
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService, decorators: [{
|
|
11964
11964
|
type: Injectable,
|
|
11965
11965
|
args: [{
|
|
11966
11966
|
providedIn: 'root'
|
|
@@ -12083,9 +12083,9 @@ class ClientInviteService extends RestService {
|
|
|
12083
12083
|
});
|
|
12084
12084
|
}
|
|
12085
12085
|
}
|
|
12086
|
-
ClientInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12087
|
-
ClientInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12088
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12086
|
+
ClientInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12087
|
+
ClientInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientInviteService, providedIn: 'root' });
|
|
12088
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientInviteService, decorators: [{
|
|
12089
12089
|
type: Injectable,
|
|
12090
12090
|
args: [{
|
|
12091
12091
|
providedIn: 'root'
|
|
@@ -12172,9 +12172,9 @@ class ClientMovementService extends RestService {
|
|
|
12172
12172
|
});
|
|
12173
12173
|
}
|
|
12174
12174
|
}
|
|
12175
|
-
ClientMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12176
|
-
ClientMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12177
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12175
|
+
ClientMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12176
|
+
ClientMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientMovementService, providedIn: 'root' });
|
|
12177
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientMovementService, decorators: [{
|
|
12178
12178
|
type: Injectable,
|
|
12179
12179
|
args: [{
|
|
12180
12180
|
providedIn: 'root'
|
|
@@ -12225,9 +12225,9 @@ class EmployeeService extends RestService {
|
|
|
12225
12225
|
}));
|
|
12226
12226
|
}
|
|
12227
12227
|
}
|
|
12228
|
-
EmployeeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12229
|
-
EmployeeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12230
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12228
|
+
EmployeeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12229
|
+
EmployeeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeService, providedIn: 'root' });
|
|
12230
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeService, decorators: [{
|
|
12231
12231
|
type: Injectable,
|
|
12232
12232
|
args: [{
|
|
12233
12233
|
providedIn: 'root'
|
|
@@ -12289,9 +12289,9 @@ class EmployeeInviteService extends RestService {
|
|
|
12289
12289
|
}));
|
|
12290
12290
|
}
|
|
12291
12291
|
}
|
|
12292
|
-
EmployeeInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12293
|
-
EmployeeInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12294
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12292
|
+
EmployeeInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12293
|
+
EmployeeInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeInviteService, providedIn: 'root' });
|
|
12294
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeInviteService, decorators: [{
|
|
12295
12295
|
type: Injectable,
|
|
12296
12296
|
args: [{
|
|
12297
12297
|
providedIn: 'root'
|
|
@@ -12316,9 +12316,9 @@ class ClientPortfolioReportService {
|
|
|
12316
12316
|
}));
|
|
12317
12317
|
}
|
|
12318
12318
|
}
|
|
12319
|
-
ClientPortfolioReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12320
|
-
ClientPortfolioReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12321
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12319
|
+
ClientPortfolioReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientPortfolioReportService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12320
|
+
ClientPortfolioReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientPortfolioReportService, providedIn: 'root' });
|
|
12321
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientPortfolioReportService, decorators: [{
|
|
12322
12322
|
type: Injectable,
|
|
12323
12323
|
args: [{
|
|
12324
12324
|
providedIn: 'root'
|
|
@@ -12378,9 +12378,9 @@ class FirmService {
|
|
|
12378
12378
|
return this.getAll().pipe(map((firms) => firms.filter((firm) => firm.type === type)));
|
|
12379
12379
|
}
|
|
12380
12380
|
}
|
|
12381
|
-
FirmService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12382
|
-
FirmService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12383
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12381
|
+
FirmService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FirmService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12382
|
+
FirmService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FirmService, providedIn: 'root' });
|
|
12383
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FirmService, decorators: [{
|
|
12384
12384
|
type: Injectable,
|
|
12385
12385
|
args: [{
|
|
12386
12386
|
providedIn: 'root'
|
|
@@ -12454,9 +12454,9 @@ class IncomeSourceForecastService extends RestService {
|
|
|
12454
12454
|
}).flat();
|
|
12455
12455
|
}
|
|
12456
12456
|
}
|
|
12457
|
-
IncomeSourceForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12458
|
-
IncomeSourceForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12459
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12457
|
+
IncomeSourceForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12458
|
+
IncomeSourceForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceForecastService, providedIn: 'root' });
|
|
12459
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceForecastService, decorators: [{
|
|
12460
12460
|
type: Injectable,
|
|
12461
12461
|
args: [{
|
|
12462
12462
|
providedIn: 'root'
|
|
@@ -12526,9 +12526,9 @@ class SalaryForecastService extends RestService {
|
|
|
12526
12526
|
}).flat();
|
|
12527
12527
|
}
|
|
12528
12528
|
}
|
|
12529
|
-
SalaryForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12530
|
-
SalaryForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12531
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12529
|
+
SalaryForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SalaryForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12530
|
+
SalaryForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SalaryForecastService, providedIn: 'root' });
|
|
12531
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SalaryForecastService, decorators: [{
|
|
12532
12532
|
type: Injectable,
|
|
12533
12533
|
args: [{
|
|
12534
12534
|
providedIn: 'root'
|
|
@@ -12604,9 +12604,9 @@ class SoleForecastService extends RestService {
|
|
|
12604
12604
|
});
|
|
12605
12605
|
}
|
|
12606
12606
|
}
|
|
12607
|
-
SoleForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12608
|
-
SoleForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12609
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12607
|
+
SoleForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12608
|
+
SoleForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleForecastService, providedIn: 'root' });
|
|
12609
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleForecastService, decorators: [{
|
|
12610
12610
|
type: Injectable,
|
|
12611
12611
|
args: [{
|
|
12612
12612
|
providedIn: 'root'
|
|
@@ -12685,9 +12685,9 @@ class IncomeSourceService extends RestService {
|
|
|
12685
12685
|
});
|
|
12686
12686
|
}
|
|
12687
12687
|
}
|
|
12688
|
-
IncomeSourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12689
|
-
IncomeSourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12690
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12688
|
+
IncomeSourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12689
|
+
IncomeSourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceService, providedIn: 'root' });
|
|
12690
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceService, decorators: [{
|
|
12691
12691
|
type: Injectable,
|
|
12692
12692
|
args: [{
|
|
12693
12693
|
providedIn: 'root'
|
|
@@ -12748,9 +12748,9 @@ class BorrowingExpenseService {
|
|
|
12748
12748
|
}));
|
|
12749
12749
|
}
|
|
12750
12750
|
}
|
|
12751
|
-
BorrowingExpenseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12752
|
-
BorrowingExpenseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12753
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12751
|
+
BorrowingExpenseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BorrowingExpenseService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12752
|
+
BorrowingExpenseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BorrowingExpenseService, providedIn: 'root' });
|
|
12753
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BorrowingExpenseService, decorators: [{
|
|
12754
12754
|
type: Injectable,
|
|
12755
12755
|
args: [{
|
|
12756
12756
|
providedIn: 'root'
|
|
@@ -12830,9 +12830,9 @@ class LoanService extends RestService$1 {
|
|
|
12830
12830
|
}));
|
|
12831
12831
|
}
|
|
12832
12832
|
}
|
|
12833
|
-
LoanService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12834
|
-
LoanService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12835
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12833
|
+
LoanService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LoanService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12834
|
+
LoanService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LoanService, providedIn: 'root' });
|
|
12835
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LoanService, decorators: [{
|
|
12836
12836
|
type: Injectable,
|
|
12837
12837
|
args: [{
|
|
12838
12838
|
providedIn: 'root'
|
|
@@ -12849,9 +12849,9 @@ class BorrowingReportService extends RestService$1 {
|
|
|
12849
12849
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
12850
12850
|
}
|
|
12851
12851
|
}
|
|
12852
|
-
BorrowingReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12853
|
-
BorrowingReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12854
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12852
|
+
BorrowingReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BorrowingReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12853
|
+
BorrowingReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BorrowingReportService, providedIn: 'root' });
|
|
12854
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BorrowingReportService, decorators: [{
|
|
12855
12855
|
type: Injectable,
|
|
12856
12856
|
args: [{
|
|
12857
12857
|
providedIn: 'root'
|
|
@@ -12877,9 +12877,9 @@ class PropertyCategoryService extends RestService$1 {
|
|
|
12877
12877
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
12878
12878
|
}
|
|
12879
12879
|
}
|
|
12880
|
-
PropertyCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12881
|
-
PropertyCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12882
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12880
|
+
PropertyCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12881
|
+
PropertyCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryService, providedIn: 'root' });
|
|
12882
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryService, decorators: [{
|
|
12883
12883
|
type: Injectable,
|
|
12884
12884
|
args: [{
|
|
12885
12885
|
providedIn: 'root'
|
|
@@ -12895,9 +12895,9 @@ class PropertyCategoryMovementService extends RestService$1 {
|
|
|
12895
12895
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
12896
12896
|
}
|
|
12897
12897
|
}
|
|
12898
|
-
PropertyCategoryMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12899
|
-
PropertyCategoryMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12900
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12898
|
+
PropertyCategoryMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12899
|
+
PropertyCategoryMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryMovementService, providedIn: 'root' });
|
|
12900
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryMovementService, decorators: [{
|
|
12901
12901
|
type: Injectable,
|
|
12902
12902
|
args: [{
|
|
12903
12903
|
providedIn: 'root'
|
|
@@ -12948,9 +12948,9 @@ class PropertyDocumentService extends RestService$1 {
|
|
|
12948
12948
|
});
|
|
12949
12949
|
}
|
|
12950
12950
|
}
|
|
12951
|
-
PropertyDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12952
|
-
PropertyDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12953
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12951
|
+
PropertyDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12952
|
+
PropertyDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyDocumentService, providedIn: 'root' });
|
|
12953
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyDocumentService, decorators: [{
|
|
12954
12954
|
type: Injectable,
|
|
12955
12955
|
args: [{
|
|
12956
12956
|
providedIn: 'root'
|
|
@@ -13029,9 +13029,9 @@ class TaxExemptionService extends DataService {
|
|
|
13029
13029
|
this.setCache(TaxExemptions);
|
|
13030
13030
|
}
|
|
13031
13031
|
}
|
|
13032
|
-
TaxExemptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13033
|
-
TaxExemptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13034
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13032
|
+
TaxExemptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxExemptionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13033
|
+
TaxExemptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxExemptionService, providedIn: 'root' });
|
|
13034
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxExemptionService, decorators: [{
|
|
13035
13035
|
type: Injectable,
|
|
13036
13036
|
args: [{
|
|
13037
13037
|
providedIn: 'root'
|
|
@@ -13047,9 +13047,9 @@ class PropertySaleService extends RestService$1 {
|
|
|
13047
13047
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
13048
13048
|
}
|
|
13049
13049
|
}
|
|
13050
|
-
PropertySaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13051
|
-
PropertySaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13052
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13050
|
+
PropertySaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertySaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13051
|
+
PropertySaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertySaleService, providedIn: 'root' });
|
|
13052
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertySaleService, decorators: [{
|
|
13053
13053
|
type: Injectable,
|
|
13054
13054
|
args: [{
|
|
13055
13055
|
providedIn: 'root'
|
|
@@ -13095,9 +13095,9 @@ class PropertyShareService extends RestService$1 {
|
|
|
13095
13095
|
this.listenCSE(PropertySale, ['post', 'delete'], this.refreshCache);
|
|
13096
13096
|
}
|
|
13097
13097
|
}
|
|
13098
|
-
PropertyShareService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13099
|
-
PropertyShareService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13100
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13098
|
+
PropertyShareService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyShareService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13099
|
+
PropertyShareService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyShareService, providedIn: 'root' });
|
|
13100
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyShareService, decorators: [{
|
|
13101
13101
|
type: Injectable,
|
|
13102
13102
|
args: [{
|
|
13103
13103
|
providedIn: 'root'
|
|
@@ -13127,9 +13127,9 @@ class PropertyValuationService extends RestService$1 {
|
|
|
13127
13127
|
return super.put(valuation, `${this.apiUrl}/${propertyId}/valuations/${valuation.id}`);
|
|
13128
13128
|
}
|
|
13129
13129
|
}
|
|
13130
|
-
PropertyValuationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13131
|
-
PropertyValuationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13132
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13130
|
+
PropertyValuationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyValuationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13131
|
+
PropertyValuationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyValuationService, providedIn: 'root' });
|
|
13132
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyValuationService, decorators: [{
|
|
13133
13133
|
type: Injectable,
|
|
13134
13134
|
args: [{
|
|
13135
13135
|
providedIn: 'root'
|
|
@@ -13242,9 +13242,9 @@ class PropertyService extends RestService$1 {
|
|
|
13242
13242
|
}));
|
|
13243
13243
|
}
|
|
13244
13244
|
}
|
|
13245
|
-
PropertyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13246
|
-
PropertyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13247
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13245
|
+
PropertyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13246
|
+
PropertyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyService, providedIn: 'root' });
|
|
13247
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyService, decorators: [{
|
|
13248
13248
|
type: Injectable,
|
|
13249
13249
|
args: [{
|
|
13250
13250
|
providedIn: 'root'
|
|
@@ -13298,9 +13298,9 @@ class ServiceNotificationService extends RestService {
|
|
|
13298
13298
|
});
|
|
13299
13299
|
}
|
|
13300
13300
|
}
|
|
13301
|
-
ServiceNotificationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13302
|
-
ServiceNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13303
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13301
|
+
ServiceNotificationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceNotificationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13302
|
+
ServiceNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceNotificationService, providedIn: 'root' });
|
|
13303
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceNotificationService, decorators: [{
|
|
13304
13304
|
type: Injectable,
|
|
13305
13305
|
args: [{
|
|
13306
13306
|
providedIn: 'root'
|
|
@@ -13329,9 +13329,9 @@ class SoleBusinessService extends RestService {
|
|
|
13329
13329
|
}));
|
|
13330
13330
|
}
|
|
13331
13331
|
}
|
|
13332
|
-
SoleBusinessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13333
|
-
SoleBusinessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13334
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13332
|
+
SoleBusinessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13333
|
+
SoleBusinessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessService, providedIn: 'root' });
|
|
13334
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessService, decorators: [{
|
|
13335
13335
|
type: Injectable,
|
|
13336
13336
|
args: [{
|
|
13337
13337
|
providedIn: 'root'
|
|
@@ -13346,9 +13346,9 @@ class SoleBusinessActivityService extends RestService {
|
|
|
13346
13346
|
this.isHydra = true;
|
|
13347
13347
|
}
|
|
13348
13348
|
}
|
|
13349
|
-
SoleBusinessActivityService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13350
|
-
SoleBusinessActivityService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13351
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13349
|
+
SoleBusinessActivityService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessActivityService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13350
|
+
SoleBusinessActivityService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessActivityService, providedIn: 'root' });
|
|
13351
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessActivityService, decorators: [{
|
|
13352
13352
|
type: Injectable,
|
|
13353
13353
|
args: [{
|
|
13354
13354
|
providedIn: 'root'
|
|
@@ -13374,9 +13374,9 @@ class SoleBusinessLossService extends RestService {
|
|
|
13374
13374
|
});
|
|
13375
13375
|
}
|
|
13376
13376
|
}
|
|
13377
|
-
SoleBusinessLossService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13378
|
-
SoleBusinessLossService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13379
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13377
|
+
SoleBusinessLossService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13378
|
+
SoleBusinessLossService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossService, providedIn: 'root' });
|
|
13379
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossService, decorators: [{
|
|
13380
13380
|
type: Injectable,
|
|
13381
13381
|
args: [{
|
|
13382
13382
|
providedIn: 'root'
|
|
@@ -13394,9 +13394,9 @@ class SoleBusinessLossOffsetRuleService extends RestService {
|
|
|
13394
13394
|
this.isHydra = true;
|
|
13395
13395
|
}
|
|
13396
13396
|
}
|
|
13397
|
-
SoleBusinessLossOffsetRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13398
|
-
SoleBusinessLossOffsetRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13399
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13397
|
+
SoleBusinessLossOffsetRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13398
|
+
SoleBusinessLossOffsetRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' });
|
|
13399
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossOffsetRuleService, decorators: [{
|
|
13400
13400
|
type: Injectable,
|
|
13401
13401
|
args: [{
|
|
13402
13402
|
providedIn: 'root'
|
|
@@ -13411,9 +13411,9 @@ class SoleContactService extends RestService {
|
|
|
13411
13411
|
this.isHydra = true;
|
|
13412
13412
|
}
|
|
13413
13413
|
}
|
|
13414
|
-
SoleContactService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13415
|
-
SoleContactService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13416
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13414
|
+
SoleContactService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleContactService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13415
|
+
SoleContactService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleContactService, providedIn: 'root' });
|
|
13416
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleContactService, decorators: [{
|
|
13417
13417
|
type: Injectable,
|
|
13418
13418
|
args: [{
|
|
13419
13419
|
providedIn: 'root'
|
|
@@ -13469,9 +13469,9 @@ class SoleDepreciationMethodService {
|
|
|
13469
13469
|
});
|
|
13470
13470
|
}
|
|
13471
13471
|
}
|
|
13472
|
-
SoleDepreciationMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13473
|
-
SoleDepreciationMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13474
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13472
|
+
SoleDepreciationMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDepreciationMethodService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13473
|
+
SoleDepreciationMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDepreciationMethodService, providedIn: 'root' });
|
|
13474
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDepreciationMethodService, decorators: [{
|
|
13475
13475
|
type: Injectable,
|
|
13476
13476
|
args: [{
|
|
13477
13477
|
providedIn: 'root'
|
|
@@ -13524,9 +13524,9 @@ class SoleDetailsService {
|
|
|
13524
13524
|
}));
|
|
13525
13525
|
}
|
|
13526
13526
|
}
|
|
13527
|
-
SoleDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13528
|
-
SoleDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13529
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13527
|
+
SoleDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDetailsService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13528
|
+
SoleDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDetailsService, providedIn: 'root' });
|
|
13529
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDetailsService, decorators: [{
|
|
13530
13530
|
type: Injectable,
|
|
13531
13531
|
args: [{
|
|
13532
13532
|
providedIn: 'root'
|
|
@@ -13600,9 +13600,9 @@ class SoleInvoiceService extends RestService {
|
|
|
13600
13600
|
});
|
|
13601
13601
|
}
|
|
13602
13602
|
}
|
|
13603
|
-
SoleInvoiceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13604
|
-
SoleInvoiceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13605
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13603
|
+
SoleInvoiceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13604
|
+
SoleInvoiceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceService, providedIn: 'root' });
|
|
13605
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceService, decorators: [{
|
|
13606
13606
|
type: Injectable,
|
|
13607
13607
|
args: [{
|
|
13608
13608
|
providedIn: 'root'
|
|
@@ -13617,9 +13617,9 @@ class SoleInvoiceTemplateService extends RestService {
|
|
|
13617
13617
|
this.isHydra = true;
|
|
13618
13618
|
}
|
|
13619
13619
|
}
|
|
13620
|
-
SoleInvoiceTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13621
|
-
SoleInvoiceTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13622
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13620
|
+
SoleInvoiceTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceTemplateService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13621
|
+
SoleInvoiceTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceTemplateService, providedIn: 'root' });
|
|
13622
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceTemplateService, decorators: [{
|
|
13623
13623
|
type: Injectable,
|
|
13624
13624
|
args: [{
|
|
13625
13625
|
providedIn: 'root'
|
|
@@ -13634,9 +13634,9 @@ class BasReportService extends RestService {
|
|
|
13634
13634
|
this.isHydra = true;
|
|
13635
13635
|
}
|
|
13636
13636
|
}
|
|
13637
|
-
BasReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13638
|
-
BasReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13639
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13637
|
+
BasReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13638
|
+
BasReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasReportService, providedIn: 'root' });
|
|
13639
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasReportService, decorators: [{
|
|
13640
13640
|
type: Injectable,
|
|
13641
13641
|
args: [{
|
|
13642
13642
|
providedIn: 'root'
|
|
@@ -13662,9 +13662,9 @@ class ServicePaymentService extends RestService$1 {
|
|
|
13662
13662
|
return this.http.get(`${this.environment.apiV2}/service-payments/${payment.id}/invoice-url`);
|
|
13663
13663
|
}
|
|
13664
13664
|
}
|
|
13665
|
-
ServicePaymentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13666
|
-
ServicePaymentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13667
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13665
|
+
ServicePaymentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13666
|
+
ServicePaymentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentService, providedIn: 'root' });
|
|
13667
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentService, decorators: [{
|
|
13668
13668
|
type: Injectable,
|
|
13669
13669
|
args: [{
|
|
13670
13670
|
providedIn: 'root'
|
|
@@ -13712,9 +13712,9 @@ class ServicePaymentMethodService extends RestService$1 {
|
|
|
13712
13712
|
});
|
|
13713
13713
|
}
|
|
13714
13714
|
}
|
|
13715
|
-
ServicePaymentMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13716
|
-
ServicePaymentMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13717
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13715
|
+
ServicePaymentMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentMethodService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13716
|
+
ServicePaymentMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentMethodService, providedIn: 'root' });
|
|
13717
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentMethodService, decorators: [{
|
|
13718
13718
|
type: Injectable,
|
|
13719
13719
|
args: [{
|
|
13720
13720
|
providedIn: 'root'
|
|
@@ -13737,9 +13737,9 @@ class ServicePriceService extends RestService$1 {
|
|
|
13737
13737
|
this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
|
|
13738
13738
|
}
|
|
13739
13739
|
}
|
|
13740
|
-
ServicePriceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13741
|
-
ServicePriceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13742
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13740
|
+
ServicePriceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePriceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13741
|
+
ServicePriceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePriceService, providedIn: 'root' });
|
|
13742
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePriceService, decorators: [{
|
|
13743
13743
|
type: Injectable,
|
|
13744
13744
|
args: [{
|
|
13745
13745
|
providedIn: 'root'
|
|
@@ -13868,9 +13868,9 @@ class SubscriptionService extends RestService$1 {
|
|
|
13868
13868
|
});
|
|
13869
13869
|
}
|
|
13870
13870
|
}
|
|
13871
|
-
SubscriptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13872
|
-
SubscriptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13873
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13871
|
+
SubscriptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SubscriptionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: ToastService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13872
|
+
SubscriptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SubscriptionService, providedIn: 'root' });
|
|
13873
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SubscriptionService, decorators: [{
|
|
13874
13874
|
type: Injectable,
|
|
13875
13875
|
args: [{
|
|
13876
13876
|
providedIn: 'root'
|
|
@@ -13890,9 +13890,9 @@ class ServiceProductService extends RestService$1 {
|
|
|
13890
13890
|
this.isApiPlatform = true;
|
|
13891
13891
|
}
|
|
13892
13892
|
}
|
|
13893
|
-
ServiceProductService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13894
|
-
ServiceProductService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13895
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13893
|
+
ServiceProductService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceProductService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13894
|
+
ServiceProductService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceProductService, providedIn: 'root' });
|
|
13895
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceProductService, decorators: [{
|
|
13896
13896
|
type: Injectable,
|
|
13897
13897
|
args: [{
|
|
13898
13898
|
providedIn: 'root'
|
|
@@ -14018,9 +14018,9 @@ class TaxReviewHistoryService extends RestService {
|
|
|
14018
14018
|
});
|
|
14019
14019
|
}
|
|
14020
14020
|
}
|
|
14021
|
-
TaxReviewHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14022
|
-
TaxReviewHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14023
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14021
|
+
TaxReviewHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewHistoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14022
|
+
TaxReviewHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewHistoryService, providedIn: 'root' });
|
|
14023
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewHistoryService, decorators: [{
|
|
14024
14024
|
type: Injectable,
|
|
14025
14025
|
args: [{
|
|
14026
14026
|
providedIn: 'root'
|
|
@@ -14109,9 +14109,9 @@ class TaxReviewService extends RestService {
|
|
|
14109
14109
|
});
|
|
14110
14110
|
}
|
|
14111
14111
|
}
|
|
14112
|
-
TaxReviewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14113
|
-
TaxReviewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14114
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14112
|
+
TaxReviewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14113
|
+
TaxReviewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewService, providedIn: 'root' });
|
|
14114
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewService, decorators: [{
|
|
14115
14115
|
type: Injectable,
|
|
14116
14116
|
args: [{
|
|
14117
14117
|
providedIn: 'root'
|
|
@@ -14382,9 +14382,9 @@ class TaxSummaryService {
|
|
|
14382
14382
|
});
|
|
14383
14383
|
}
|
|
14384
14384
|
}
|
|
14385
|
-
TaxSummaryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14386
|
-
TaxSummaryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14387
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14385
|
+
TaxSummaryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxSummaryService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14386
|
+
TaxSummaryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxSummaryService, providedIn: 'root' });
|
|
14387
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxSummaryService, decorators: [{
|
|
14388
14388
|
type: Injectable,
|
|
14389
14389
|
args: [{
|
|
14390
14390
|
providedIn: 'root'
|
|
@@ -14403,9 +14403,9 @@ class AllocationRuleService extends RestService$1 {
|
|
|
14403
14403
|
this.isApiPlatform = true;
|
|
14404
14404
|
}
|
|
14405
14405
|
}
|
|
14406
|
-
AllocationRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14407
|
-
AllocationRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14408
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14406
|
+
AllocationRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AllocationRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14407
|
+
AllocationRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AllocationRuleService, providedIn: 'root' });
|
|
14408
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AllocationRuleService, decorators: [{
|
|
14409
14409
|
type: Injectable,
|
|
14410
14410
|
args: [{
|
|
14411
14411
|
providedIn: 'root'
|
|
@@ -14495,9 +14495,9 @@ class TransactionAllocationService extends RestService {
|
|
|
14495
14495
|
});
|
|
14496
14496
|
}
|
|
14497
14497
|
}
|
|
14498
|
-
TransactionAllocationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14499
|
-
TransactionAllocationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14500
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14498
|
+
TransactionAllocationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionAllocationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14499
|
+
TransactionAllocationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionAllocationService, providedIn: 'root' });
|
|
14500
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionAllocationService, decorators: [{
|
|
14501
14501
|
type: Injectable,
|
|
14502
14502
|
args: [{
|
|
14503
14503
|
providedIn: 'root'
|
|
@@ -14754,9 +14754,9 @@ class TransactionService extends RestService {
|
|
|
14754
14754
|
});
|
|
14755
14755
|
}
|
|
14756
14756
|
}
|
|
14757
|
-
TransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14758
|
-
TransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14759
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14757
|
+
TransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14758
|
+
TransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionService, providedIn: 'root' });
|
|
14759
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionService, decorators: [{
|
|
14760
14760
|
type: Injectable,
|
|
14761
14761
|
args: [{
|
|
14762
14762
|
providedIn: 'root'
|
|
@@ -14785,9 +14785,9 @@ class TutorialVideoService {
|
|
|
14785
14785
|
}
|
|
14786
14786
|
TutorialVideoService.googleUrl = `https://www.googleapis.com/drive/v3/files?fields=*&mimeType='video/mp4'&orderBy=name`;
|
|
14787
14787
|
TutorialVideoService.parents = '1uLMLzi8WUy2go9xhfzJEwgFwOM43dukM';
|
|
14788
|
-
TutorialVideoService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14789
|
-
TutorialVideoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14790
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14788
|
+
TutorialVideoService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TutorialVideoService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14789
|
+
TutorialVideoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TutorialVideoService, providedIn: 'root' });
|
|
14790
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TutorialVideoService, decorators: [{
|
|
14791
14791
|
type: Injectable,
|
|
14792
14792
|
args: [{
|
|
14793
14793
|
providedIn: 'root'
|
|
@@ -14808,9 +14808,9 @@ class VehicleService extends RestService$1 {
|
|
|
14808
14808
|
this.modelClass = Vehicle;
|
|
14809
14809
|
}
|
|
14810
14810
|
}
|
|
14811
|
-
VehicleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14812
|
-
VehicleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14813
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14811
|
+
VehicleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14812
|
+
VehicleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleService, providedIn: 'root' });
|
|
14813
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleService, decorators: [{
|
|
14814
14814
|
type: Injectable,
|
|
14815
14815
|
args: [{
|
|
14816
14816
|
providedIn: 'root'
|
|
@@ -14891,9 +14891,9 @@ class VehicleClaimService extends RestService {
|
|
|
14891
14891
|
combineLatest(batch$).subscribe();
|
|
14892
14892
|
}
|
|
14893
14893
|
}
|
|
14894
|
-
VehicleClaimService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14895
|
-
VehicleClaimService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14896
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14894
|
+
VehicleClaimService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14895
|
+
VehicleClaimService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimService, providedIn: 'root' });
|
|
14896
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimService, decorators: [{
|
|
14897
14897
|
type: Injectable,
|
|
14898
14898
|
args: [{
|
|
14899
14899
|
providedIn: 'root'
|
|
@@ -14970,9 +14970,9 @@ class VehicleClaimDetailsService {
|
|
|
14970
14970
|
this.update(vehicleClaimDetails).subscribe();
|
|
14971
14971
|
}
|
|
14972
14972
|
}
|
|
14973
|
-
VehicleClaimDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14974
|
-
VehicleClaimDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14975
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14973
|
+
VehicleClaimDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimDetailsService, deps: [{ token: 'environment' }, { token: i1.HttpClient }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14974
|
+
VehicleClaimDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimDetailsService, providedIn: 'root' });
|
|
14975
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimDetailsService, decorators: [{
|
|
14976
14976
|
type: Injectable,
|
|
14977
14977
|
args: [{
|
|
14978
14978
|
providedIn: 'root'
|
|
@@ -14993,9 +14993,9 @@ class VehicleLogbookService extends RestService$1 {
|
|
|
14993
14993
|
this.modelClass = VehicleLogbook;
|
|
14994
14994
|
}
|
|
14995
14995
|
}
|
|
14996
|
-
VehicleLogbookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14997
|
-
VehicleLogbookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14998
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14996
|
+
VehicleLogbookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleLogbookService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14997
|
+
VehicleLogbookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleLogbookService, providedIn: 'root' });
|
|
14998
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleLogbookService, decorators: [{
|
|
14999
14999
|
type: Injectable,
|
|
15000
15000
|
args: [{
|
|
15001
15001
|
providedIn: 'root'
|
|
@@ -15020,9 +15020,9 @@ class AnnualClientDetailsService extends RestService$1 {
|
|
|
15020
15020
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch', 'delete'];
|
|
15021
15021
|
}
|
|
15022
15022
|
}
|
|
15023
|
-
AnnualClientDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15024
|
-
AnnualClientDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15025
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15023
|
+
AnnualClientDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AnnualClientDetailsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15024
|
+
AnnualClientDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AnnualClientDetailsService, providedIn: 'root' });
|
|
15025
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AnnualClientDetailsService, decorators: [{
|
|
15026
15026
|
type: Injectable,
|
|
15027
15027
|
args: [{
|
|
15028
15028
|
providedIn: 'root'
|
|
@@ -15053,9 +15053,9 @@ class OccupationService {
|
|
|
15053
15053
|
return this.occupationsSubject.asObservable();
|
|
15054
15054
|
}
|
|
15055
15055
|
}
|
|
15056
|
-
OccupationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15057
|
-
OccupationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15058
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15056
|
+
OccupationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: OccupationService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15057
|
+
OccupationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: OccupationService, providedIn: 'root' });
|
|
15058
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: OccupationService, decorators: [{
|
|
15059
15059
|
type: Injectable,
|
|
15060
15060
|
args: [{
|
|
15061
15061
|
providedIn: 'root'
|
|
@@ -15130,9 +15130,9 @@ class UserEventSettingService extends RestService {
|
|
|
15130
15130
|
}));
|
|
15131
15131
|
}
|
|
15132
15132
|
}
|
|
15133
|
-
UserEventSettingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15134
|
-
UserEventSettingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15135
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15133
|
+
UserEventSettingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventSettingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15134
|
+
UserEventSettingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventSettingService, providedIn: 'root' });
|
|
15135
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventSettingService, decorators: [{
|
|
15136
15136
|
type: Injectable,
|
|
15137
15137
|
args: [{
|
|
15138
15138
|
providedIn: 'root'
|
|
@@ -15147,9 +15147,9 @@ class UserEventTypeService extends RestService {
|
|
|
15147
15147
|
this.isHydra = true;
|
|
15148
15148
|
}
|
|
15149
15149
|
}
|
|
15150
|
-
UserEventTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15151
|
-
UserEventTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15152
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15150
|
+
UserEventTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15151
|
+
UserEventTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventTypeService, providedIn: 'root' });
|
|
15152
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventTypeService, decorators: [{
|
|
15153
15153
|
type: Injectable,
|
|
15154
15154
|
args: [{
|
|
15155
15155
|
providedIn: 'root'
|
|
@@ -15173,9 +15173,9 @@ class UsersInviteService extends RestService {
|
|
|
15173
15173
|
this.url = 'users/invite';
|
|
15174
15174
|
}
|
|
15175
15175
|
}
|
|
15176
|
-
UsersInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15177
|
-
UsersInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15178
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15176
|
+
UsersInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UsersInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15177
|
+
UsersInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UsersInviteService, providedIn: 'root' });
|
|
15178
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UsersInviteService, decorators: [{
|
|
15179
15179
|
type: Injectable,
|
|
15180
15180
|
args: [{
|
|
15181
15181
|
providedIn: 'root'
|
|
@@ -15260,9 +15260,9 @@ class UserService extends RestService$1 {
|
|
|
15260
15260
|
this.eventDispatcherService.on(AppEventTypeEnum.BASIQ_CONSENT_UPDATED).subscribe(() => this.refreshCache());
|
|
15261
15261
|
}
|
|
15262
15262
|
}
|
|
15263
|
-
UserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15264
|
-
UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15265
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15263
|
+
UserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15264
|
+
UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserService, providedIn: 'root' });
|
|
15265
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserService, decorators: [{
|
|
15266
15266
|
type: Injectable,
|
|
15267
15267
|
args: [{
|
|
15268
15268
|
providedIn: 'root'
|
|
@@ -15284,9 +15284,9 @@ class FinancialYearService {
|
|
|
15284
15284
|
}));
|
|
15285
15285
|
}
|
|
15286
15286
|
}
|
|
15287
|
-
FinancialYearService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15288
|
-
FinancialYearService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15289
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15287
|
+
FinancialYearService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15288
|
+
FinancialYearService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearService, providedIn: 'root' });
|
|
15289
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearService, decorators: [{
|
|
15290
15290
|
type: Injectable,
|
|
15291
15291
|
args: [{
|
|
15292
15292
|
providedIn: 'root'
|
|
@@ -15310,9 +15310,9 @@ class HoldingService extends RestService$1 {
|
|
|
15310
15310
|
this.listenCSE(HoldingSale, ['post', 'put', 'delete'], this.refreshCache);
|
|
15311
15311
|
}
|
|
15312
15312
|
}
|
|
15313
|
-
HoldingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15314
|
-
HoldingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15315
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15313
|
+
HoldingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15314
|
+
HoldingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingService, providedIn: 'root' });
|
|
15315
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingService, decorators: [{
|
|
15316
15316
|
type: Injectable,
|
|
15317
15317
|
args: [{
|
|
15318
15318
|
providedIn: 'root'
|
|
@@ -15329,9 +15329,9 @@ class HoldingTypeService extends RestService$1 {
|
|
|
15329
15329
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
15330
15330
|
}
|
|
15331
15331
|
}
|
|
15332
|
-
HoldingTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15333
|
-
HoldingTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15334
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15332
|
+
HoldingTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15333
|
+
HoldingTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeService, providedIn: 'root' });
|
|
15334
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeService, decorators: [{
|
|
15335
15335
|
type: Injectable,
|
|
15336
15336
|
args: [{
|
|
15337
15337
|
providedIn: 'root'
|
|
@@ -15348,9 +15348,9 @@ class HoldingSaleService extends RestService$1 {
|
|
|
15348
15348
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
15349
15349
|
}
|
|
15350
15350
|
}
|
|
15351
|
-
HoldingSaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15352
|
-
HoldingSaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15353
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15351
|
+
HoldingSaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingSaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15352
|
+
HoldingSaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingSaleService, providedIn: 'root' });
|
|
15353
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingSaleService, decorators: [{
|
|
15354
15354
|
type: Injectable,
|
|
15355
15355
|
args: [{
|
|
15356
15356
|
providedIn: 'root'
|
|
@@ -15445,9 +15445,9 @@ class HoldingTypeExchangeService extends DataService {
|
|
|
15445
15445
|
this.setCache(HoldingTypeExchanges);
|
|
15446
15446
|
}
|
|
15447
15447
|
}
|
|
15448
|
-
HoldingTypeExchangeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15449
|
-
HoldingTypeExchangeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15450
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15448
|
+
HoldingTypeExchangeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeExchangeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15449
|
+
HoldingTypeExchangeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeExchangeService, providedIn: 'root' });
|
|
15450
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeExchangeService, decorators: [{
|
|
15451
15451
|
type: Injectable,
|
|
15452
15452
|
args: [{
|
|
15453
15453
|
providedIn: 'root'
|
|
@@ -15551,9 +15551,9 @@ class IncomeSourceTypeService extends DataService {
|
|
|
15551
15551
|
this.setCache(IncomeSourceTypes);
|
|
15552
15552
|
}
|
|
15553
15553
|
}
|
|
15554
|
-
IncomeSourceTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15555
|
-
IncomeSourceTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15556
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15554
|
+
IncomeSourceTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceTypeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15555
|
+
IncomeSourceTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceTypeService, providedIn: 'root' });
|
|
15556
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceTypeService, decorators: [{
|
|
15557
15557
|
type: Injectable,
|
|
15558
15558
|
args: [{
|
|
15559
15559
|
providedIn: 'root'
|
|
@@ -15575,9 +15575,9 @@ class ChartAccountsValueService extends DataService {
|
|
|
15575
15575
|
return this.getCache().find((ca) => ca.chartAccounts.id === chartAccountsId && new FinancialYear().year === ca.financialYear).value;
|
|
15576
15576
|
}
|
|
15577
15577
|
}
|
|
15578
|
-
ChartAccountsValueService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15579
|
-
ChartAccountsValueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15580
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15578
|
+
ChartAccountsValueService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsValueService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15579
|
+
ChartAccountsValueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsValueService, providedIn: 'root' });
|
|
15580
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsValueService, decorators: [{
|
|
15581
15581
|
type: Injectable,
|
|
15582
15582
|
args: [{
|
|
15583
15583
|
providedIn: 'root'
|
|
@@ -17667,9 +17667,9 @@ class TaxReturnItemService extends DataService {
|
|
|
17667
17667
|
this.setCache(TaxReturnItems);
|
|
17668
17668
|
}
|
|
17669
17669
|
}
|
|
17670
|
-
TaxReturnItemService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17671
|
-
TaxReturnItemService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17672
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
17670
|
+
TaxReturnItemService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReturnItemService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
17671
|
+
TaxReturnItemService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReturnItemService, providedIn: 'root' });
|
|
17672
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReturnItemService, decorators: [{
|
|
17673
17673
|
type: Injectable,
|
|
17674
17674
|
args: [{
|
|
17675
17675
|
providedIn: 'root'
|
|
@@ -17899,9 +17899,9 @@ class AccountSetupService {
|
|
|
17899
17899
|
return this.create(AccountSetupItemsEnum.BANK_FEEDS, this.bankAccountsService.getArray());
|
|
17900
17900
|
}
|
|
17901
17901
|
}
|
|
17902
|
-
AccountSetupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17903
|
-
AccountSetupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17904
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
17902
|
+
AccountSetupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AccountSetupService, deps: [{ token: ClientIncomeTypesService }, { token: PropertyService }, { token: IncomeSourceService }, { token: BankAccountService }, { token: TransactionAllocationService }, { token: VehicleClaimService }, { token: TransactionService }, { token: SoleBusinessService }, { token: HoldingService }, { token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
17903
|
+
AccountSetupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AccountSetupService, providedIn: 'root' });
|
|
17904
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AccountSetupService, decorators: [{
|
|
17905
17905
|
type: Injectable,
|
|
17906
17906
|
args: [{
|
|
17907
17907
|
providedIn: 'root'
|
|
@@ -17927,9 +17927,9 @@ class RewardfulService {
|
|
|
17927
17927
|
});
|
|
17928
17928
|
}
|
|
17929
17929
|
}
|
|
17930
|
-
RewardfulService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17931
|
-
RewardfulService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17932
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
17930
|
+
RewardfulService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RewardfulService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
17931
|
+
RewardfulService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RewardfulService, providedIn: 'root' });
|
|
17932
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RewardfulService, decorators: [{
|
|
17933
17933
|
type: Injectable,
|
|
17934
17934
|
args: [{
|
|
17935
17935
|
providedIn: 'root'
|
|
@@ -17965,9 +17965,9 @@ class UserSwitcherService {
|
|
|
17965
17965
|
window.location.replace('/firm/dashboard');
|
|
17966
17966
|
}
|
|
17967
17967
|
}
|
|
17968
|
-
UserSwitcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17969
|
-
UserSwitcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17970
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
17968
|
+
UserSwitcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
17969
|
+
UserSwitcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherService, providedIn: 'root' });
|
|
17970
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherService, decorators: [{
|
|
17971
17971
|
type: Injectable,
|
|
17972
17972
|
args: [{
|
|
17973
17973
|
providedIn: 'root'
|
|
@@ -18009,9 +18009,9 @@ class AssetsService {
|
|
|
18009
18009
|
return this.http.delete(`${this.environment.apiV2}/${asset.entityType}/${entityId}/${asset.type}/${asset.id}`);
|
|
18010
18010
|
}
|
|
18011
18011
|
}
|
|
18012
|
-
AssetsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
18013
|
-
AssetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
18014
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
18012
|
+
AssetsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AssetsService, deps: [{ token: i1.HttpClient }, { token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
18013
|
+
AssetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AssetsService, providedIn: 'root' });
|
|
18014
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AssetsService, decorators: [{
|
|
18015
18015
|
type: Injectable,
|
|
18016
18016
|
args: [{
|
|
18017
18017
|
providedIn: 'root'
|
|
@@ -18070,9 +18070,9 @@ class BankTransactionCalculationService {
|
|
|
18070
18070
|
return allocations.getByBankTransactionsIds(bankTransactions.debitTransactions.getIds()).amount;
|
|
18071
18071
|
}
|
|
18072
18072
|
}
|
|
18073
|
-
BankTransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
18074
|
-
BankTransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
18075
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
18073
|
+
BankTransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
18074
|
+
BankTransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionCalculationService, providedIn: 'root' });
|
|
18075
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionCalculationService, decorators: [{
|
|
18076
18076
|
type: Injectable,
|
|
18077
18077
|
args: [{
|
|
18078
18078
|
providedIn: 'root'
|
|
@@ -18101,9 +18101,9 @@ class BankAccountCalculationService {
|
|
|
18101
18101
|
return bankAccounts.currentBalance - this.getTaxTankBalance(bankAccounts.getLoanAccounts(), bankTransactions, allocations);
|
|
18102
18102
|
}
|
|
18103
18103
|
}
|
|
18104
|
-
BankAccountCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
18105
|
-
BankAccountCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
18106
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
18104
|
+
BankAccountCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountCalculationService, deps: [{ token: BankTransactionCalculationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
18105
|
+
BankAccountCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountCalculationService, providedIn: 'root' });
|
|
18106
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountCalculationService, decorators: [{
|
|
18107
18107
|
type: Injectable,
|
|
18108
18108
|
args: [{
|
|
18109
18109
|
providedIn: 'root'
|
|
@@ -18131,9 +18131,9 @@ class ExportFormatterService {
|
|
|
18131
18131
|
}));
|
|
18132
18132
|
}
|
|
18133
18133
|
}
|
|
18134
|
-
ExportFormatterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
18135
|
-
ExportFormatterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
18136
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
18134
|
+
ExportFormatterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ExportFormatterService, deps: [{ token: i1$1.CurrencyPipe }, { token: i1$1.PercentPipe }, { token: i1$1.DatePipe }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
18135
|
+
ExportFormatterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ExportFormatterService, providedIn: 'root' });
|
|
18136
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ExportFormatterService, decorators: [{
|
|
18137
18137
|
type: Injectable,
|
|
18138
18138
|
args: [{
|
|
18139
18139
|
providedIn: 'root'
|
|
@@ -18154,9 +18154,9 @@ class HeaderTitleService {
|
|
|
18154
18154
|
}), filter((route) => route.outlet === 'primary'), mergeMap((route) => route.data));
|
|
18155
18155
|
}
|
|
18156
18156
|
}
|
|
18157
|
-
HeaderTitleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
18158
|
-
HeaderTitleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
18159
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
18157
|
+
HeaderTitleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HeaderTitleService, deps: [{ token: i4.Router }, { token: i4.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
18158
|
+
HeaderTitleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HeaderTitleService, providedIn: 'root' });
|
|
18159
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HeaderTitleService, decorators: [{
|
|
18160
18160
|
type: Injectable,
|
|
18161
18161
|
args: [{
|
|
18162
18162
|
providedIn: 'root'
|
|
@@ -18190,9 +18190,9 @@ class IntercomService {
|
|
|
18190
18190
|
window.Intercom('boot', connectionCredentials);
|
|
18191
18191
|
}
|
|
18192
18192
|
}
|
|
18193
|
-
IntercomService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
18194
|
-
IntercomService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
18195
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
18193
|
+
IntercomService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IntercomService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
18194
|
+
IntercomService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IntercomService, providedIn: 'root' });
|
|
18195
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IntercomService, decorators: [{
|
|
18196
18196
|
type: Injectable,
|
|
18197
18197
|
args: [{
|
|
18198
18198
|
providedIn: 'root'
|
|
@@ -18262,9 +18262,9 @@ class PdfFromDomElementService {
|
|
|
18262
18262
|
.then((blob) => new File([blob], filename, { type: 'application/pdf' })));
|
|
18263
18263
|
}
|
|
18264
18264
|
}
|
|
18265
|
-
PdfFromDomElementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
18266
|
-
PdfFromDomElementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
18267
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
18265
|
+
PdfFromDomElementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDomElementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
18266
|
+
PdfFromDomElementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDomElementService, providedIn: 'root' });
|
|
18267
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDomElementService, decorators: [{
|
|
18268
18268
|
type: Injectable,
|
|
18269
18269
|
args: [{
|
|
18270
18270
|
providedIn: 'root'
|
|
@@ -18358,9 +18358,9 @@ class PdfFromTableService {
|
|
|
18358
18358
|
.setTextColor(FILE_SETTINGS.text.colorPrimary);
|
|
18359
18359
|
}
|
|
18360
18360
|
}
|
|
18361
|
-
PdfFromTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
18362
|
-
PdfFromTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
18363
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
18361
|
+
PdfFromTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromTableService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
18362
|
+
PdfFromTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromTableService, providedIn: 'root' });
|
|
18363
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromTableService, decorators: [{
|
|
18364
18364
|
type: Injectable,
|
|
18365
18365
|
args: [{
|
|
18366
18366
|
providedIn: 'root'
|
|
@@ -18399,9 +18399,9 @@ class PdfFromDataTableService extends PdfFromTableService {
|
|
|
18399
18399
|
return pdf;
|
|
18400
18400
|
}
|
|
18401
18401
|
}
|
|
18402
|
-
PdfFromDataTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
18403
|
-
PdfFromDataTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
18404
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
18402
|
+
PdfFromDataTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
18403
|
+
PdfFromDataTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDataTableService, providedIn: 'root' });
|
|
18404
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDataTableService, decorators: [{
|
|
18405
18405
|
type: Injectable,
|
|
18406
18406
|
args: [{
|
|
18407
18407
|
providedIn: 'root'
|
|
@@ -18437,9 +18437,9 @@ class PdfFromHtmlTableService extends PdfFromTableService {
|
|
|
18437
18437
|
return pdf;
|
|
18438
18438
|
}
|
|
18439
18439
|
}
|
|
18440
|
-
PdfFromHtmlTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
18441
|
-
PdfFromHtmlTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
18442
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
18440
|
+
PdfFromHtmlTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromHtmlTableService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
18441
|
+
PdfFromHtmlTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromHtmlTableService, providedIn: 'root' });
|
|
18442
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromHtmlTableService, decorators: [{
|
|
18443
18443
|
type: Injectable,
|
|
18444
18444
|
args: [{
|
|
18445
18445
|
providedIn: 'root'
|
|
@@ -18464,9 +18464,9 @@ class PreloaderService {
|
|
|
18464
18464
|
this.activePreloaders.next(activePreloaders);
|
|
18465
18465
|
}
|
|
18466
18466
|
}
|
|
18467
|
-
PreloaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
18468
|
-
PreloaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
18469
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
18467
|
+
PreloaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
18468
|
+
PreloaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderService, providedIn: 'root' });
|
|
18469
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderService, decorators: [{
|
|
18470
18470
|
type: Injectable,
|
|
18471
18471
|
args: [{
|
|
18472
18472
|
providedIn: 'root'
|
|
@@ -18493,9 +18493,9 @@ class EquityPositionChartService {
|
|
|
18493
18493
|
}))));
|
|
18494
18494
|
}
|
|
18495
18495
|
}
|
|
18496
|
-
EquityPositionChartService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
18497
|
-
EquityPositionChartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
18498
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
18496
|
+
EquityPositionChartService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EquityPositionChartService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
18497
|
+
EquityPositionChartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EquityPositionChartService, providedIn: 'root' });
|
|
18498
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EquityPositionChartService, decorators: [{
|
|
18499
18499
|
type: Injectable,
|
|
18500
18500
|
args: [{
|
|
18501
18501
|
providedIn: 'root'
|
|
@@ -18668,9 +18668,9 @@ class PropertyCalculationService {
|
|
|
18668
18668
|
}
|
|
18669
18669
|
}
|
|
18670
18670
|
}
|
|
18671
|
-
PropertyCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
18672
|
-
PropertyCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
18673
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
18671
|
+
PropertyCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
18672
|
+
PropertyCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCalculationService, providedIn: 'root' });
|
|
18673
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCalculationService, decorators: [{
|
|
18674
18674
|
type: Injectable,
|
|
18675
18675
|
args: [{
|
|
18676
18676
|
providedIn: 'root'
|
|
@@ -18723,9 +18723,9 @@ class PropertyTransactionReportService {
|
|
|
18723
18723
|
.getWithoutBorrowingExpenses()));
|
|
18724
18724
|
}
|
|
18725
18725
|
}
|
|
18726
|
-
PropertyTransactionReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
18727
|
-
PropertyTransactionReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
18728
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
18726
|
+
PropertyTransactionReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyTransactionReportService, deps: [{ token: PropertyService }, { token: TransactionService }, { token: DepreciationService }, { token: ChartAccountsService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
18727
|
+
PropertyTransactionReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyTransactionReportService, providedIn: 'root' });
|
|
18728
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyTransactionReportService, decorators: [{
|
|
18729
18729
|
type: Injectable,
|
|
18730
18730
|
args: [{
|
|
18731
18731
|
providedIn: 'root'
|
|
@@ -18796,9 +18796,9 @@ class TransactionCalculationService {
|
|
|
18796
18796
|
return bankTransactions.sumBy('amount') - allocations.getByBankTransactionsIds(bankTransactions.getIds()).sumBy('amount');
|
|
18797
18797
|
}
|
|
18798
18798
|
}
|
|
18799
|
-
TransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
18800
|
-
TransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
18801
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
18799
|
+
TransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
18800
|
+
TransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionCalculationService, providedIn: 'root' });
|
|
18801
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionCalculationService, decorators: [{
|
|
18802
18802
|
type: Injectable,
|
|
18803
18803
|
args: [{
|
|
18804
18804
|
providedIn: 'root'
|
|
@@ -18858,9 +18858,9 @@ class LogbookBestPeriodService {
|
|
|
18858
18858
|
});
|
|
18859
18859
|
}
|
|
18860
18860
|
}
|
|
18861
|
-
LogbookBestPeriodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
18862
|
-
LogbookBestPeriodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
18863
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
18861
|
+
LogbookBestPeriodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LogbookBestPeriodService, deps: [{ token: VehicleClaimDetailsService }, { token: VehicleClaimService }, { token: VehicleLogbookService }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
18862
|
+
LogbookBestPeriodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LogbookBestPeriodService, providedIn: 'root' });
|
|
18863
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LogbookBestPeriodService, decorators: [{
|
|
18864
18864
|
type: Injectable,
|
|
18865
18865
|
args: [{
|
|
18866
18866
|
providedIn: 'root'
|
|
@@ -18938,9 +18938,9 @@ class XlsxService {
|
|
|
18938
18938
|
FileSaver.saveAs(data, `${fileName}.xlsx`);
|
|
18939
18939
|
}
|
|
18940
18940
|
}
|
|
18941
|
-
XlsxService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
18942
|
-
XlsxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
18943
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
18941
|
+
XlsxService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: XlsxService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
18942
|
+
XlsxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: XlsxService, providedIn: 'root' });
|
|
18943
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: XlsxService, decorators: [{
|
|
18944
18944
|
type: Injectable,
|
|
18945
18945
|
args: [{
|
|
18946
18946
|
providedIn: 'root'
|
|
@@ -19070,9 +19070,9 @@ class JwtInterceptor {
|
|
|
19070
19070
|
});
|
|
19071
19071
|
}
|
|
19072
19072
|
}
|
|
19073
|
-
JwtInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
19074
|
-
JwtInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
19075
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19073
|
+
JwtInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtInterceptor, deps: [{ token: JwtService }, { token: AuthService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19074
|
+
JwtInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtInterceptor });
|
|
19075
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtInterceptor, decorators: [{
|
|
19076
19076
|
type: Injectable
|
|
19077
19077
|
}], ctorParameters: function () { return [{ type: JwtService }, { type: AuthService }, { type: undefined, decorators: [{
|
|
19078
19078
|
type: Inject,
|
|
@@ -19118,9 +19118,9 @@ class UserSwitcherInterceptor {
|
|
|
19118
19118
|
return next.handle(this.switch(request, this.userSwitcherService.get()));
|
|
19119
19119
|
}
|
|
19120
19120
|
}
|
|
19121
|
-
UserSwitcherInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
19122
|
-
UserSwitcherInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
19123
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19121
|
+
UserSwitcherInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherInterceptor, deps: [{ token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19122
|
+
UserSwitcherInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherInterceptor });
|
|
19123
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherInterceptor, decorators: [{
|
|
19124
19124
|
type: Injectable
|
|
19125
19125
|
}], ctorParameters: function () { return [{ type: UserSwitcherService }, { type: undefined, decorators: [{
|
|
19126
19126
|
type: Inject,
|
|
@@ -19407,9 +19407,9 @@ class PreloaderInterceptor {
|
|
|
19407
19407
|
return Object.values(ENDPOINTS).find((endpoint) => endpoint.test(requestPath));
|
|
19408
19408
|
}
|
|
19409
19409
|
}
|
|
19410
|
-
PreloaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
19411
|
-
PreloaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
19412
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19410
|
+
PreloaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19411
|
+
PreloaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderInterceptor });
|
|
19412
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderInterceptor, decorators: [{
|
|
19413
19413
|
type: Injectable
|
|
19414
19414
|
}], ctorParameters: function () { return [{ type: PreloaderService }]; } });
|
|
19415
19415
|
|
|
@@ -19435,9 +19435,9 @@ class BasiqTokenInterceptor {
|
|
|
19435
19435
|
});
|
|
19436
19436
|
}
|
|
19437
19437
|
}
|
|
19438
|
-
BasiqTokenInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
19439
|
-
BasiqTokenInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
19440
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19438
|
+
BasiqTokenInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenInterceptor, deps: [{ token: BasiqTokenService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19439
|
+
BasiqTokenInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenInterceptor });
|
|
19440
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenInterceptor, decorators: [{
|
|
19441
19441
|
type: Injectable
|
|
19442
19442
|
}], ctorParameters: function () { return [{ type: BasiqTokenService }]; } });
|
|
19443
19443
|
|
|
@@ -19461,17 +19461,17 @@ class BasiqClientIdInterceptor {
|
|
|
19461
19461
|
});
|
|
19462
19462
|
}
|
|
19463
19463
|
}
|
|
19464
|
-
BasiqClientIdInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
19465
|
-
BasiqClientIdInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
19466
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19464
|
+
BasiqClientIdInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqClientIdInterceptor, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19465
|
+
BasiqClientIdInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqClientIdInterceptor });
|
|
19466
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqClientIdInterceptor, decorators: [{
|
|
19467
19467
|
type: Injectable
|
|
19468
19468
|
}], ctorParameters: function () { return [{ type: UserService }]; } });
|
|
19469
19469
|
|
|
19470
19470
|
class InterceptorsModule {
|
|
19471
19471
|
}
|
|
19472
|
-
InterceptorsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
19473
|
-
InterceptorsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.
|
|
19474
|
-
InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.
|
|
19472
|
+
InterceptorsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
19473
|
+
InterceptorsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule });
|
|
19474
|
+
InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule, providers: [
|
|
19475
19475
|
{
|
|
19476
19476
|
provide: HTTP_INTERCEPTORS,
|
|
19477
19477
|
useClass: CorelogicInterceptor,
|
|
@@ -19509,7 +19509,7 @@ InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", vers
|
|
|
19509
19509
|
multi: true
|
|
19510
19510
|
}
|
|
19511
19511
|
] });
|
|
19512
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19512
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule, decorators: [{
|
|
19513
19513
|
type: NgModule,
|
|
19514
19514
|
args: [{
|
|
19515
19515
|
providers: [
|
|
@@ -19567,12 +19567,12 @@ class TtCoreModule {
|
|
|
19567
19567
|
};
|
|
19568
19568
|
}
|
|
19569
19569
|
}
|
|
19570
|
-
TtCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
19571
|
-
TtCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.
|
|
19570
|
+
TtCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
19571
|
+
TtCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
|
|
19572
19572
|
InterceptorsModule] });
|
|
19573
|
-
TtCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.
|
|
19573
|
+
TtCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
|
|
19574
19574
|
InterceptorsModule] });
|
|
19575
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19575
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, decorators: [{
|
|
19576
19576
|
type: NgModule,
|
|
19577
19577
|
args: [{
|
|
19578
19578
|
declarations: [],
|
|
@@ -20658,6 +20658,21 @@ function greaterThanValidator(value) {
|
|
|
20658
20658
|
};
|
|
20659
20659
|
}
|
|
20660
20660
|
|
|
20661
|
+
class UniqueEmailValidator {
|
|
20662
|
+
constructor(userService) {
|
|
20663
|
+
this.userService = userService;
|
|
20664
|
+
}
|
|
20665
|
+
validate(control) {
|
|
20666
|
+
return this.userService.search(control.value).pipe(map((user) => user ? { emailIsUsed: true } : null), catchError(() => of(null)));
|
|
20667
|
+
}
|
|
20668
|
+
}
|
|
20669
|
+
UniqueEmailValidator.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UniqueEmailValidator, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
20670
|
+
UniqueEmailValidator.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UniqueEmailValidator, providedIn: 'root' });
|
|
20671
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UniqueEmailValidator, decorators: [{
|
|
20672
|
+
type: Injectable,
|
|
20673
|
+
args: [{ providedIn: 'root' }]
|
|
20674
|
+
}], ctorParameters: function () { return [{ type: UserService }]; } });
|
|
20675
|
+
|
|
20661
20676
|
class FirmForm extends AbstractForm {
|
|
20662
20677
|
constructor(firm) {
|
|
20663
20678
|
super({
|
|
@@ -21421,38 +21436,6 @@ class PasswordForm extends AbstractForm {
|
|
|
21421
21436
|
}
|
|
21422
21437
|
}
|
|
21423
21438
|
|
|
21424
|
-
// @TODO Alex: Create a model and handle request fields via class-transformer
|
|
21425
|
-
class RegisterClientForm extends AbstractForm {
|
|
21426
|
-
constructor(referenceCode) {
|
|
21427
|
-
super({
|
|
21428
|
-
firstName: new UntypedFormControl('', [Validators.required]),
|
|
21429
|
-
lastName: new UntypedFormControl('', [Validators.required]),
|
|
21430
|
-
email: new UntypedFormControl('', [Validators.required, Validators.email]),
|
|
21431
|
-
password: new PasswordForm(),
|
|
21432
|
-
referenceCode: new UntypedFormControl(referenceCode)
|
|
21433
|
-
});
|
|
21434
|
-
}
|
|
21435
|
-
submit(data = {}) {
|
|
21436
|
-
return super.submit({ password: this.get('password').submit()?.password });
|
|
21437
|
-
}
|
|
21438
|
-
}
|
|
21439
|
-
|
|
21440
|
-
class RegisterFirmForm extends AbstractForm {
|
|
21441
|
-
constructor(firmType, referenceCode) {
|
|
21442
|
-
super({
|
|
21443
|
-
name: new UntypedFormControl('', Validators.required),
|
|
21444
|
-
abn: new UntypedFormControl('', Validators.required),
|
|
21445
|
-
tan: new UntypedFormControl({ value: '', disabled: firmType !== FirmTypeEnum.ACCOUNTANT }, Validators.required),
|
|
21446
|
-
owner: new RegisterClientForm(referenceCode),
|
|
21447
|
-
type: new UntypedFormControl(firmType)
|
|
21448
|
-
}, plainToClass(Firm, {}));
|
|
21449
|
-
this.firmType = firmType;
|
|
21450
|
-
}
|
|
21451
|
-
submit(data = {}) {
|
|
21452
|
-
return super.submit({ owner: this.get('owner').submit() });
|
|
21453
|
-
}
|
|
21454
|
-
}
|
|
21455
|
-
|
|
21456
21439
|
// @TODO Alex: Create a model and handle request fields via class-transformer
|
|
21457
21440
|
class ResetPasswordForm extends AbstractForm {
|
|
21458
21441
|
constructor() {
|
|
@@ -21517,6 +21500,38 @@ class ClientDetailsForm extends AbstractForm {
|
|
|
21517
21500
|
}
|
|
21518
21501
|
}
|
|
21519
21502
|
|
|
21503
|
+
// @TODO Alex: Create a model and handle request fields via class-transformer
|
|
21504
|
+
class RegisterClientForm extends AbstractForm {
|
|
21505
|
+
constructor(referenceCode) {
|
|
21506
|
+
super({
|
|
21507
|
+
firstName: new UntypedFormControl('', [Validators.required]),
|
|
21508
|
+
lastName: new UntypedFormControl('', [Validators.required]),
|
|
21509
|
+
email: new UntypedFormControl('', [Validators.required, Validators.email]),
|
|
21510
|
+
password: new PasswordForm(),
|
|
21511
|
+
referenceCode: new UntypedFormControl(referenceCode)
|
|
21512
|
+
});
|
|
21513
|
+
}
|
|
21514
|
+
submit(data = {}) {
|
|
21515
|
+
return super.submit({ password: this.get('password').submit()?.password });
|
|
21516
|
+
}
|
|
21517
|
+
}
|
|
21518
|
+
|
|
21519
|
+
class RegisterFirmForm extends AbstractForm {
|
|
21520
|
+
constructor(firmType, referenceCode) {
|
|
21521
|
+
super({
|
|
21522
|
+
name: new UntypedFormControl('', Validators.required),
|
|
21523
|
+
abn: new UntypedFormControl('', Validators.required),
|
|
21524
|
+
tan: new UntypedFormControl({ value: '', disabled: firmType !== FirmTypeEnum.ACCOUNTANT }, Validators.required),
|
|
21525
|
+
owner: new RegisterClientForm(referenceCode),
|
|
21526
|
+
type: new UntypedFormControl(firmType)
|
|
21527
|
+
}, plainToClass(Firm, {}));
|
|
21528
|
+
this.firmType = firmType;
|
|
21529
|
+
}
|
|
21530
|
+
submit(data = {}) {
|
|
21531
|
+
return super.submit({ owner: this.get('owner').submit() });
|
|
21532
|
+
}
|
|
21533
|
+
}
|
|
21534
|
+
|
|
21520
21535
|
/**
|
|
21521
21536
|
* https://taxtank.atlassian.net/wiki/spaces/TAXTANK/pages/4717608961/Borrowing+Power+Report+-+Property+Tank
|
|
21522
21537
|
*/
|
|
@@ -23309,5 +23324,5 @@ var MessagesEnum;
|
|
|
23309
23324
|
* Generated bundle index. Do not edit.
|
|
23310
23325
|
*/
|
|
23311
23326
|
|
|
23312
|
-
export { AbstractForm, AbstractModel, AccountSetupItem, AccountSetupItemCollection, AccountSetupService, Address, AddressForm, AddressService, AddressTypeEnum, AllocationGroup, AllocationGroupCollection, AllocationRule, AllocationRuleCollection, AllocationRuleConditionComparisonOperatorEnum, AllocationRuleConditionFieldEnum, AllocationRuleConditionOperatorEnum, AllocationRuleForm, AllocationRuleService, AllocationRuleTransaction, AllocationRuleTransactionMetaField, AllocationRuleTypeEnum, AlphabetColorsEnum, AnnualClientDetails, AnnualClientDetailsForm, AnnualClientDetailsService, AnnualFrequencyEnum, AppEvent, AppEvent2, AppEventTypeEnum, AppFile, AssetEntityTypeEnum, AssetSale, AssetSaleCollection, AssetTypeEnum, AssetsService, AuthService, BANK_ACCOUNT_TYPES, Badge, BadgeColorEnum, Bank, BankAccount, BankAccountAddManualForm, BankAccountAllocationForm, BankAccountCalculationService, BankAccountChartData, BankAccountCollection, BankAccountImportForm, BankAccountPropertiesForm, BankAccountProperty, BankAccountService, BankAccountStatusEnum, BankAccountTypeEnum, BankAccountsImportForm, BankConnection, BankConnectionMessagesEnum, BankConnectionService, BankConnectionStatusEnum, BankExternalStats, BankPopularEnum, BankProviderEnum, BankService, BankTransaction, BankTransactionCalculationService, BankTransactionChartData, BankTransactionCollection, BankTransactionService, BankTransactionSummaryFieldsEnum, BankTransactionTypeEnum, BasReport, BasReportForm, BasReportService, BasiqConfig, BasiqJob, BasiqJobResponse, BasiqJobStep, BasiqMessagesEnum, BasiqService, BasiqToken, BasiqTokenService, BorrowingExpense, BorrowingExpenseLoan, BorrowingExpenseService, BorrowingReport, BorrowingReportForm, BorrowingReportMessagesEnum, BorrowingReportService, Budget, BudgetForm, BudgetMessagesEnum, BudgetRule, BudgetService, BusinessTypeEnum, CAPITAL_COSTS_ITEMS, CHART_ACCOUNTS_CATEGORIES, CalculationFormItem, CalculationFormTypeEnum, CgtExemptionAndRolloverCodeEnum, ChartAccounts, ChartAccountsCategoryECollection, ChartAccountsCategoryEnum, ChartAccountsCollection, ChartAccountsDepreciation, ChartAccountsDepreciationService, ChartAccountsEtpEnum, ChartAccountsHeading, ChartAccountsHeadingListEnum, ChartAccountsHeadingTaxDeductibleEnum, ChartAccountsHeadingTaxableEnum, ChartAccountsHeadingVehicleListEnum, ChartAccountsHoldingUntaxedIncomeListEnum, ChartAccountsInvoiceExpenseEnum, ChartAccountsKeepSign, ChartAccountsListEnum, ChartAccountsMetaField, ChartAccountsMetaFieldListEnum, ChartAccountsMetaFieldTypeEnum, ChartAccountsSalaryAdjustmentsListEnum, ChartAccountsSalaryIncludedListEnum, ChartAccountsService, ChartAccountsTaxLabelsEnum, ChartAccountsTypeEnum, ChartAccountsValue, ChartAccountsValueService, ChartData, ChartSerie, Chat, ChatCollection, ChatService, ChatStatusEnum, ChatViewTypeEnum, ClientCollection, ClientDetails, ClientDetailsForm, ClientDetailsMedicareExemptionEnum, ClientDetailsWorkDepreciationCalculationEnum, ClientDetailsWorkingHolidayMakerEnum, ClientIncomeTypes, ClientIncomeTypesForm, ClientIncomeTypesService, ClientInvite, ClientInviteCollection, ClientInviteMessages, 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, DepreciationReportItem, DepreciationReportItemCollection, DepreciationService, DepreciationTypeEnum, DepreciationWriteOffAmountEnum, Dictionary, Document, DocumentApiUrlPrefixEnum, DocumentFolder, DocumentFolderForm, DocumentFolderMessagesEnum, DocumentFolderService, DocumentForm, DocumentMessagesEnum, DocumentService, DocumentTypeEnum, ENDPOINTS, EmployeeCollection, EmployeeDetails, EmployeeInvite, EmployeeInviteService, EmployeeMessagesEnum, EmployeeService, Endpoint, EquityPositionChartService, EventDispatcherService, ExportDataTable, ExportFormatEnum, ExportFormatterService, ExportableCollection, FacebookService, FileService, FileValidator, FinancialYear, FinancialYearService, Firm, FirmForm, FirmMessagesEnum, FirmService, FirmTypeEnum, FormValidationsEnum, GoogleService, HeaderTitleService, Holding, HoldingCollection, HoldingForm, HoldingIncomeForm, HoldingMessagesEnum, HoldingReinvest, HoldingReinvestForm, HoldingSale, HoldingSaleCollection, HoldingSaleForm, HoldingSaleMessagesEnum, HoldingSaleService, HoldingService, HoldingType, HoldingTypeCategoryEnum, HoldingTypeCollection, HoldingTypeExchange, HoldingTypeExchangeService, HoldingTypeForm, HoldingTypeMessagesEnum, HoldingTypeService, IconsFileEnum, IncomeAmountTypeEnum, IncomePosition, IncomeSource, IncomeSourceChartData, IncomeSourceCollection, IncomeSourceForecast, IncomeSourceForecastCollection, IncomeSourceForecastService, IncomeSourceForecastTrustTypeEnum, IncomeSourceService, IncomeSourceType, IncomeSourceTypeEnum, IncomeSourceTypeListHoldingEnum, IncomeSourceTypeListOtherEnum, IncomeSourceTypeListSoleEnum, IncomeSourceTypeListWorkEnum, IncomeSourceTypeService, InterceptorsModule, IntercomService, InviteStatusEnum, JsPdf, JwtService, Loan, LoanBankTypeEnum, LoanCollection, LoanForm, LoanFrequencyEnum, LoanInterestTypeEnum, LoanInterestTypeLabelEnum, LoanMaxNumberOfPaymentsEnum, LoanPayment, LoanPaymentCollection, LoanPayout, LoanPayoutTypeEnum, LoanRepaymentFrequencyEnum, LoanRepaymentTypeEnum, LoanRepaymentTypeLabelEnum, LoanService, LoanTypeEnum, LoanVehicleTypeEnum, LogbookBestPeriodService, LogbookPeriod, LoginForm, LossTypeEnum, MODULE_URL_LIST, MONTHS, Message, MessageCollection, MessageDocument, MessageDocumentCollection, MessageDocumentService, MessageService, MessagesEnum, MonthNameShortEnum, MonthNumberEnum, MyAccountHistory, MyAccountHistoryInitiatedByEnum, MyAccountHistoryStatusEnum, MyAccountHistoryTypeEnum, MyTaxBusinessDetails, MyTaxBusinessDetailsForm, MyTaxBusinessIncome, MyTaxBusinessIncomeForm, MyTaxBusinessIncomeOrLossesForm, MyTaxBusinessLosses, MyTaxBusinessLossesForm, MyTaxCgt, MyTaxCgtForm, MyTaxDeductions, MyTaxDeductionsForm, MyTaxDividends, MyTaxDividendsForm, MyTaxEstimate, MyTaxIncomeStatements, MyTaxIncomeStatementsForm, MyTaxIncomeTests, MyTaxIncomeTestsForm, MyTaxInterest, MyTaxInterestForm, MyTaxLosses, MyTaxLossesForm, MyTaxMedicareForm, MyTaxOffsets, MyTaxOffsetsForm, MyTaxOtherIncome, MyTaxOtherIncomeForm, MyTaxPartnershipsAndTrusts, MyTaxPartnershipsAndTrustsForm, MyTaxRent, MyTaxRentForm, Notification, Occupation, OccupationService, PASSWORD_REGEXPS, PasswordForm, PdfFromDataTableService, PdfFromDomElementService, PdfFromHtmlTableService, PdfFromTableService, PdfOrientationEnum, PdfSettings, Phone, PhoneForm, PhoneTypeEnum, PreloaderService, Property, PropertyCalculationService, PropertyCategory, PropertyCategoryListEnum, PropertyCategoryMovement, PropertyCategoryMovementCollection, PropertyCategoryMovementService, PropertyCategoryService, PropertyCollection, PropertyDepreciationCalculationEnum, PropertyDocument, PropertyDocumentForm, PropertyDocumentMessagesEnum, PropertyDocumentService, PropertyEditForm, PropertyEquityChartData, PropertyEquityChartItem, PropertyEquityChartTypeEnum, PropertyForecast, PropertyMessagesEnum, PropertyReportItem, PropertyReportItemCollection, PropertyReportItemDepreciation, PropertyReportItemDepreciationCollection, PropertyReportItemTransaction, PropertyReportItemTransactionCollection, PropertySale, PropertySaleCollection, PropertySaleCostBase, PropertySaleCostBaseForm, PropertySaleCostSaleForm, PropertySaleExemptionsForm, PropertySaleService, PropertySaleTaxExemptionMetaField, PropertySaleTaxExemptionMetaFieldCollection, PropertyService, PropertyShare, PropertyShareAccessEnum, PropertyShareCollection, PropertyShareService, PropertyShareStatusEnum, PropertySubscription, PropertyTransactionReportService, PropertyValuation, PropertyValuationForm, PropertyValuationMessages, PropertyValuationService, 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, ServicePromoCode, ServiceSubscription, ServiceSubscriptionCollection, ServiceSubscriptionItem, ServiceSubscriptionStatusEnum, ShareFilterOptionsEnum, SoleBusiness, SoleBusinessActivity, SoleBusinessActivityService, SoleBusinessAllocation, SoleBusinessAllocationsForm, SoleBusinessForm, SoleBusinessLoss, SoleBusinessLossForm, SoleBusinessLossOffsetRule, SoleBusinessLossOffsetRuleService, SoleBusinessLossReport, SoleBusinessLossService, SoleBusinessLossesCollection, SoleBusinessMessagesEnum, SoleBusinessService, SoleContact, SoleContactForm, SoleContactService, SoleDepreciationMethod, SoleDepreciationMethodEnum, SoleDepreciationMethodForm, SoleDepreciationMethodService, SoleDetails, SoleDetailsForm, SoleDetailsService, SoleForecast, SoleForecastService, SoleInvoice, SoleInvoiceCollection, SoleInvoiceForm, SoleInvoiceItem, SoleInvoiceItemCollection, SoleInvoiceItemForm, SoleInvoiceService, SoleInvoiceStatusesEnum, SoleInvoiceTaxTypeEnum, SoleInvoiceTemplate, SoleInvoiceTemplateForm, SoleInvoiceTemplateService, SoleInvoiceTemplateTaxTypeEnum, SpareDocumentSpareTypeEnum, SseService, StatesEnum, SubscriptionItemCollection, SubscriptionMessagesEnum, SubscriptionService, TAX_RETURN_CATEGORIES, TYPE_LOAN, TankTypeEnum, TaxCalculationMedicareExemptionEnum, TaxCalculationTypeEnum, TaxExemption, TaxExemptionEnum, TaxExemptionMetaField, TaxExemptionMetaFieldEnum, TaxExemptionService, TaxReturn, TaxReturnCategory, TaxReturnCategoryListEnum, TaxReturnCategorySectionEnum, TaxReturnItem, TaxReturnItemEnum, TaxReturnItemService, 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, TransactionService, TransactionSourceEnum, TransactionTypeEnum, TtCoreModule, TutorialVideoService, USER_ROLES, USER_WORK_POSITION, User, UserEventSetting, UserEventSettingCollection, UserEventSettingFieldEnum, UserEventSettingService, UserEventStatusEnum, UserEventType, UserEventTypeCategory, UserEventTypeClientTypeEnum, UserEventTypeCollection, UserEventTypeEmployeeTypeEnum, UserEventTypeFrequencyEnum, UserEventTypeService, UserEventTypeUserTypeEnum, UserForm, UserInviteForm, UserMedicareExemptionEnum, UserMessagesEnum, UserRolesEnum, UserService, UserStatusEnum, UserSwitcherService, UserTitleEnum, UserToRegister, UserWorkDepreciationCalculationEnum, UserWorkingHolidayMakerEnum, UsersInviteService, Vehicle, VehicleClaim, VehicleClaimCollection, VehicleClaimDetails, VehicleClaimDetailsForm, VehicleClaimDetailsMethodEnum, VehicleClaimDetailsService, VehicleClaimForm, VehicleClaimService, VehicleExpense, VehicleExpenseCollection, VehicleForm, VehicleLogbook, VehicleLogbookCollection, VehicleLogbookForm, VehicleLogbookMessages, VehicleLogbookPurposeEnum, VehicleLogbookService, VehicleMessagesEnum, VehicleService, WorkExpenseForm, WorkIncomeForm, XlsxService, atLeastOneCheckedValidator, atoLinks, autocompleteValidator, cloneDeep, compare, compareMatOptions, conditionalValidator, createDate, currentFinYearValidator, displayMatOptions, enumToList, fieldsSumValidator, getDocIcon, greaterThanValidator, minDateValidator, passwordMatchValidator, passwordValidator, replace, sort, sortDeep, taxReviewFilterPredicate, toArray };
|
|
23327
|
+
export { AbstractForm, AbstractModel, AccountSetupItem, AccountSetupItemCollection, AccountSetupService, Address, AddressForm, AddressService, AddressTypeEnum, AllocationGroup, AllocationGroupCollection, AllocationRule, AllocationRuleCollection, AllocationRuleConditionComparisonOperatorEnum, AllocationRuleConditionFieldEnum, AllocationRuleConditionOperatorEnum, AllocationRuleForm, AllocationRuleService, AllocationRuleTransaction, AllocationRuleTransactionMetaField, AllocationRuleTypeEnum, AlphabetColorsEnum, AnnualClientDetails, AnnualClientDetailsForm, AnnualClientDetailsService, AnnualFrequencyEnum, AppEvent, AppEvent2, AppEventTypeEnum, AppFile, AssetEntityTypeEnum, AssetSale, AssetSaleCollection, AssetTypeEnum, AssetsService, AuthService, BANK_ACCOUNT_TYPES, Badge, BadgeColorEnum, Bank, BankAccount, BankAccountAddManualForm, BankAccountAllocationForm, BankAccountCalculationService, BankAccountChartData, BankAccountCollection, BankAccountImportForm, BankAccountPropertiesForm, BankAccountProperty, BankAccountService, BankAccountStatusEnum, BankAccountTypeEnum, BankAccountsImportForm, BankConnection, BankConnectionMessagesEnum, BankConnectionService, BankConnectionStatusEnum, BankExternalStats, BankPopularEnum, BankProviderEnum, BankService, BankTransaction, BankTransactionCalculationService, BankTransactionChartData, BankTransactionCollection, BankTransactionService, BankTransactionSummaryFieldsEnum, BankTransactionTypeEnum, BasReport, BasReportForm, BasReportService, BasiqConfig, BasiqJob, BasiqJobResponse, BasiqJobStep, BasiqMessagesEnum, BasiqService, BasiqToken, BasiqTokenService, BorrowingExpense, BorrowingExpenseLoan, BorrowingExpenseService, BorrowingReport, BorrowingReportForm, BorrowingReportMessagesEnum, BorrowingReportService, Budget, BudgetForm, BudgetMessagesEnum, BudgetRule, BudgetService, BusinessTypeEnum, CAPITAL_COSTS_ITEMS, CHART_ACCOUNTS_CATEGORIES, CalculationFormItem, CalculationFormTypeEnum, CgtExemptionAndRolloverCodeEnum, ChartAccounts, ChartAccountsCategoryECollection, ChartAccountsCategoryEnum, ChartAccountsCollection, ChartAccountsDepreciation, ChartAccountsDepreciationService, ChartAccountsEtpEnum, ChartAccountsHeading, ChartAccountsHeadingListEnum, ChartAccountsHeadingTaxDeductibleEnum, ChartAccountsHeadingTaxableEnum, ChartAccountsHeadingVehicleListEnum, ChartAccountsHoldingUntaxedIncomeListEnum, ChartAccountsInvoiceExpenseEnum, ChartAccountsKeepSign, ChartAccountsListEnum, ChartAccountsMetaField, ChartAccountsMetaFieldListEnum, ChartAccountsMetaFieldTypeEnum, ChartAccountsSalaryAdjustmentsListEnum, ChartAccountsSalaryIncludedListEnum, ChartAccountsService, ChartAccountsTaxLabelsEnum, ChartAccountsTypeEnum, ChartAccountsValue, ChartAccountsValueService, ChartData, ChartSerie, Chat, ChatCollection, ChatService, ChatStatusEnum, ChatViewTypeEnum, ClientCollection, ClientDetails, ClientDetailsForm, ClientDetailsMedicareExemptionEnum, ClientDetailsWorkDepreciationCalculationEnum, ClientDetailsWorkingHolidayMakerEnum, ClientIncomeTypes, ClientIncomeTypesForm, ClientIncomeTypesService, ClientInvite, ClientInviteCollection, ClientInviteMessages, 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, DepreciationReportItem, DepreciationReportItemCollection, DepreciationService, DepreciationTypeEnum, DepreciationWriteOffAmountEnum, Dictionary, Document, DocumentApiUrlPrefixEnum, DocumentFolder, DocumentFolderForm, DocumentFolderMessagesEnum, DocumentFolderService, DocumentForm, DocumentMessagesEnum, DocumentService, DocumentTypeEnum, ENDPOINTS, EmployeeCollection, EmployeeDetails, EmployeeInvite, EmployeeInviteService, EmployeeMessagesEnum, EmployeeService, Endpoint, EquityPositionChartService, EventDispatcherService, ExportDataTable, ExportFormatEnum, ExportFormatterService, ExportableCollection, FacebookService, FileService, FileValidator, FinancialYear, FinancialYearService, Firm, FirmForm, FirmMessagesEnum, FirmService, FirmTypeEnum, FormValidationsEnum, GoogleService, HeaderTitleService, Holding, HoldingCollection, HoldingForm, HoldingIncomeForm, HoldingMessagesEnum, HoldingReinvest, HoldingReinvestForm, HoldingSale, HoldingSaleCollection, HoldingSaleForm, HoldingSaleMessagesEnum, HoldingSaleService, HoldingService, HoldingType, HoldingTypeCategoryEnum, HoldingTypeCollection, HoldingTypeExchange, HoldingTypeExchangeService, HoldingTypeForm, HoldingTypeMessagesEnum, HoldingTypeService, IconsFileEnum, IncomeAmountTypeEnum, IncomePosition, IncomeSource, IncomeSourceChartData, IncomeSourceCollection, IncomeSourceForecast, IncomeSourceForecastCollection, IncomeSourceForecastService, IncomeSourceForecastTrustTypeEnum, IncomeSourceService, IncomeSourceType, IncomeSourceTypeEnum, IncomeSourceTypeListHoldingEnum, IncomeSourceTypeListOtherEnum, IncomeSourceTypeListSoleEnum, IncomeSourceTypeListWorkEnum, IncomeSourceTypeService, InterceptorsModule, IntercomService, InviteStatusEnum, JsPdf, JwtService, Loan, LoanBankTypeEnum, LoanCollection, LoanForm, LoanFrequencyEnum, LoanInterestTypeEnum, LoanInterestTypeLabelEnum, LoanMaxNumberOfPaymentsEnum, LoanPayment, LoanPaymentCollection, LoanPayout, LoanPayoutTypeEnum, LoanRepaymentFrequencyEnum, LoanRepaymentTypeEnum, LoanRepaymentTypeLabelEnum, LoanService, LoanTypeEnum, LoanVehicleTypeEnum, LogbookBestPeriodService, LogbookPeriod, LoginForm, LossTypeEnum, MODULE_URL_LIST, MONTHS, Message, MessageCollection, MessageDocument, MessageDocumentCollection, MessageDocumentService, MessageService, MessagesEnum, MonthNameShortEnum, MonthNumberEnum, MyAccountHistory, MyAccountHistoryInitiatedByEnum, MyAccountHistoryStatusEnum, MyAccountHistoryTypeEnum, MyTaxBusinessDetails, MyTaxBusinessDetailsForm, MyTaxBusinessIncome, MyTaxBusinessIncomeForm, MyTaxBusinessIncomeOrLossesForm, MyTaxBusinessLosses, MyTaxBusinessLossesForm, MyTaxCgt, MyTaxCgtForm, MyTaxDeductions, MyTaxDeductionsForm, MyTaxDividends, MyTaxDividendsForm, MyTaxEstimate, MyTaxIncomeStatements, MyTaxIncomeStatementsForm, MyTaxIncomeTests, MyTaxIncomeTestsForm, MyTaxInterest, MyTaxInterestForm, MyTaxLosses, MyTaxLossesForm, MyTaxMedicareForm, MyTaxOffsets, MyTaxOffsetsForm, MyTaxOtherIncome, MyTaxOtherIncomeForm, MyTaxPartnershipsAndTrusts, MyTaxPartnershipsAndTrustsForm, MyTaxRent, MyTaxRentForm, Notification, Occupation, OccupationService, PASSWORD_REGEXPS, PasswordForm, PdfFromDataTableService, PdfFromDomElementService, PdfFromHtmlTableService, PdfFromTableService, PdfOrientationEnum, PdfSettings, Phone, PhoneForm, PhoneTypeEnum, PreloaderService, Property, PropertyCalculationService, PropertyCategory, PropertyCategoryListEnum, PropertyCategoryMovement, PropertyCategoryMovementCollection, PropertyCategoryMovementService, PropertyCategoryService, PropertyCollection, PropertyDepreciationCalculationEnum, PropertyDocument, PropertyDocumentForm, PropertyDocumentMessagesEnum, PropertyDocumentService, PropertyEditForm, PropertyEquityChartData, PropertyEquityChartItem, PropertyEquityChartTypeEnum, PropertyForecast, PropertyMessagesEnum, PropertyReportItem, PropertyReportItemCollection, PropertyReportItemDepreciation, PropertyReportItemDepreciationCollection, PropertyReportItemTransaction, PropertyReportItemTransactionCollection, PropertySale, PropertySaleCollection, PropertySaleCostBase, PropertySaleCostBaseForm, PropertySaleCostSaleForm, PropertySaleExemptionsForm, PropertySaleService, PropertySaleTaxExemptionMetaField, PropertySaleTaxExemptionMetaFieldCollection, PropertyService, PropertyShare, PropertyShareAccessEnum, PropertyShareCollection, PropertyShareService, PropertyShareStatusEnum, PropertySubscription, PropertyTransactionReportService, PropertyValuation, PropertyValuationForm, PropertyValuationMessages, PropertyValuationService, 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, ServicePromoCode, ServiceSubscription, ServiceSubscriptionCollection, ServiceSubscriptionItem, ServiceSubscriptionStatusEnum, ShareFilterOptionsEnum, SoleBusiness, SoleBusinessActivity, SoleBusinessActivityService, SoleBusinessAllocation, SoleBusinessAllocationsForm, SoleBusinessForm, SoleBusinessLoss, SoleBusinessLossForm, SoleBusinessLossOffsetRule, SoleBusinessLossOffsetRuleService, SoleBusinessLossReport, SoleBusinessLossService, SoleBusinessLossesCollection, SoleBusinessMessagesEnum, SoleBusinessService, SoleContact, SoleContactForm, SoleContactService, SoleDepreciationMethod, SoleDepreciationMethodEnum, SoleDepreciationMethodForm, SoleDepreciationMethodService, SoleDetails, SoleDetailsForm, SoleDetailsService, SoleForecast, SoleForecastService, SoleInvoice, SoleInvoiceCollection, SoleInvoiceForm, SoleInvoiceItem, SoleInvoiceItemCollection, SoleInvoiceItemForm, SoleInvoiceService, SoleInvoiceStatusesEnum, SoleInvoiceTaxTypeEnum, SoleInvoiceTemplate, SoleInvoiceTemplateForm, SoleInvoiceTemplateService, SoleInvoiceTemplateTaxTypeEnum, SpareDocumentSpareTypeEnum, SseService, StatesEnum, SubscriptionItemCollection, SubscriptionMessagesEnum, SubscriptionService, TAX_RETURN_CATEGORIES, TYPE_LOAN, TankTypeEnum, TaxCalculationMedicareExemptionEnum, TaxCalculationTypeEnum, TaxExemption, TaxExemptionEnum, TaxExemptionMetaField, TaxExemptionMetaFieldEnum, TaxExemptionService, TaxReturn, TaxReturnCategory, TaxReturnCategoryListEnum, TaxReturnCategorySectionEnum, TaxReturnItem, TaxReturnItemEnum, TaxReturnItemService, 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, TransactionService, TransactionSourceEnum, TransactionTypeEnum, TtCoreModule, TutorialVideoService, USER_ROLES, USER_WORK_POSITION, UniqueEmailValidator, User, UserEventSetting, UserEventSettingCollection, UserEventSettingFieldEnum, UserEventSettingService, UserEventStatusEnum, UserEventType, UserEventTypeCategory, UserEventTypeClientTypeEnum, UserEventTypeCollection, UserEventTypeEmployeeTypeEnum, UserEventTypeFrequencyEnum, UserEventTypeService, UserEventTypeUserTypeEnum, UserForm, UserInviteForm, UserMedicareExemptionEnum, UserMessagesEnum, UserRolesEnum, UserService, UserStatusEnum, UserSwitcherService, UserTitleEnum, UserToRegister, UserWorkDepreciationCalculationEnum, UserWorkingHolidayMakerEnum, UsersInviteService, Vehicle, VehicleClaim, VehicleClaimCollection, VehicleClaimDetails, VehicleClaimDetailsForm, VehicleClaimDetailsMethodEnum, VehicleClaimDetailsService, VehicleClaimForm, VehicleClaimService, VehicleExpense, VehicleExpenseCollection, VehicleForm, VehicleLogbook, VehicleLogbookCollection, VehicleLogbookForm, VehicleLogbookMessages, VehicleLogbookPurposeEnum, VehicleLogbookService, VehicleMessagesEnum, VehicleService, WorkExpenseForm, WorkIncomeForm, XlsxService, atLeastOneCheckedValidator, atoLinks, autocompleteValidator, cloneDeep, compare, compareMatOptions, conditionalValidator, createDate, currentFinYearValidator, displayMatOptions, enumToList, fieldsSumValidator, getDocIcon, greaterThanValidator, minDateValidator, passwordMatchValidator, passwordValidator, replace, sort, sortDeep, taxReviewFilterPredicate, toArray };
|
|
23313
23328
|
//# sourceMappingURL=taxtank-core.mjs.map
|