taxtank-core 0.30.126 → 0.30.128
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/collections/bank-account.collection.mjs +24 -3
- package/esm2020/lib/collections/collection-dictionary.mjs +4 -3
- package/esm2020/lib/collections/property/property.collection.mjs +5 -2
- package/esm2020/lib/interceptors/basiq-client-id.interceptor.mjs +3 -3
- package/esm2020/lib/interceptors/basiq-token.interceptor.mjs +3 -3
- package/esm2020/lib/interceptors/corelogic-interceptor.mjs +3 -3
- package/esm2020/lib/interceptors/financial-year-interceptor.mjs +3 -3
- package/esm2020/lib/interceptors/interceptors.module.mjs +4 -4
- package/esm2020/lib/interceptors/jwt-interceptor.mjs +3 -3
- package/esm2020/lib/interceptors/preloader.interceptor.mjs +3 -3
- package/esm2020/lib/interceptors/user-switcher-interceptor.mjs +3 -3
- package/esm2020/lib/models/bank/bank-account.mjs +4 -1
- package/esm2020/lib/models/property/borrowing-report.mjs +34 -1
- 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-receipt/depreciation-receipt.service.mjs +3 -3
- package/esm2020/lib/services/http/depreciation/depreciation.service.mjs +3 -3
- package/esm2020/lib/services/http/document/document-folder/document-folder.service.mjs +3 -3
- package/esm2020/lib/services/http/document/document.service.mjs +3 -3
- package/esm2020/lib/services/http/facebook/facebook.service.mjs +3 -3
- package/esm2020/lib/services/http/file/file.service.mjs +3 -3
- package/esm2020/lib/services/http/firm/client-income/client-income-types.service.mjs +3 -3
- package/esm2020/lib/services/http/firm/client-invite/client-invite.service.mjs +3 -3
- package/esm2020/lib/services/http/firm/client-movement/client-movement.service.mjs +3 -3
- package/esm2020/lib/services/http/firm/employee/employee.service.mjs +3 -3
- package/esm2020/lib/services/http/firm/employee-invite/employee-invite.service.mjs +3 -3
- package/esm2020/lib/services/http/firm/firm.service.mjs +3 -3
- package/esm2020/lib/services/http/firm/portfolio-report/client-portfolio-report.service.mjs +3 -3
- package/esm2020/lib/services/http/google/google.service.mjs +3 -3
- package/esm2020/lib/services/http/holding/holding-sale.service.mjs +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-messages.enum.mjs +2 -1
- 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.service.mjs +3 -3
- package/esm2020/lib/services/http/receipt/receipt.service.mjs +3 -3
- package/esm2020/lib/services/http/rest/rest-old.service.mjs +3 -3
- package/esm2020/lib/services/http/rest/rest.service.mjs +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-receipt/transaction-receipt.service.mjs +3 -3
- package/esm2020/lib/services/http/transaction/transaction.service.mjs +3 -3
- package/esm2020/lib/services/http/tutorial-video/tutorial-video.service.mjs +3 -3
- package/esm2020/lib/services/http/user/user-event-setting/user-event-setting.service.mjs +3 -3
- package/esm2020/lib/services/http/user/user-event-type/user-event-type.service.mjs +3 -3
- package/esm2020/lib/services/http/user/user.service.mjs +3 -3
- package/esm2020/lib/services/http/user/users-invite/users-invite.service.mjs +3 -3
- package/esm2020/lib/services/http/vehicle/vehicle-claim-details.service.mjs +3 -3
- package/esm2020/lib/services/http/vehicle/vehicle-claim.service.mjs +3 -3
- package/esm2020/lib/services/http/vehicle/vehicle-logbook.service.mjs +3 -3
- package/esm2020/lib/services/http/vehicle/vehicle.service.mjs +3 -3
- package/esm2020/lib/services/intercom/intercom.service.mjs +3 -3
- package/esm2020/lib/services/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/fesm2015/taxtank-core.mjs +432 -373
- package/fesm2015/taxtank-core.mjs.map +1 -1
- package/fesm2020/taxtank-core.mjs +432 -373
- package/fesm2020/taxtank-core.mjs.map +1 -1
- package/lib/collections/bank-account.collection.d.ts +4 -1
- package/lib/collections/collection-dictionary.d.ts +2 -2
- package/lib/collections/property/property.collection.d.ts +3 -3
- package/lib/collections/property/property.collection.d.ts.map +1 -1
- package/lib/models/bank/bank-account.d.ts +1 -0
- package/lib/models/bank/bank-account.d.ts.map +1 -1
- package/lib/models/property/borrowing-report.d.ts +18 -0
- package/lib/models/property/borrowing-report.d.ts.map +1 -1
- package/lib/services/http/property/borrowing-report/borrowing-report-messages.enum.d.ts +2 -1
- package/lib/services/http/property/borrowing-report/borrowing-report-messages.enum.d.ts.map +1 -1
- package/package.json +1 -1
- package/lib/collections/bank-account.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/collection-dictionary.d.ts.map +0 -1
- package/lib/collections/collection.d.ts.map +0 -1
- package/lib/collections/exportable.collection.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/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/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/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.enum.d.ts.map +0 -1
- package/lib/db/Enums/index.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/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-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-section.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/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-frequency.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/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-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/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-receipt.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/phone.d.ts.map +0 -1
- package/lib/db/Models/property/property-category-movement.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/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.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/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-receipt.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/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/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/interceptors/corelogic-interceptor.d.ts.map +0 -1
- package/lib/interceptors/financial-year-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/document.interface.d.ts.map +0 -1
- package/lib/interfaces/documentable.interface.d.ts.map +0 -1
- package/lib/interfaces/photoable.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/bank/bank-account-property.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.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/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-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/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/event/app-event-type.enum.d.ts.map +0 -1
- package/lib/models/event/app-event.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/file/file.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-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/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/phone/phone.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/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-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-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/registration-invite/registration-invite.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/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/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/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/http/address/address.service.d.ts.map +0 -1
- package/lib/services/http/address/index.d.ts.map +0 -1
- package/lib/services/property/corelogic/corelogic.service.d.ts.map +0 -1
|
@@ -14,10 +14,10 @@ import round from 'lodash/round';
|
|
|
14
14
|
import flatten from 'lodash/flatten';
|
|
15
15
|
import hasIn from 'lodash/hasIn';
|
|
16
16
|
import intersection from 'lodash/intersection';
|
|
17
|
+
import uniqBy from 'lodash/uniqBy';
|
|
17
18
|
import first from 'lodash/first';
|
|
18
19
|
import last from 'lodash/last';
|
|
19
20
|
import orderBy from 'lodash/orderBy';
|
|
20
|
-
import uniqBy from 'lodash/uniqBy';
|
|
21
21
|
import differenceBy from 'lodash/differenceBy';
|
|
22
22
|
import uniq from 'lodash/uniq';
|
|
23
23
|
import moment from 'moment';
|
|
@@ -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.2.4", 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.2.4", ngImport: i0, type: CorelogicService, providedIn: 'root' });
|
|
77
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CorelogicService, decorators: [{
|
|
78
78
|
type: Injectable,
|
|
79
79
|
args: [{
|
|
80
80
|
providedIn: 'root'
|
|
@@ -114,9 +114,9 @@ class CorelogicInterceptor {
|
|
|
114
114
|
});
|
|
115
115
|
}
|
|
116
116
|
}
|
|
117
|
-
CorelogicInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
118
|
-
CorelogicInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
119
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
117
|
+
CorelogicInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CorelogicInterceptor, deps: [{ token: CorelogicService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
118
|
+
CorelogicInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CorelogicInterceptor });
|
|
119
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CorelogicInterceptor, decorators: [{
|
|
120
120
|
type: Injectable
|
|
121
121
|
}], ctorParameters: function () {
|
|
122
122
|
return [{ type: CorelogicService }, { type: undefined, decorators: [{
|
|
@@ -155,9 +155,9 @@ class FinancialYearInterceptor {
|
|
|
155
155
|
return next.handle(clonedReq);
|
|
156
156
|
}
|
|
157
157
|
}
|
|
158
|
-
FinancialYearInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
159
|
-
FinancialYearInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
160
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
158
|
+
FinancialYearInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
159
|
+
FinancialYearInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FinancialYearInterceptor });
|
|
160
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FinancialYearInterceptor, decorators: [{
|
|
161
161
|
type: Injectable
|
|
162
162
|
}], ctorParameters: function () {
|
|
163
163
|
return [{ type: undefined, decorators: [{
|
|
@@ -1649,13 +1649,13 @@ class CollectionDictionary {
|
|
|
1649
1649
|
return this.items[key] ? this.items[key] : this.createCollection([]);
|
|
1650
1650
|
}
|
|
1651
1651
|
/**
|
|
1652
|
-
* Join several collections by ids
|
|
1652
|
+
* Join several collections by ids, return collection of uniq models (skip duplicates)
|
|
1653
1653
|
*/
|
|
1654
1654
|
merge(keys) {
|
|
1655
1655
|
if (!this.length) {
|
|
1656
1656
|
return this.createCollection([]);
|
|
1657
1657
|
}
|
|
1658
|
-
return this.createCollection(flatten(keys.map((key) => this.get(key.toString()).items)));
|
|
1658
|
+
return this.createCollection(uniqBy(flatten(keys.map((key) => this.get(key.toString()).items)), 'id'));
|
|
1659
1659
|
}
|
|
1660
1660
|
/**
|
|
1661
1661
|
* Create instance of collection
|
|
@@ -2187,6 +2187,9 @@ class PropertyCollection extends Collection {
|
|
|
2187
2187
|
newItems.unshift(...bestProperties);
|
|
2188
2188
|
return this.create(newItems);
|
|
2189
2189
|
}
|
|
2190
|
+
get netIncome() {
|
|
2191
|
+
return this.sumBy('currentYearForecast.income') + this.sumBy('currentYearForecast.expense');
|
|
2192
|
+
}
|
|
2190
2193
|
}
|
|
2191
2194
|
|
|
2192
2195
|
class PropertyCategoryMovementCollection extends Collection {
|
|
@@ -5977,6 +5980,10 @@ __decorate([
|
|
|
5977
5980
|
let BorrowingReport$1 = class BorrowingReport extends AbstractModel {
|
|
5978
5981
|
};
|
|
5979
5982
|
|
|
5983
|
+
/**
|
|
5984
|
+
* Borrowing power report, shows if u can afford new property loan
|
|
5985
|
+
* https://taxtank.atlassian.net/wiki/spaces/TAXTANK/pages/4717608961/Borrowing+Power+Report+-+Property+Tank
|
|
5986
|
+
*/
|
|
5980
5987
|
class BorrowingReport extends BorrowingReport$1 {
|
|
5981
5988
|
constructor() {
|
|
5982
5989
|
super(...arguments);
|
|
@@ -5985,6 +5992,33 @@ class BorrowingReport extends BorrowingReport$1 {
|
|
|
5985
5992
|
this.otherLiabilities = 0;
|
|
5986
5993
|
this.livingExpenses = 0;
|
|
5987
5994
|
}
|
|
5995
|
+
/**
|
|
5996
|
+
* some fields calculated automatically until user filled them manually
|
|
5997
|
+
*/
|
|
5998
|
+
static calculate(salaryForecasts, incomeSourceForecasts, clientDetails, report = plainToClass(BorrowingReport, {})) {
|
|
5999
|
+
if (!report.netSalary) {
|
|
6000
|
+
report.netSalary = new Collection(salaryForecasts).sumBy('monthlyAmount')
|
|
6001
|
+
+ new IncomeSourceForecastCollection(incomeSourceForecasts).bonuses.sumBy('monthlyAmount');
|
|
6002
|
+
}
|
|
6003
|
+
if (!report.spouseNetSalary) {
|
|
6004
|
+
report.spouseNetSalary = clientDetails.spouseMonthlyIncome;
|
|
6005
|
+
}
|
|
6006
|
+
return report;
|
|
6007
|
+
}
|
|
6008
|
+
/**
|
|
6009
|
+
* free money after expenses
|
|
6010
|
+
*/
|
|
6011
|
+
getNetIncomeSurplus(profit, repaymentAmount) {
|
|
6012
|
+
return profit + this.netRentIncome + this.netSalary + this.spouseNetSalary - repaymentAmount
|
|
6013
|
+
- this.loanRepaymentAmount - this.otherLiabilities - this.livingExpenses;
|
|
6014
|
+
}
|
|
6015
|
+
/**
|
|
6016
|
+
* surplus income to cover your debt obligations
|
|
6017
|
+
*/
|
|
6018
|
+
getNetSurplusRatio(profit, repaymentAmount) {
|
|
6019
|
+
return (profit + this.netRentIncome + this.netSalary + this.spouseNetSalary - this.livingExpenses)
|
|
6020
|
+
/ (repaymentAmount + this.loanRepaymentAmount + this.otherLiabilities);
|
|
6021
|
+
}
|
|
5988
6022
|
}
|
|
5989
6023
|
__decorate([
|
|
5990
6024
|
Type(() => User)
|
|
@@ -7797,8 +7831,26 @@ class BankAccountCollection extends Collection {
|
|
|
7797
7831
|
getPropertyBalanceAmount(propertyId) {
|
|
7798
7832
|
return this.items.reduce((sum, bankAccount) => sum + bankAccount.getPropertyBalanceAmount(propertyId), 0);
|
|
7799
7833
|
}
|
|
7800
|
-
|
|
7801
|
-
|
|
7834
|
+
get propertiesBalanceAmount() {
|
|
7835
|
+
let balanceAmount = 0;
|
|
7836
|
+
this.items.forEach((bankAccount) => {
|
|
7837
|
+
bankAccount.bankAccountProperties.forEach((bankAccountProperty) => {
|
|
7838
|
+
balanceAmount += Math.abs(bankAccount.getPropertyBalanceAmount(bankAccountProperty.property.id));
|
|
7839
|
+
});
|
|
7840
|
+
});
|
|
7841
|
+
return balanceAmount;
|
|
7842
|
+
}
|
|
7843
|
+
get propertiesMonthlyRepaymentAmount() {
|
|
7844
|
+
let repaymentAmount = 0;
|
|
7845
|
+
this.getLoanAccounts().items.forEach((bankAccount) => {
|
|
7846
|
+
bankAccount.bankAccountProperties.forEach((bankAccountProperty) => {
|
|
7847
|
+
repaymentAmount += bankAccount.getMonthlyRepaymentAmount(bankAccountProperty.property.id);
|
|
7848
|
+
});
|
|
7849
|
+
});
|
|
7850
|
+
return repaymentAmount;
|
|
7851
|
+
}
|
|
7852
|
+
getPropertyMonthlyRepaymentAmount(propertyId) {
|
|
7853
|
+
return this.getLoanAccounts().reduce((sum, bankAccount) => sum + bankAccount.getMonthlyRepaymentAmount(propertyId), 0);
|
|
7802
7854
|
}
|
|
7803
7855
|
getLVR(property) {
|
|
7804
7856
|
return this.getPropertyBalanceAmount(property.id) / property.currentYearForecast.marketValue;
|
|
@@ -7807,6 +7859,9 @@ class BankAccountCollection extends Collection {
|
|
|
7807
7859
|
// TODO Alex/Vik: maybe we should get it from jwtToken or think about some localStorageService?
|
|
7808
7860
|
return this.filter((bankAccount) => bankAccount.isOwner(+localStorage.getItem('userId')));
|
|
7809
7861
|
}
|
|
7862
|
+
getActiveLoanAccountsByProperties(ids) {
|
|
7863
|
+
return this.getActiveBankAccounts().getLoanAccounts().getByPropertiesIds(ids);
|
|
7864
|
+
}
|
|
7810
7865
|
}
|
|
7811
7866
|
|
|
7812
7867
|
/**
|
|
@@ -8593,6 +8648,9 @@ class BankAccount extends BankAccount$1 {
|
|
|
8593
8648
|
getPropertyBalanceAmount(propertyId) {
|
|
8594
8649
|
return this.currentBalance * this.getPropertyPercentage(propertyId);
|
|
8595
8650
|
}
|
|
8651
|
+
getMonthlyRepaymentAmount(propertyId) {
|
|
8652
|
+
return this.loan.monthlyRepaymentAmount * this.getPropertyPercentage(propertyId);
|
|
8653
|
+
}
|
|
8596
8654
|
/**
|
|
8597
8655
|
* Check if bank account is active (has 'active' status or hasn't been paid out/refinanced)
|
|
8598
8656
|
*/
|
|
@@ -9358,9 +9416,9 @@ class JwtService extends JwtHelperService {
|
|
|
9358
9416
|
return this.getUser().id === userId;
|
|
9359
9417
|
}
|
|
9360
9418
|
}
|
|
9361
|
-
JwtService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9362
|
-
JwtService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9363
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9419
|
+
JwtService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
9420
|
+
JwtService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtService, providedIn: 'root' });
|
|
9421
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtService, decorators: [{
|
|
9364
9422
|
type: Injectable,
|
|
9365
9423
|
args: [{
|
|
9366
9424
|
providedIn: 'root'
|
|
@@ -9395,9 +9453,9 @@ class EventDispatcherService {
|
|
|
9395
9453
|
this.eventSubject2.next(event);
|
|
9396
9454
|
}
|
|
9397
9455
|
}
|
|
9398
|
-
EventDispatcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9399
|
-
EventDispatcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9400
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9456
|
+
EventDispatcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EventDispatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9457
|
+
EventDispatcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EventDispatcherService, providedIn: 'root' });
|
|
9458
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EventDispatcherService, decorators: [{
|
|
9401
9459
|
type: Injectable,
|
|
9402
9460
|
args: [{
|
|
9403
9461
|
providedIn: 'root'
|
|
@@ -9446,9 +9504,9 @@ class AuthService {
|
|
|
9446
9504
|
location.replace(url);
|
|
9447
9505
|
}
|
|
9448
9506
|
}
|
|
9449
|
-
AuthService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9450
|
-
AuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9451
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9507
|
+
AuthService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AuthService, deps: [{ token: i1.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9508
|
+
AuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AuthService, providedIn: 'root' });
|
|
9509
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AuthService, decorators: [{
|
|
9452
9510
|
type: Injectable,
|
|
9453
9511
|
args: [{
|
|
9454
9512
|
providedIn: 'root'
|
|
@@ -9584,9 +9642,9 @@ class JwtInterceptor {
|
|
|
9584
9642
|
});
|
|
9585
9643
|
}
|
|
9586
9644
|
}
|
|
9587
|
-
JwtInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9588
|
-
JwtInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9589
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9645
|
+
JwtInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtInterceptor, deps: [{ token: JwtService }, { token: AuthService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9646
|
+
JwtInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtInterceptor });
|
|
9647
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtInterceptor, decorators: [{
|
|
9590
9648
|
type: Injectable
|
|
9591
9649
|
}], ctorParameters: function () {
|
|
9592
9650
|
return [{ type: JwtService }, { type: AuthService }, { type: undefined, decorators: [{
|
|
@@ -9621,9 +9679,9 @@ class UserSwitcherService {
|
|
|
9621
9679
|
window.location.replace('/firm/dashboard');
|
|
9622
9680
|
}
|
|
9623
9681
|
}
|
|
9624
|
-
UserSwitcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9625
|
-
UserSwitcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9626
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9682
|
+
UserSwitcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9683
|
+
UserSwitcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherService, providedIn: 'root' });
|
|
9684
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherService, decorators: [{
|
|
9627
9685
|
type: Injectable,
|
|
9628
9686
|
args: [{
|
|
9629
9687
|
providedIn: 'root'
|
|
@@ -9669,9 +9727,9 @@ class UserSwitcherInterceptor {
|
|
|
9669
9727
|
return next.handle(this.switch(request, this.userSwitcherService.get()));
|
|
9670
9728
|
}
|
|
9671
9729
|
}
|
|
9672
|
-
UserSwitcherInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9673
|
-
UserSwitcherInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9674
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9730
|
+
UserSwitcherInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherInterceptor, deps: [{ token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9731
|
+
UserSwitcherInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherInterceptor });
|
|
9732
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherInterceptor, decorators: [{
|
|
9675
9733
|
type: Injectable
|
|
9676
9734
|
}], ctorParameters: function () {
|
|
9677
9735
|
return [{ type: UserSwitcherService }, { type: undefined, decorators: [{
|
|
@@ -9955,9 +10013,9 @@ class PreloaderService {
|
|
|
9955
10013
|
this.activePreloaders.next(activePreloaders);
|
|
9956
10014
|
}
|
|
9957
10015
|
}
|
|
9958
|
-
PreloaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9959
|
-
PreloaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9960
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10016
|
+
PreloaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10017
|
+
PreloaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderService, providedIn: 'root' });
|
|
10018
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderService, decorators: [{
|
|
9961
10019
|
type: Injectable,
|
|
9962
10020
|
args: [{
|
|
9963
10021
|
providedIn: 'root'
|
|
@@ -9985,9 +10043,9 @@ class PreloaderInterceptor {
|
|
|
9985
10043
|
return Object.values(ENDPOINTS).find((endpoint) => endpoint.test(requestPath));
|
|
9986
10044
|
}
|
|
9987
10045
|
}
|
|
9988
|
-
PreloaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9989
|
-
PreloaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9990
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10046
|
+
PreloaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10047
|
+
PreloaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderInterceptor });
|
|
10048
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderInterceptor, decorators: [{
|
|
9991
10049
|
type: Injectable
|
|
9992
10050
|
}], ctorParameters: function () { return [{ type: PreloaderService }]; } });
|
|
9993
10051
|
|
|
@@ -10065,9 +10123,9 @@ class DataService {
|
|
|
10065
10123
|
this.cache = this.createCollectionInstance(this.collectionClass, data.map((item) => this.createModelInstance(item)));
|
|
10066
10124
|
}
|
|
10067
10125
|
}
|
|
10068
|
-
DataService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10069
|
-
DataService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10070
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10126
|
+
DataService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DataService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10127
|
+
DataService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DataService, providedIn: 'root' });
|
|
10128
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DataService, decorators: [{
|
|
10071
10129
|
type: Injectable,
|
|
10072
10130
|
args: [{
|
|
10073
10131
|
providedIn: 'root'
|
|
@@ -10104,9 +10162,9 @@ class SseService {
|
|
|
10104
10162
|
.pipe(map((messageEvent) => JSON.parse(messageEvent.data)));
|
|
10105
10163
|
}
|
|
10106
10164
|
}
|
|
10107
|
-
SseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10108
|
-
SseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10109
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10165
|
+
SseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SseService, deps: [{ token: i0.NgZone }, { token: JwtService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10166
|
+
SseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SseService, providedIn: 'root' });
|
|
10167
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SseService, decorators: [{
|
|
10110
10168
|
type: Injectable,
|
|
10111
10169
|
args: [{
|
|
10112
10170
|
providedIn: 'root'
|
|
@@ -10322,9 +10380,9 @@ let RestService$1 = class RestService extends DataService {
|
|
|
10322
10380
|
*/
|
|
10323
10381
|
listenEvents() { }
|
|
10324
10382
|
};
|
|
10325
|
-
RestService$1.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10326
|
-
RestService$1.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10327
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10383
|
+
RestService$1.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService$1, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10384
|
+
RestService$1.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService$1, providedIn: 'root' });
|
|
10385
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService$1, decorators: [{
|
|
10328
10386
|
type: Injectable,
|
|
10329
10387
|
args: [{
|
|
10330
10388
|
providedIn: 'root'
|
|
@@ -10469,9 +10527,9 @@ class ToastService {
|
|
|
10469
10527
|
}));
|
|
10470
10528
|
}
|
|
10471
10529
|
}
|
|
10472
|
-
ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10473
|
-
ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10474
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10530
|
+
ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10531
|
+
ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ToastService, providedIn: 'root' });
|
|
10532
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ToastService, decorators: [{
|
|
10475
10533
|
type: Injectable,
|
|
10476
10534
|
args: [{
|
|
10477
10535
|
providedIn: 'root'
|
|
@@ -10549,9 +10607,9 @@ class BankConnectionService extends RestService$1 {
|
|
|
10549
10607
|
});
|
|
10550
10608
|
}
|
|
10551
10609
|
}
|
|
10552
|
-
BankConnectionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10553
|
-
BankConnectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10554
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10610
|
+
BankConnectionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankConnectionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10611
|
+
BankConnectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankConnectionService, providedIn: 'root' });
|
|
10612
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankConnectionService, decorators: [{
|
|
10555
10613
|
type: Injectable,
|
|
10556
10614
|
args: [{
|
|
10557
10615
|
providedIn: 'root'
|
|
@@ -10682,9 +10740,9 @@ BasiqService.retrieveAccountsCheckInterval = 3000;
|
|
|
10682
10740
|
* How long we will wait accounts retrieving, break after timeout if not retireved
|
|
10683
10741
|
*/
|
|
10684
10742
|
BasiqService.retrieveAccountsTimeout = 20000;
|
|
10685
|
-
BasiqService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10686
|
-
BasiqService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10687
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10743
|
+
BasiqService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: BankConnectionService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10744
|
+
BasiqService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqService, providedIn: 'root' });
|
|
10745
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqService, decorators: [{
|
|
10688
10746
|
type: Injectable,
|
|
10689
10747
|
args: [{
|
|
10690
10748
|
providedIn: 'root'
|
|
@@ -10721,9 +10779,9 @@ class BasiqTokenService extends RestService$1 {
|
|
|
10721
10779
|
return new BasiqToken(tokenResponse['access_token'], new Date(now + tokenResponse['expires_in'] * 1000));
|
|
10722
10780
|
}
|
|
10723
10781
|
}
|
|
10724
|
-
BasiqTokenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10725
|
-
BasiqTokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10726
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10782
|
+
BasiqTokenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
10783
|
+
BasiqTokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenService, providedIn: 'root' });
|
|
10784
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenService, decorators: [{
|
|
10727
10785
|
type: Injectable,
|
|
10728
10786
|
args: [{
|
|
10729
10787
|
providedIn: 'root'
|
|
@@ -10752,9 +10810,9 @@ class BasiqTokenInterceptor {
|
|
|
10752
10810
|
});
|
|
10753
10811
|
}
|
|
10754
10812
|
}
|
|
10755
|
-
BasiqTokenInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10756
|
-
BasiqTokenInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10757
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10813
|
+
BasiqTokenInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenInterceptor, deps: [{ token: BasiqTokenService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10814
|
+
BasiqTokenInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenInterceptor });
|
|
10815
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenInterceptor, decorators: [{
|
|
10758
10816
|
type: Injectable
|
|
10759
10817
|
}], ctorParameters: function () { return [{ type: BasiqTokenService }]; } });
|
|
10760
10818
|
|
|
@@ -10937,9 +10995,9 @@ class UserService {
|
|
|
10937
10995
|
});
|
|
10938
10996
|
}
|
|
10939
10997
|
}
|
|
10940
|
-
UserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10941
|
-
UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10942
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10998
|
+
UserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserService, deps: [{ token: i1.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10999
|
+
UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserService, providedIn: 'root' });
|
|
11000
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserService, decorators: [{
|
|
10943
11001
|
type: Injectable,
|
|
10944
11002
|
args: [{
|
|
10945
11003
|
providedIn: 'root'
|
|
@@ -10971,17 +11029,17 @@ class BasiqClientIdInterceptor {
|
|
|
10971
11029
|
});
|
|
10972
11030
|
}
|
|
10973
11031
|
}
|
|
10974
|
-
BasiqClientIdInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10975
|
-
BasiqClientIdInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10976
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
11032
|
+
BasiqClientIdInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqClientIdInterceptor, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
11033
|
+
BasiqClientIdInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqClientIdInterceptor });
|
|
11034
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqClientIdInterceptor, decorators: [{
|
|
10977
11035
|
type: Injectable
|
|
10978
11036
|
}], ctorParameters: function () { return [{ type: UserService }]; } });
|
|
10979
11037
|
|
|
10980
11038
|
class InterceptorsModule {
|
|
10981
11039
|
}
|
|
10982
|
-
InterceptorsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10983
|
-
InterceptorsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.
|
|
10984
|
-
InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.
|
|
11040
|
+
InterceptorsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: InterceptorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
11041
|
+
InterceptorsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.4", ngImport: i0, type: InterceptorsModule });
|
|
11042
|
+
InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: InterceptorsModule, providers: [
|
|
10985
11043
|
{
|
|
10986
11044
|
provide: HTTP_INTERCEPTORS,
|
|
10987
11045
|
useClass: CorelogicInterceptor,
|
|
@@ -11019,7 +11077,7 @@ InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", vers
|
|
|
11019
11077
|
multi: true
|
|
11020
11078
|
}
|
|
11021
11079
|
] });
|
|
11022
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
11080
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: InterceptorsModule, decorators: [{
|
|
11023
11081
|
type: NgModule,
|
|
11024
11082
|
args: [{
|
|
11025
11083
|
providers: [
|
|
@@ -11077,12 +11135,12 @@ class TtCoreModule {
|
|
|
11077
11135
|
};
|
|
11078
11136
|
}
|
|
11079
11137
|
}
|
|
11080
|
-
TtCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
11081
|
-
TtCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.
|
|
11138
|
+
TtCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TtCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
11139
|
+
TtCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.4", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
|
|
11082
11140
|
InterceptorsModule] });
|
|
11083
|
-
TtCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.
|
|
11141
|
+
TtCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
|
|
11084
11142
|
InterceptorsModule] });
|
|
11085
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
11143
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TtCoreModule, decorators: [{
|
|
11086
11144
|
type: NgModule,
|
|
11087
11145
|
args: [{
|
|
11088
11146
|
declarations: [],
|
|
@@ -12587,9 +12645,9 @@ class AddressService {
|
|
|
12587
12645
|
return this.countriesSubject.asObservable();
|
|
12588
12646
|
}
|
|
12589
12647
|
}
|
|
12590
|
-
AddressService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12591
|
-
AddressService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12592
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12648
|
+
AddressService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AddressService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12649
|
+
AddressService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AddressService, providedIn: 'root' });
|
|
12650
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AddressService, decorators: [{
|
|
12593
12651
|
type: Injectable,
|
|
12594
12652
|
args: [{
|
|
12595
12653
|
providedIn: 'root'
|
|
@@ -12659,9 +12717,9 @@ class BankAccountService extends RestService$1 {
|
|
|
12659
12717
|
});
|
|
12660
12718
|
}
|
|
12661
12719
|
}
|
|
12662
|
-
BankAccountService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12663
|
-
BankAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12664
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12720
|
+
BankAccountService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12721
|
+
BankAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountService, providedIn: 'root' });
|
|
12722
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountService, decorators: [{
|
|
12665
12723
|
type: Injectable,
|
|
12666
12724
|
args: [{
|
|
12667
12725
|
providedIn: 'root'
|
|
@@ -12728,9 +12786,9 @@ class BankTransactionService extends RestService$1 {
|
|
|
12728
12786
|
});
|
|
12729
12787
|
}
|
|
12730
12788
|
}
|
|
12731
|
-
BankTransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12732
|
-
BankTransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12733
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12789
|
+
BankTransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12790
|
+
BankTransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionService, providedIn: 'root' });
|
|
12791
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionService, decorators: [{
|
|
12734
12792
|
type: Injectable,
|
|
12735
12793
|
args: [{
|
|
12736
12794
|
providedIn: 'root'
|
|
@@ -12757,9 +12815,9 @@ class BankService extends RestService$1 {
|
|
|
12757
12815
|
this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
|
|
12758
12816
|
}
|
|
12759
12817
|
}
|
|
12760
|
-
BankService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12761
|
-
BankService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12762
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12818
|
+
BankService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12819
|
+
BankService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankService, providedIn: 'root' });
|
|
12820
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankService, decorators: [{
|
|
12763
12821
|
type: Injectable,
|
|
12764
12822
|
args: [{
|
|
12765
12823
|
providedIn: 'root'
|
|
@@ -12776,9 +12834,9 @@ class BudgetService extends RestService$1 {
|
|
|
12776
12834
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
12777
12835
|
}
|
|
12778
12836
|
}
|
|
12779
|
-
BudgetService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12780
|
-
BudgetService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12781
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12837
|
+
BudgetService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BudgetService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12838
|
+
BudgetService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BudgetService, providedIn: 'root' });
|
|
12839
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BudgetService, decorators: [{
|
|
12782
12840
|
type: Injectable,
|
|
12783
12841
|
args: [{
|
|
12784
12842
|
providedIn: 'root'
|
|
@@ -12806,9 +12864,9 @@ class ChartAccountsDepreciationService extends RestService$1 {
|
|
|
12806
12864
|
this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
|
|
12807
12865
|
}
|
|
12808
12866
|
}
|
|
12809
|
-
ChartAccountsDepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12810
|
-
ChartAccountsDepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12811
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12867
|
+
ChartAccountsDepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsDepreciationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12868
|
+
ChartAccountsDepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsDepreciationService, providedIn: 'root' });
|
|
12869
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsDepreciationService, decorators: [{
|
|
12812
12870
|
type: Injectable,
|
|
12813
12871
|
args: [{
|
|
12814
12872
|
providedIn: 'root'
|
|
@@ -12848,9 +12906,9 @@ class ChartAccountsService extends RestService$1 {
|
|
|
12848
12906
|
}));
|
|
12849
12907
|
}
|
|
12850
12908
|
}
|
|
12851
|
-
ChartAccountsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12852
|
-
ChartAccountsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12853
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12909
|
+
ChartAccountsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12910
|
+
ChartAccountsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsService, providedIn: 'root' });
|
|
12911
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsService, decorators: [{
|
|
12854
12912
|
type: Injectable,
|
|
12855
12913
|
args: [{
|
|
12856
12914
|
providedIn: 'root'
|
|
@@ -12919,9 +12977,9 @@ class ChatService extends RestService$1 {
|
|
|
12919
12977
|
});
|
|
12920
12978
|
}
|
|
12921
12979
|
}
|
|
12922
|
-
ChatService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12923
|
-
ChatService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12924
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12980
|
+
ChatService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChatService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12981
|
+
ChatService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChatService, providedIn: 'root' });
|
|
12982
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChatService, decorators: [{
|
|
12925
12983
|
type: Injectable,
|
|
12926
12984
|
args: [{
|
|
12927
12985
|
providedIn: 'root'
|
|
@@ -12980,9 +13038,9 @@ class MessageService extends RestService$1 {
|
|
|
12980
13038
|
});
|
|
12981
13039
|
}
|
|
12982
13040
|
}
|
|
12983
|
-
MessageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12984
|
-
MessageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12985
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13041
|
+
MessageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13042
|
+
MessageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageService, providedIn: 'root' });
|
|
13043
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageService, decorators: [{
|
|
12986
13044
|
type: Injectable,
|
|
12987
13045
|
args: [{
|
|
12988
13046
|
providedIn: 'root'
|
|
@@ -13054,9 +13112,9 @@ class MessageDocumentService extends RestService$1 {
|
|
|
13054
13112
|
return combineLatest(files.map((file) => this.add(chatId, file))).pipe(map((docsBase) => docsBase.map((docBase) => plainToClass(MessageDocument, docBase))));
|
|
13055
13113
|
}
|
|
13056
13114
|
}
|
|
13057
|
-
MessageDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13058
|
-
MessageDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13059
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13115
|
+
MessageDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13116
|
+
MessageDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageDocumentService, providedIn: 'root' });
|
|
13117
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageDocumentService, decorators: [{
|
|
13060
13118
|
type: Injectable,
|
|
13061
13119
|
args: [{
|
|
13062
13120
|
providedIn: 'root'
|
|
@@ -13119,9 +13177,9 @@ class ReceiptService {
|
|
|
13119
13177
|
return plainToClass(this.modelClass, data);
|
|
13120
13178
|
}
|
|
13121
13179
|
}
|
|
13122
|
-
ReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13123
|
-
ReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13124
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13180
|
+
ReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13181
|
+
ReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ReceiptService, providedIn: 'root' });
|
|
13182
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ReceiptService, decorators: [{
|
|
13125
13183
|
type: Injectable,
|
|
13126
13184
|
args: [{
|
|
13127
13185
|
providedIn: 'root'
|
|
@@ -13152,9 +13210,9 @@ class DepreciationReceiptService extends ReceiptService {
|
|
|
13152
13210
|
this.listenEvents();
|
|
13153
13211
|
}
|
|
13154
13212
|
}
|
|
13155
|
-
DepreciationReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13156
|
-
DepreciationReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13157
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13213
|
+
DepreciationReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13214
|
+
DepreciationReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationReceiptService, providedIn: 'root' });
|
|
13215
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationReceiptService, decorators: [{
|
|
13158
13216
|
type: Injectable,
|
|
13159
13217
|
args: [{
|
|
13160
13218
|
providedIn: 'root'
|
|
@@ -13289,9 +13347,9 @@ class DepreciationService extends RestService$1 {
|
|
|
13289
13347
|
});
|
|
13290
13348
|
}
|
|
13291
13349
|
}
|
|
13292
|
-
DepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13293
|
-
DepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13294
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13350
|
+
DepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: DepreciationReceiptService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13351
|
+
DepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationService, providedIn: 'root' });
|
|
13352
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationService, decorators: [{
|
|
13295
13353
|
type: Injectable,
|
|
13296
13354
|
args: [{
|
|
13297
13355
|
providedIn: 'root'
|
|
@@ -13343,9 +13401,9 @@ class DepreciationCapitalProjectService {
|
|
|
13343
13401
|
}));
|
|
13344
13402
|
}
|
|
13345
13403
|
}
|
|
13346
|
-
DepreciationCapitalProjectService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13347
|
-
DepreciationCapitalProjectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13348
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13404
|
+
DepreciationCapitalProjectService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationCapitalProjectService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13405
|
+
DepreciationCapitalProjectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationCapitalProjectService, providedIn: 'root' });
|
|
13406
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationCapitalProjectService, decorators: [{
|
|
13349
13407
|
type: Injectable,
|
|
13350
13408
|
args: [{
|
|
13351
13409
|
providedIn: 'root'
|
|
@@ -13557,9 +13615,9 @@ class RestService {
|
|
|
13557
13615
|
*/
|
|
13558
13616
|
listenEvents() { }
|
|
13559
13617
|
}
|
|
13560
|
-
RestService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13561
|
-
RestService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13562
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13618
|
+
RestService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13619
|
+
RestService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService, providedIn: 'root' });
|
|
13620
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService, decorators: [{
|
|
13563
13621
|
type: Injectable,
|
|
13564
13622
|
args: [{
|
|
13565
13623
|
providedIn: 'root'
|
|
@@ -13578,9 +13636,9 @@ class DocumentService extends RestService {
|
|
|
13578
13636
|
this.modelClass = Document;
|
|
13579
13637
|
}
|
|
13580
13638
|
}
|
|
13581
|
-
DocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13582
|
-
DocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13583
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13639
|
+
DocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13640
|
+
DocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentService, providedIn: 'root' });
|
|
13641
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentService, decorators: [{
|
|
13584
13642
|
type: Injectable,
|
|
13585
13643
|
args: [{
|
|
13586
13644
|
providedIn: 'root'
|
|
@@ -13646,9 +13704,9 @@ class DocumentFolderService extends RestService {
|
|
|
13646
13704
|
}));
|
|
13647
13705
|
}
|
|
13648
13706
|
}
|
|
13649
|
-
DocumentFolderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13650
|
-
DocumentFolderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13651
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13707
|
+
DocumentFolderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentFolderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13708
|
+
DocumentFolderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentFolderService, providedIn: 'root' });
|
|
13709
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentFolderService, decorators: [{
|
|
13652
13710
|
type: Injectable,
|
|
13653
13711
|
args: [{
|
|
13654
13712
|
providedIn: 'root'
|
|
@@ -13725,9 +13783,9 @@ FacebookService.authOptions = {
|
|
|
13725
13783
|
auth_type: 'rerequest',
|
|
13726
13784
|
return_scopes: true
|
|
13727
13785
|
};
|
|
13728
|
-
FacebookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13729
|
-
FacebookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13730
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13786
|
+
FacebookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FacebookService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: JwtService }, { token: i4.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13787
|
+
FacebookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FacebookService, providedIn: 'root' });
|
|
13788
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FacebookService, decorators: [{
|
|
13731
13789
|
type: Injectable,
|
|
13732
13790
|
args: [{
|
|
13733
13791
|
providedIn: 'root'
|
|
@@ -13797,9 +13855,9 @@ class GoogleService {
|
|
|
13797
13855
|
google.accounts.id.disableAutoSelect();
|
|
13798
13856
|
}
|
|
13799
13857
|
}
|
|
13800
|
-
GoogleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13801
|
-
GoogleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13802
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13858
|
+
GoogleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: GoogleService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: JwtService }, { token: i4.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13859
|
+
GoogleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: GoogleService, providedIn: 'root' });
|
|
13860
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: GoogleService, decorators: [{
|
|
13803
13861
|
type: Injectable,
|
|
13804
13862
|
args: [{
|
|
13805
13863
|
providedIn: 'root'
|
|
@@ -13830,9 +13888,9 @@ class FileService extends RestService$1 {
|
|
|
13830
13888
|
return this.http.get(`${this.apiUrl}/${file.id}/download`, { responseType: 'blob' });
|
|
13831
13889
|
}
|
|
13832
13890
|
}
|
|
13833
|
-
FileService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13834
|
-
FileService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13835
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13891
|
+
FileService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FileService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13892
|
+
FileService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FileService, providedIn: 'root' });
|
|
13893
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FileService, decorators: [{
|
|
13836
13894
|
type: Injectable,
|
|
13837
13895
|
args: [{
|
|
13838
13896
|
providedIn: 'root'
|
|
@@ -13849,9 +13907,9 @@ class ClientIncomeTypesService extends RestService$1 {
|
|
|
13849
13907
|
this.disabledMethods = ['postBatch', 'putBatch', 'delete', 'deleteBatch'];
|
|
13850
13908
|
}
|
|
13851
13909
|
}
|
|
13852
|
-
ClientIncomeTypesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13853
|
-
ClientIncomeTypesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13854
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13910
|
+
ClientIncomeTypesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientIncomeTypesService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13911
|
+
ClientIncomeTypesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientIncomeTypesService, providedIn: 'root' });
|
|
13912
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientIncomeTypesService, decorators: [{
|
|
13855
13913
|
type: Injectable,
|
|
13856
13914
|
args: [{
|
|
13857
13915
|
providedIn: 'root'
|
|
@@ -13968,9 +14026,9 @@ class ClientInviteService extends RestService {
|
|
|
13968
14026
|
});
|
|
13969
14027
|
}
|
|
13970
14028
|
}
|
|
13971
|
-
ClientInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13972
|
-
ClientInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13973
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14029
|
+
ClientInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14030
|
+
ClientInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientInviteService, providedIn: 'root' });
|
|
14031
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientInviteService, decorators: [{
|
|
13974
14032
|
type: Injectable,
|
|
13975
14033
|
args: [{
|
|
13976
14034
|
providedIn: 'root'
|
|
@@ -14057,9 +14115,9 @@ class ClientMovementService extends RestService {
|
|
|
14057
14115
|
});
|
|
14058
14116
|
}
|
|
14059
14117
|
}
|
|
14060
|
-
ClientMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14061
|
-
ClientMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14062
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14118
|
+
ClientMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14119
|
+
ClientMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientMovementService, providedIn: 'root' });
|
|
14120
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientMovementService, decorators: [{
|
|
14063
14121
|
type: Injectable,
|
|
14064
14122
|
args: [{
|
|
14065
14123
|
providedIn: 'root'
|
|
@@ -14088,9 +14146,9 @@ class EmployeeService extends RestService {
|
|
|
14088
14146
|
}));
|
|
14089
14147
|
}
|
|
14090
14148
|
}
|
|
14091
|
-
EmployeeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14092
|
-
EmployeeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14093
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14149
|
+
EmployeeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14150
|
+
EmployeeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeService, providedIn: 'root' });
|
|
14151
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeService, decorators: [{
|
|
14094
14152
|
type: Injectable,
|
|
14095
14153
|
args: [{
|
|
14096
14154
|
providedIn: 'root'
|
|
@@ -14131,9 +14189,9 @@ class EmployeeInviteService extends RestService {
|
|
|
14131
14189
|
}));
|
|
14132
14190
|
}
|
|
14133
14191
|
}
|
|
14134
|
-
EmployeeInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14135
|
-
EmployeeInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14136
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14192
|
+
EmployeeInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14193
|
+
EmployeeInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeInviteService, providedIn: 'root' });
|
|
14194
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeInviteService, decorators: [{
|
|
14137
14195
|
type: Injectable,
|
|
14138
14196
|
args: [{
|
|
14139
14197
|
providedIn: 'root'
|
|
@@ -14158,9 +14216,9 @@ class ClientPortfolioReportService {
|
|
|
14158
14216
|
}));
|
|
14159
14217
|
}
|
|
14160
14218
|
}
|
|
14161
|
-
ClientPortfolioReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14162
|
-
ClientPortfolioReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14163
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14219
|
+
ClientPortfolioReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientPortfolioReportService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14220
|
+
ClientPortfolioReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientPortfolioReportService, providedIn: 'root' });
|
|
14221
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientPortfolioReportService, decorators: [{
|
|
14164
14222
|
type: Injectable,
|
|
14165
14223
|
args: [{
|
|
14166
14224
|
providedIn: 'root'
|
|
@@ -14224,9 +14282,9 @@ class FirmService {
|
|
|
14224
14282
|
}));
|
|
14225
14283
|
}
|
|
14226
14284
|
}
|
|
14227
|
-
FirmService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14228
|
-
FirmService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14229
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14285
|
+
FirmService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FirmService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14286
|
+
FirmService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FirmService, providedIn: 'root' });
|
|
14287
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FirmService, decorators: [{
|
|
14230
14288
|
type: Injectable,
|
|
14231
14289
|
args: [{
|
|
14232
14290
|
providedIn: 'root'
|
|
@@ -14302,9 +14360,9 @@ class IncomeSourceForecastService extends RestService {
|
|
|
14302
14360
|
}).flat();
|
|
14303
14361
|
}
|
|
14304
14362
|
}
|
|
14305
|
-
IncomeSourceForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14306
|
-
IncomeSourceForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14307
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14363
|
+
IncomeSourceForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14364
|
+
IncomeSourceForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceForecastService, providedIn: 'root' });
|
|
14365
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceForecastService, decorators: [{
|
|
14308
14366
|
type: Injectable,
|
|
14309
14367
|
args: [{
|
|
14310
14368
|
providedIn: 'root'
|
|
@@ -14374,9 +14432,9 @@ class SalaryForecastService extends RestService {
|
|
|
14374
14432
|
}).flat();
|
|
14375
14433
|
}
|
|
14376
14434
|
}
|
|
14377
|
-
SalaryForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14378
|
-
SalaryForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14379
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14435
|
+
SalaryForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SalaryForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14436
|
+
SalaryForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SalaryForecastService, providedIn: 'root' });
|
|
14437
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SalaryForecastService, decorators: [{
|
|
14380
14438
|
type: Injectable,
|
|
14381
14439
|
args: [{
|
|
14382
14440
|
providedIn: 'root'
|
|
@@ -14452,9 +14510,9 @@ class SoleForecastService extends RestService {
|
|
|
14452
14510
|
});
|
|
14453
14511
|
}
|
|
14454
14512
|
}
|
|
14455
|
-
SoleForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14456
|
-
SoleForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14457
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14513
|
+
SoleForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14514
|
+
SoleForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleForecastService, providedIn: 'root' });
|
|
14515
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleForecastService, decorators: [{
|
|
14458
14516
|
type: Injectable,
|
|
14459
14517
|
args: [{
|
|
14460
14518
|
providedIn: 'root'
|
|
@@ -14533,9 +14591,9 @@ class IncomeSourceService extends RestService {
|
|
|
14533
14591
|
});
|
|
14534
14592
|
}
|
|
14535
14593
|
}
|
|
14536
|
-
IncomeSourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14537
|
-
IncomeSourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14538
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14594
|
+
IncomeSourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14595
|
+
IncomeSourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceService, providedIn: 'root' });
|
|
14596
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceService, decorators: [{
|
|
14539
14597
|
type: Injectable,
|
|
14540
14598
|
args: [{
|
|
14541
14599
|
providedIn: 'root'
|
|
@@ -14596,9 +14654,9 @@ class BorrowingExpenseService {
|
|
|
14596
14654
|
}));
|
|
14597
14655
|
}
|
|
14598
14656
|
}
|
|
14599
|
-
BorrowingExpenseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14600
|
-
BorrowingExpenseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14601
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14657
|
+
BorrowingExpenseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BorrowingExpenseService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14658
|
+
BorrowingExpenseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BorrowingExpenseService, providedIn: 'root' });
|
|
14659
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BorrowingExpenseService, decorators: [{
|
|
14602
14660
|
type: Injectable,
|
|
14603
14661
|
args: [{
|
|
14604
14662
|
providedIn: 'root'
|
|
@@ -14680,9 +14738,9 @@ class LoanService extends RestService$1 {
|
|
|
14680
14738
|
}));
|
|
14681
14739
|
}
|
|
14682
14740
|
}
|
|
14683
|
-
LoanService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14684
|
-
LoanService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14685
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14741
|
+
LoanService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LoanService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14742
|
+
LoanService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LoanService, providedIn: 'root' });
|
|
14743
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LoanService, decorators: [{
|
|
14686
14744
|
type: Injectable,
|
|
14687
14745
|
args: [{
|
|
14688
14746
|
providedIn: 'root'
|
|
@@ -14699,9 +14757,9 @@ class BorrowingReportService extends RestService$1 {
|
|
|
14699
14757
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
14700
14758
|
}
|
|
14701
14759
|
}
|
|
14702
|
-
BorrowingReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14703
|
-
BorrowingReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14704
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14760
|
+
BorrowingReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BorrowingReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14761
|
+
BorrowingReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BorrowingReportService, providedIn: 'root' });
|
|
14762
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BorrowingReportService, decorators: [{
|
|
14705
14763
|
type: Injectable,
|
|
14706
14764
|
args: [{
|
|
14707
14765
|
providedIn: 'root'
|
|
@@ -14712,6 +14770,7 @@ var BorrowingReportMessagesEnum;
|
|
|
14712
14770
|
(function (BorrowingReportMessagesEnum) {
|
|
14713
14771
|
BorrowingReportMessagesEnum["POST"] = "Borrowing report successfully added";
|
|
14714
14772
|
BorrowingReportMessagesEnum["PUT"] = "Borrowing report successfully updated";
|
|
14773
|
+
BorrowingReportMessagesEnum["DELETE"] = "Borrowing report successfully reset";
|
|
14715
14774
|
})(BorrowingReportMessagesEnum || (BorrowingReportMessagesEnum = {}));
|
|
14716
14775
|
|
|
14717
14776
|
/**
|
|
@@ -14726,9 +14785,9 @@ class PropertyCategoryService extends RestService$1 {
|
|
|
14726
14785
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
14727
14786
|
}
|
|
14728
14787
|
}
|
|
14729
|
-
PropertyCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14730
|
-
PropertyCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14731
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14788
|
+
PropertyCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14789
|
+
PropertyCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryService, providedIn: 'root' });
|
|
14790
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryService, decorators: [{
|
|
14732
14791
|
type: Injectable,
|
|
14733
14792
|
args: [{
|
|
14734
14793
|
providedIn: 'root'
|
|
@@ -14744,9 +14803,9 @@ class PropertyCategoryMovementService extends RestService$1 {
|
|
|
14744
14803
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
14745
14804
|
}
|
|
14746
14805
|
}
|
|
14747
|
-
PropertyCategoryMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14748
|
-
PropertyCategoryMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14749
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14806
|
+
PropertyCategoryMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14807
|
+
PropertyCategoryMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryMovementService, providedIn: 'root' });
|
|
14808
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryMovementService, decorators: [{
|
|
14750
14809
|
type: Injectable,
|
|
14751
14810
|
args: [{
|
|
14752
14811
|
providedIn: 'root'
|
|
@@ -14788,9 +14847,9 @@ class PropertyDocumentService extends RestService$1 {
|
|
|
14788
14847
|
});
|
|
14789
14848
|
}
|
|
14790
14849
|
}
|
|
14791
|
-
PropertyDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14792
|
-
PropertyDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14793
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14850
|
+
PropertyDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14851
|
+
PropertyDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyDocumentService, providedIn: 'root' });
|
|
14852
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyDocumentService, decorators: [{
|
|
14794
14853
|
type: Injectable,
|
|
14795
14854
|
args: [{
|
|
14796
14855
|
providedIn: 'root'
|
|
@@ -14864,9 +14923,9 @@ class TaxExemptionService extends DataService {
|
|
|
14864
14923
|
this.setCache(TaxExemptions);
|
|
14865
14924
|
}
|
|
14866
14925
|
}
|
|
14867
|
-
TaxExemptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14868
|
-
TaxExemptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14869
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14926
|
+
TaxExemptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxExemptionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14927
|
+
TaxExemptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxExemptionService, providedIn: 'root' });
|
|
14928
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxExemptionService, decorators: [{
|
|
14870
14929
|
type: Injectable,
|
|
14871
14930
|
args: [{
|
|
14872
14931
|
providedIn: 'root'
|
|
@@ -14882,9 +14941,9 @@ class PropertySaleService extends RestService$1 {
|
|
|
14882
14941
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
14883
14942
|
}
|
|
14884
14943
|
}
|
|
14885
|
-
PropertySaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14886
|
-
PropertySaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14887
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14944
|
+
PropertySaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertySaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14945
|
+
PropertySaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertySaleService, providedIn: 'root' });
|
|
14946
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertySaleService, decorators: [{
|
|
14888
14947
|
type: Injectable,
|
|
14889
14948
|
args: [{
|
|
14890
14949
|
providedIn: 'root'
|
|
@@ -14931,9 +14990,9 @@ class PropertyShareService extends RestService$1 {
|
|
|
14931
14990
|
this.listenCSE(PropertySale, ['post', 'delete'], this.resetCache);
|
|
14932
14991
|
}
|
|
14933
14992
|
}
|
|
14934
|
-
PropertyShareService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14935
|
-
PropertyShareService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14936
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14993
|
+
PropertyShareService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyShareService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14994
|
+
PropertyShareService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyShareService, providedIn: 'root' });
|
|
14995
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyShareService, decorators: [{
|
|
14937
14996
|
type: Injectable,
|
|
14938
14997
|
args: [{
|
|
14939
14998
|
providedIn: 'root'
|
|
@@ -15030,9 +15089,9 @@ class PropertyService extends RestService$1 {
|
|
|
15030
15089
|
}));
|
|
15031
15090
|
}
|
|
15032
15091
|
}
|
|
15033
|
-
PropertyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15034
|
-
PropertyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15035
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15092
|
+
PropertyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15093
|
+
PropertyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyService, providedIn: 'root' });
|
|
15094
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyService, decorators: [{
|
|
15036
15095
|
type: Injectable,
|
|
15037
15096
|
args: [{
|
|
15038
15097
|
providedIn: 'root'
|
|
@@ -15086,9 +15145,9 @@ class ServiceNotificationService extends RestService {
|
|
|
15086
15145
|
});
|
|
15087
15146
|
}
|
|
15088
15147
|
}
|
|
15089
|
-
ServiceNotificationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15090
|
-
ServiceNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15091
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15148
|
+
ServiceNotificationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceNotificationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15149
|
+
ServiceNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceNotificationService, providedIn: 'root' });
|
|
15150
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceNotificationService, decorators: [{
|
|
15092
15151
|
type: Injectable,
|
|
15093
15152
|
args: [{
|
|
15094
15153
|
providedIn: 'root'
|
|
@@ -15139,9 +15198,9 @@ class SoleBusinessService extends RestService {
|
|
|
15139
15198
|
}));
|
|
15140
15199
|
}
|
|
15141
15200
|
}
|
|
15142
|
-
SoleBusinessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15143
|
-
SoleBusinessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15144
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15201
|
+
SoleBusinessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15202
|
+
SoleBusinessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessService, providedIn: 'root' });
|
|
15203
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessService, decorators: [{
|
|
15145
15204
|
type: Injectable,
|
|
15146
15205
|
args: [{
|
|
15147
15206
|
providedIn: 'root'
|
|
@@ -15156,9 +15215,9 @@ class SoleBusinessActivityService extends RestService {
|
|
|
15156
15215
|
this.isHydra = true;
|
|
15157
15216
|
}
|
|
15158
15217
|
}
|
|
15159
|
-
SoleBusinessActivityService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15160
|
-
SoleBusinessActivityService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15161
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15218
|
+
SoleBusinessActivityService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessActivityService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15219
|
+
SoleBusinessActivityService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessActivityService, providedIn: 'root' });
|
|
15220
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessActivityService, decorators: [{
|
|
15162
15221
|
type: Injectable,
|
|
15163
15222
|
args: [{
|
|
15164
15223
|
providedIn: 'root'
|
|
@@ -15184,9 +15243,9 @@ class SoleBusinessLossService extends RestService {
|
|
|
15184
15243
|
});
|
|
15185
15244
|
}
|
|
15186
15245
|
}
|
|
15187
|
-
SoleBusinessLossService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15188
|
-
SoleBusinessLossService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15189
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15246
|
+
SoleBusinessLossService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15247
|
+
SoleBusinessLossService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossService, providedIn: 'root' });
|
|
15248
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossService, decorators: [{
|
|
15190
15249
|
type: Injectable,
|
|
15191
15250
|
args: [{
|
|
15192
15251
|
providedIn: 'root'
|
|
@@ -15204,9 +15263,9 @@ class SoleBusinessLossOffsetRuleService extends RestService {
|
|
|
15204
15263
|
this.isHydra = true;
|
|
15205
15264
|
}
|
|
15206
15265
|
}
|
|
15207
|
-
SoleBusinessLossOffsetRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15208
|
-
SoleBusinessLossOffsetRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15209
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15266
|
+
SoleBusinessLossOffsetRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15267
|
+
SoleBusinessLossOffsetRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' });
|
|
15268
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossOffsetRuleService, decorators: [{
|
|
15210
15269
|
type: Injectable,
|
|
15211
15270
|
args: [{
|
|
15212
15271
|
providedIn: 'root'
|
|
@@ -15221,9 +15280,9 @@ class SoleContactService extends RestService {
|
|
|
15221
15280
|
this.isHydra = true;
|
|
15222
15281
|
}
|
|
15223
15282
|
}
|
|
15224
|
-
SoleContactService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15225
|
-
SoleContactService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15226
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15283
|
+
SoleContactService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleContactService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15284
|
+
SoleContactService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleContactService, providedIn: 'root' });
|
|
15285
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleContactService, decorators: [{
|
|
15227
15286
|
type: Injectable,
|
|
15228
15287
|
args: [{
|
|
15229
15288
|
providedIn: 'root'
|
|
@@ -15279,9 +15338,9 @@ class SoleDepreciationMethodService {
|
|
|
15279
15338
|
});
|
|
15280
15339
|
}
|
|
15281
15340
|
}
|
|
15282
|
-
SoleDepreciationMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15283
|
-
SoleDepreciationMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15284
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15341
|
+
SoleDepreciationMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDepreciationMethodService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15342
|
+
SoleDepreciationMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDepreciationMethodService, providedIn: 'root' });
|
|
15343
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDepreciationMethodService, decorators: [{
|
|
15285
15344
|
type: Injectable,
|
|
15286
15345
|
args: [{
|
|
15287
15346
|
providedIn: 'root'
|
|
@@ -15336,9 +15395,9 @@ class SoleDetailsService {
|
|
|
15336
15395
|
}));
|
|
15337
15396
|
}
|
|
15338
15397
|
}
|
|
15339
|
-
SoleDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15340
|
-
SoleDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15341
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15398
|
+
SoleDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDetailsService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15399
|
+
SoleDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDetailsService, providedIn: 'root' });
|
|
15400
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDetailsService, decorators: [{
|
|
15342
15401
|
type: Injectable,
|
|
15343
15402
|
args: [{
|
|
15344
15403
|
providedIn: 'root'
|
|
@@ -15414,9 +15473,9 @@ class SoleInvoiceService extends RestService {
|
|
|
15414
15473
|
});
|
|
15415
15474
|
}
|
|
15416
15475
|
}
|
|
15417
|
-
SoleInvoiceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15418
|
-
SoleInvoiceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15419
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15476
|
+
SoleInvoiceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15477
|
+
SoleInvoiceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceService, providedIn: 'root' });
|
|
15478
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceService, decorators: [{
|
|
15420
15479
|
type: Injectable,
|
|
15421
15480
|
args: [{
|
|
15422
15481
|
providedIn: 'root'
|
|
@@ -15431,9 +15490,9 @@ class SoleInvoiceTemplateService extends RestService {
|
|
|
15431
15490
|
this.isHydra = true;
|
|
15432
15491
|
}
|
|
15433
15492
|
}
|
|
15434
|
-
SoleInvoiceTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15435
|
-
SoleInvoiceTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15436
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15493
|
+
SoleInvoiceTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceTemplateService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15494
|
+
SoleInvoiceTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceTemplateService, providedIn: 'root' });
|
|
15495
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceTemplateService, decorators: [{
|
|
15437
15496
|
type: Injectable,
|
|
15438
15497
|
args: [{
|
|
15439
15498
|
providedIn: 'root'
|
|
@@ -15448,9 +15507,9 @@ class BasReportService extends RestService {
|
|
|
15448
15507
|
this.isHydra = true;
|
|
15449
15508
|
}
|
|
15450
15509
|
}
|
|
15451
|
-
BasReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15452
|
-
BasReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15453
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15510
|
+
BasReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15511
|
+
BasReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasReportService, providedIn: 'root' });
|
|
15512
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasReportService, decorators: [{
|
|
15454
15513
|
type: Injectable,
|
|
15455
15514
|
args: [{
|
|
15456
15515
|
providedIn: 'root'
|
|
@@ -15476,9 +15535,9 @@ class ServicePaymentService extends RestService$1 {
|
|
|
15476
15535
|
return this.http.get(`${this.environment.apiV2}/service-payments/${payment.id}/invoice-url`);
|
|
15477
15536
|
}
|
|
15478
15537
|
}
|
|
15479
|
-
ServicePaymentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15480
|
-
ServicePaymentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15481
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15538
|
+
ServicePaymentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15539
|
+
ServicePaymentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentService, providedIn: 'root' });
|
|
15540
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentService, decorators: [{
|
|
15482
15541
|
type: Injectable,
|
|
15483
15542
|
args: [{
|
|
15484
15543
|
providedIn: 'root'
|
|
@@ -15526,9 +15585,9 @@ class ServicePaymentMethodService extends RestService$1 {
|
|
|
15526
15585
|
});
|
|
15527
15586
|
}
|
|
15528
15587
|
}
|
|
15529
|
-
ServicePaymentMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15530
|
-
ServicePaymentMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15531
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15588
|
+
ServicePaymentMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentMethodService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15589
|
+
ServicePaymentMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentMethodService, providedIn: 'root' });
|
|
15590
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentMethodService, decorators: [{
|
|
15532
15591
|
type: Injectable,
|
|
15533
15592
|
args: [{
|
|
15534
15593
|
providedIn: 'root'
|
|
@@ -15553,9 +15612,9 @@ class ServicePriceService extends RestService$1 {
|
|
|
15553
15612
|
this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
|
|
15554
15613
|
}
|
|
15555
15614
|
}
|
|
15556
|
-
ServicePriceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15557
|
-
ServicePriceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15558
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15615
|
+
ServicePriceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePriceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15616
|
+
ServicePriceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePriceService, providedIn: 'root' });
|
|
15617
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePriceService, decorators: [{
|
|
15559
15618
|
type: Injectable,
|
|
15560
15619
|
args: [{
|
|
15561
15620
|
providedIn: 'root'
|
|
@@ -15672,9 +15731,9 @@ class SubscriptionService extends RestService$1 {
|
|
|
15672
15731
|
});
|
|
15673
15732
|
}
|
|
15674
15733
|
}
|
|
15675
|
-
SubscriptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15676
|
-
SubscriptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15677
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15734
|
+
SubscriptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SubscriptionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: ToastService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15735
|
+
SubscriptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SubscriptionService, providedIn: 'root' });
|
|
15736
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SubscriptionService, decorators: [{
|
|
15678
15737
|
type: Injectable,
|
|
15679
15738
|
args: [{
|
|
15680
15739
|
providedIn: 'root'
|
|
@@ -15696,9 +15755,9 @@ class ServiceProductService extends RestService$1 {
|
|
|
15696
15755
|
this.isApiPlatform = true;
|
|
15697
15756
|
}
|
|
15698
15757
|
}
|
|
15699
|
-
ServiceProductService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15700
|
-
ServiceProductService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15701
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15758
|
+
ServiceProductService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceProductService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15759
|
+
ServiceProductService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceProductService, providedIn: 'root' });
|
|
15760
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceProductService, decorators: [{
|
|
15702
15761
|
type: Injectable,
|
|
15703
15762
|
args: [{
|
|
15704
15763
|
providedIn: 'root'
|
|
@@ -15730,9 +15789,9 @@ class TaxReviewHistoryService extends RestService {
|
|
|
15730
15789
|
});
|
|
15731
15790
|
}
|
|
15732
15791
|
}
|
|
15733
|
-
TaxReviewHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15734
|
-
TaxReviewHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15735
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15792
|
+
TaxReviewHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewHistoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15793
|
+
TaxReviewHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewHistoryService, providedIn: 'root' });
|
|
15794
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewHistoryService, decorators: [{
|
|
15736
15795
|
type: Injectable,
|
|
15737
15796
|
args: [{
|
|
15738
15797
|
providedIn: 'root'
|
|
@@ -15821,9 +15880,9 @@ class TaxReviewService extends RestService {
|
|
|
15821
15880
|
});
|
|
15822
15881
|
}
|
|
15823
15882
|
}
|
|
15824
|
-
TaxReviewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15825
|
-
TaxReviewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15826
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15883
|
+
TaxReviewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15884
|
+
TaxReviewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewService, providedIn: 'root' });
|
|
15885
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewService, decorators: [{
|
|
15827
15886
|
type: Injectable,
|
|
15828
15887
|
args: [{
|
|
15829
15888
|
providedIn: 'root'
|
|
@@ -15880,9 +15939,9 @@ class TaxSummaryService {
|
|
|
15880
15939
|
});
|
|
15881
15940
|
}
|
|
15882
15941
|
}
|
|
15883
|
-
TaxSummaryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15884
|
-
TaxSummaryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15885
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15942
|
+
TaxSummaryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxSummaryService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15943
|
+
TaxSummaryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxSummaryService, providedIn: 'root' });
|
|
15944
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxSummaryService, decorators: [{
|
|
15886
15945
|
type: Injectable,
|
|
15887
15946
|
args: [{
|
|
15888
15947
|
providedIn: 'root'
|
|
@@ -15903,9 +15962,9 @@ class AllocationRuleService extends RestService$1 {
|
|
|
15903
15962
|
this.isApiPlatform = true;
|
|
15904
15963
|
}
|
|
15905
15964
|
}
|
|
15906
|
-
AllocationRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15907
|
-
AllocationRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15908
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15965
|
+
AllocationRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AllocationRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15966
|
+
AllocationRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AllocationRuleService, providedIn: 'root' });
|
|
15967
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AllocationRuleService, decorators: [{
|
|
15909
15968
|
type: Injectable,
|
|
15910
15969
|
args: [{
|
|
15911
15970
|
providedIn: 'root'
|
|
@@ -15995,9 +16054,9 @@ class TransactionAllocationService extends RestService {
|
|
|
15995
16054
|
});
|
|
15996
16055
|
}
|
|
15997
16056
|
}
|
|
15998
|
-
TransactionAllocationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15999
|
-
TransactionAllocationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16000
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16057
|
+
TransactionAllocationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionAllocationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16058
|
+
TransactionAllocationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionAllocationService, providedIn: 'root' });
|
|
16059
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionAllocationService, decorators: [{
|
|
16001
16060
|
type: Injectable,
|
|
16002
16061
|
args: [{
|
|
16003
16062
|
providedIn: 'root'
|
|
@@ -16023,9 +16082,9 @@ class TransactionReceiptService extends ReceiptService {
|
|
|
16023
16082
|
this.listenEvents();
|
|
16024
16083
|
}
|
|
16025
16084
|
}
|
|
16026
|
-
TransactionReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16027
|
-
TransactionReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16028
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16085
|
+
TransactionReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16086
|
+
TransactionReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionReceiptService, providedIn: 'root' });
|
|
16087
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionReceiptService, decorators: [{
|
|
16029
16088
|
type: Injectable,
|
|
16030
16089
|
args: [{
|
|
16031
16090
|
providedIn: 'root'
|
|
@@ -16337,9 +16396,9 @@ class TransactionService extends RestService {
|
|
|
16337
16396
|
});
|
|
16338
16397
|
}
|
|
16339
16398
|
}
|
|
16340
|
-
TransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16341
|
-
TransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16342
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16399
|
+
TransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: TransactionReceiptService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16400
|
+
TransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionService, providedIn: 'root' });
|
|
16401
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionService, decorators: [{
|
|
16343
16402
|
type: Injectable,
|
|
16344
16403
|
args: [{
|
|
16345
16404
|
providedIn: 'root'
|
|
@@ -16370,9 +16429,9 @@ class TutorialVideoService {
|
|
|
16370
16429
|
}
|
|
16371
16430
|
TutorialVideoService.googleUrl = `https://www.googleapis.com/drive/v3/files?fields=*&mimeType='video/mp4'&orderBy=name`;
|
|
16372
16431
|
TutorialVideoService.parents = '1uLMLzi8WUy2go9xhfzJEwgFwOM43dukM';
|
|
16373
|
-
TutorialVideoService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16374
|
-
TutorialVideoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16375
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16432
|
+
TutorialVideoService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TutorialVideoService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16433
|
+
TutorialVideoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TutorialVideoService, providedIn: 'root' });
|
|
16434
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TutorialVideoService, decorators: [{
|
|
16376
16435
|
type: Injectable,
|
|
16377
16436
|
args: [{
|
|
16378
16437
|
providedIn: 'root'
|
|
@@ -16394,9 +16453,9 @@ class VehicleService extends RestService {
|
|
|
16394
16453
|
this.modelClass = Vehicle;
|
|
16395
16454
|
}
|
|
16396
16455
|
}
|
|
16397
|
-
VehicleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16398
|
-
VehicleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16399
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16456
|
+
VehicleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16457
|
+
VehicleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleService, providedIn: 'root' });
|
|
16458
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleService, decorators: [{
|
|
16400
16459
|
type: Injectable,
|
|
16401
16460
|
args: [{
|
|
16402
16461
|
providedIn: 'root'
|
|
@@ -16468,9 +16527,9 @@ class VehicleClaimService extends RestService {
|
|
|
16468
16527
|
combineLatest(batch$).subscribe();
|
|
16469
16528
|
}
|
|
16470
16529
|
}
|
|
16471
|
-
VehicleClaimService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16472
|
-
VehicleClaimService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16473
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16530
|
+
VehicleClaimService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16531
|
+
VehicleClaimService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimService, providedIn: 'root' });
|
|
16532
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimService, decorators: [{
|
|
16474
16533
|
type: Injectable,
|
|
16475
16534
|
args: [{
|
|
16476
16535
|
providedIn: 'root'
|
|
@@ -16547,9 +16606,9 @@ class VehicleClaimDetailsService {
|
|
|
16547
16606
|
this.update(vehicleClaimDetails).subscribe();
|
|
16548
16607
|
}
|
|
16549
16608
|
}
|
|
16550
|
-
VehicleClaimDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16551
|
-
VehicleClaimDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16552
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16609
|
+
VehicleClaimDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimDetailsService, deps: [{ token: 'environment' }, { token: i1.HttpClient }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16610
|
+
VehicleClaimDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimDetailsService, providedIn: 'root' });
|
|
16611
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimDetailsService, decorators: [{
|
|
16553
16612
|
type: Injectable,
|
|
16554
16613
|
args: [{
|
|
16555
16614
|
providedIn: 'root'
|
|
@@ -16571,9 +16630,9 @@ class VehicleLogbookService extends RestService {
|
|
|
16571
16630
|
this.modelClass = VehicleLogbook;
|
|
16572
16631
|
}
|
|
16573
16632
|
}
|
|
16574
|
-
VehicleLogbookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16575
|
-
VehicleLogbookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16576
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16633
|
+
VehicleLogbookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleLogbookService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16634
|
+
VehicleLogbookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleLogbookService, providedIn: 'root' });
|
|
16635
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleLogbookService, decorators: [{
|
|
16577
16636
|
type: Injectable,
|
|
16578
16637
|
args: [{
|
|
16579
16638
|
providedIn: 'root'
|
|
@@ -16590,9 +16649,9 @@ class AnnualClientDetailsService extends RestService$1 {
|
|
|
16590
16649
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch', 'delete'];
|
|
16591
16650
|
}
|
|
16592
16651
|
}
|
|
16593
|
-
AnnualClientDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16594
|
-
AnnualClientDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16595
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16652
|
+
AnnualClientDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AnnualClientDetailsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16653
|
+
AnnualClientDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AnnualClientDetailsService, providedIn: 'root' });
|
|
16654
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AnnualClientDetailsService, decorators: [{
|
|
16596
16655
|
type: Injectable,
|
|
16597
16656
|
args: [{
|
|
16598
16657
|
providedIn: 'root'
|
|
@@ -16623,9 +16682,9 @@ class OccupationService {
|
|
|
16623
16682
|
return this.occupationsSubject.asObservable();
|
|
16624
16683
|
}
|
|
16625
16684
|
}
|
|
16626
|
-
OccupationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16627
|
-
OccupationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16628
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16685
|
+
OccupationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: OccupationService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16686
|
+
OccupationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: OccupationService, providedIn: 'root' });
|
|
16687
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: OccupationService, decorators: [{
|
|
16629
16688
|
type: Injectable,
|
|
16630
16689
|
args: [{
|
|
16631
16690
|
providedIn: 'root'
|
|
@@ -16671,9 +16730,9 @@ class UserEventSettingService extends RestService {
|
|
|
16671
16730
|
}));
|
|
16672
16731
|
}
|
|
16673
16732
|
}
|
|
16674
|
-
UserEventSettingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16675
|
-
UserEventSettingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16676
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16733
|
+
UserEventSettingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventSettingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16734
|
+
UserEventSettingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventSettingService, providedIn: 'root' });
|
|
16735
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventSettingService, decorators: [{
|
|
16677
16736
|
type: Injectable,
|
|
16678
16737
|
args: [{
|
|
16679
16738
|
providedIn: 'root'
|
|
@@ -16688,9 +16747,9 @@ class UserEventTypeService extends RestService {
|
|
|
16688
16747
|
this.isHydra = true;
|
|
16689
16748
|
}
|
|
16690
16749
|
}
|
|
16691
|
-
UserEventTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16692
|
-
UserEventTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16693
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16750
|
+
UserEventTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16751
|
+
UserEventTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventTypeService, providedIn: 'root' });
|
|
16752
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventTypeService, decorators: [{
|
|
16694
16753
|
type: Injectable,
|
|
16695
16754
|
args: [{
|
|
16696
16755
|
providedIn: 'root'
|
|
@@ -16707,9 +16766,9 @@ class UsersInviteService extends RestService {
|
|
|
16707
16766
|
this.url = 'users/invite';
|
|
16708
16767
|
}
|
|
16709
16768
|
}
|
|
16710
|
-
UsersInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16711
|
-
UsersInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16712
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16769
|
+
UsersInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UsersInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16770
|
+
UsersInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UsersInviteService, providedIn: 'root' });
|
|
16771
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UsersInviteService, decorators: [{
|
|
16713
16772
|
type: Injectable,
|
|
16714
16773
|
args: [{
|
|
16715
16774
|
providedIn: 'root'
|
|
@@ -16729,9 +16788,9 @@ class HoldingService extends RestService$1 {
|
|
|
16729
16788
|
this.listenCSE(HoldingSale, ['post', 'put', 'delete'], this.resetCache);
|
|
16730
16789
|
}
|
|
16731
16790
|
}
|
|
16732
|
-
HoldingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16733
|
-
HoldingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16734
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16791
|
+
HoldingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16792
|
+
HoldingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingService, providedIn: 'root' });
|
|
16793
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingService, decorators: [{
|
|
16735
16794
|
type: Injectable,
|
|
16736
16795
|
args: [{
|
|
16737
16796
|
providedIn: 'root'
|
|
@@ -16748,9 +16807,9 @@ class HoldingTypeService extends RestService$1 {
|
|
|
16748
16807
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
16749
16808
|
}
|
|
16750
16809
|
}
|
|
16751
|
-
HoldingTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16752
|
-
HoldingTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16753
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16810
|
+
HoldingTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16811
|
+
HoldingTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeService, providedIn: 'root' });
|
|
16812
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeService, decorators: [{
|
|
16754
16813
|
type: Injectable,
|
|
16755
16814
|
args: [{
|
|
16756
16815
|
providedIn: 'root'
|
|
@@ -16767,9 +16826,9 @@ class HoldingSaleService extends RestService$1 {
|
|
|
16767
16826
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
16768
16827
|
}
|
|
16769
16828
|
}
|
|
16770
|
-
HoldingSaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16771
|
-
HoldingSaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16772
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16829
|
+
HoldingSaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingSaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16830
|
+
HoldingSaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingSaleService, providedIn: 'root' });
|
|
16831
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingSaleService, decorators: [{
|
|
16773
16832
|
type: Injectable,
|
|
16774
16833
|
args: [{
|
|
16775
16834
|
providedIn: 'root'
|
|
@@ -16864,9 +16923,9 @@ class HoldingTypeExchangeService extends DataService {
|
|
|
16864
16923
|
this.setCache(HoldingTypeExchanges);
|
|
16865
16924
|
}
|
|
16866
16925
|
}
|
|
16867
|
-
HoldingTypeExchangeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16868
|
-
HoldingTypeExchangeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16869
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16926
|
+
HoldingTypeExchangeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeExchangeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16927
|
+
HoldingTypeExchangeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeExchangeService, providedIn: 'root' });
|
|
16928
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeExchangeService, decorators: [{
|
|
16870
16929
|
type: Injectable,
|
|
16871
16930
|
args: [{
|
|
16872
16931
|
providedIn: 'root'
|
|
@@ -16970,9 +17029,9 @@ class IncomeSourceTypeService extends DataService {
|
|
|
16970
17029
|
this.setCache(IncomeSourceTypes);
|
|
16971
17030
|
}
|
|
16972
17031
|
}
|
|
16973
|
-
IncomeSourceTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16974
|
-
IncomeSourceTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16975
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
17032
|
+
IncomeSourceTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceTypeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
17033
|
+
IncomeSourceTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceTypeService, providedIn: 'root' });
|
|
17034
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceTypeService, decorators: [{
|
|
16976
17035
|
type: Injectable,
|
|
16977
17036
|
args: [{
|
|
16978
17037
|
providedIn: 'root'
|
|
@@ -16994,9 +17053,9 @@ class ChartAccountsValueService extends DataService {
|
|
|
16994
17053
|
return this.getCache().find((ca) => ca.chartAccounts.id === chartAccountsId && new FinancialYear().year === ca.financialYear).value;
|
|
16995
17054
|
}
|
|
16996
17055
|
}
|
|
16997
|
-
ChartAccountsValueService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16998
|
-
ChartAccountsValueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16999
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
17056
|
+
ChartAccountsValueService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsValueService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
17057
|
+
ChartAccountsValueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsValueService, providedIn: 'root' });
|
|
17058
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsValueService, decorators: [{
|
|
17000
17059
|
type: Injectable,
|
|
17001
17060
|
args: [{
|
|
17002
17061
|
providedIn: 'root'
|
|
@@ -19086,9 +19145,9 @@ class TaxReturnItemService extends DataService {
|
|
|
19086
19145
|
this.setCache(TaxReturnItems);
|
|
19087
19146
|
}
|
|
19088
19147
|
}
|
|
19089
|
-
TaxReturnItemService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
19090
|
-
TaxReturnItemService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
19091
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19148
|
+
TaxReturnItemService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReturnItemService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19149
|
+
TaxReturnItemService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReturnItemService, providedIn: 'root' });
|
|
19150
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReturnItemService, decorators: [{
|
|
19092
19151
|
type: Injectable,
|
|
19093
19152
|
args: [{
|
|
19094
19153
|
providedIn: 'root'
|
|
@@ -19308,9 +19367,9 @@ class AccountSetupService {
|
|
|
19308
19367
|
return this.create(AccountSetupItemsEnum.BANK_FEEDS, this.bankAccountsService.getArray());
|
|
19309
19368
|
}
|
|
19310
19369
|
}
|
|
19311
|
-
AccountSetupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
19312
|
-
AccountSetupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
19313
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19370
|
+
AccountSetupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AccountSetupService, deps: [{ token: ClientIncomeTypesService }, { token: PropertyService }, { token: IncomeSourceService }, { token: BankAccountService }, { token: TransactionAllocationService }, { token: VehicleClaimService }, { token: TransactionService }, { token: SoleBusinessService }, { token: HoldingService }, { token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19371
|
+
AccountSetupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AccountSetupService, providedIn: 'root' });
|
|
19372
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AccountSetupService, decorators: [{
|
|
19314
19373
|
type: Injectable,
|
|
19315
19374
|
args: [{
|
|
19316
19375
|
providedIn: 'root'
|
|
@@ -19336,9 +19395,9 @@ class RewardfulService {
|
|
|
19336
19395
|
});
|
|
19337
19396
|
}
|
|
19338
19397
|
}
|
|
19339
|
-
RewardfulService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
19340
|
-
RewardfulService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
19341
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19398
|
+
RewardfulService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RewardfulService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19399
|
+
RewardfulService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RewardfulService, providedIn: 'root' });
|
|
19400
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RewardfulService, decorators: [{
|
|
19342
19401
|
type: Injectable,
|
|
19343
19402
|
args: [{
|
|
19344
19403
|
providedIn: 'root'
|
|
@@ -19385,9 +19444,9 @@ class AssetsService {
|
|
|
19385
19444
|
return this.http.delete(`${this.environment.apiV2}/${asset.entityType}/${entityId}/${asset.type}/${asset.id}`);
|
|
19386
19445
|
}
|
|
19387
19446
|
}
|
|
19388
|
-
AssetsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
19389
|
-
AssetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
19390
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19447
|
+
AssetsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AssetsService, deps: [{ token: i1.HttpClient }, { token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19448
|
+
AssetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AssetsService, providedIn: 'root' });
|
|
19449
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AssetsService, decorators: [{
|
|
19391
19450
|
type: Injectable,
|
|
19392
19451
|
args: [{
|
|
19393
19452
|
providedIn: 'root'
|
|
@@ -19448,9 +19507,9 @@ class BankTransactionCalculationService {
|
|
|
19448
19507
|
return allocations.getByBankTransactionsIds(bankTransactions.debitTransactions.getIds()).amount;
|
|
19449
19508
|
}
|
|
19450
19509
|
}
|
|
19451
|
-
BankTransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
19452
|
-
BankTransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
19453
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19510
|
+
BankTransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19511
|
+
BankTransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionCalculationService, providedIn: 'root' });
|
|
19512
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionCalculationService, decorators: [{
|
|
19454
19513
|
type: Injectable,
|
|
19455
19514
|
args: [{
|
|
19456
19515
|
providedIn: 'root'
|
|
@@ -19479,9 +19538,9 @@ class BankAccountCalculationService {
|
|
|
19479
19538
|
return bankAccounts.currentBalance - this.getTaxTankBalance(bankAccounts.getLoanAccounts(), bankTransactions, allocations);
|
|
19480
19539
|
}
|
|
19481
19540
|
}
|
|
19482
|
-
BankAccountCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
19483
|
-
BankAccountCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
19484
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19541
|
+
BankAccountCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountCalculationService, deps: [{ token: BankTransactionCalculationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19542
|
+
BankAccountCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountCalculationService, providedIn: 'root' });
|
|
19543
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountCalculationService, decorators: [{
|
|
19485
19544
|
type: Injectable,
|
|
19486
19545
|
args: [{
|
|
19487
19546
|
providedIn: 'root'
|
|
@@ -19509,9 +19568,9 @@ class ExportFormatterService {
|
|
|
19509
19568
|
}));
|
|
19510
19569
|
}
|
|
19511
19570
|
}
|
|
19512
|
-
ExportFormatterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
19513
|
-
ExportFormatterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
19514
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19571
|
+
ExportFormatterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ExportFormatterService, deps: [{ token: i1$1.CurrencyPipe }, { token: i1$1.PercentPipe }, { token: i1$1.DatePipe }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19572
|
+
ExportFormatterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ExportFormatterService, providedIn: 'root' });
|
|
19573
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ExportFormatterService, decorators: [{
|
|
19515
19574
|
type: Injectable,
|
|
19516
19575
|
args: [{
|
|
19517
19576
|
providedIn: 'root'
|
|
@@ -19532,9 +19591,9 @@ class HeaderTitleService {
|
|
|
19532
19591
|
}), filter((route) => route.outlet === 'primary'), mergeMap((route) => route.data));
|
|
19533
19592
|
}
|
|
19534
19593
|
}
|
|
19535
|
-
HeaderTitleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
19536
|
-
HeaderTitleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
19537
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19594
|
+
HeaderTitleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HeaderTitleService, deps: [{ token: i4.Router }, { token: i4.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19595
|
+
HeaderTitleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HeaderTitleService, providedIn: 'root' });
|
|
19596
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HeaderTitleService, decorators: [{
|
|
19538
19597
|
type: Injectable,
|
|
19539
19598
|
args: [{
|
|
19540
19599
|
providedIn: 'root'
|
|
@@ -19568,9 +19627,9 @@ class IntercomService {
|
|
|
19568
19627
|
window.Intercom('boot', connectionCredentials);
|
|
19569
19628
|
}
|
|
19570
19629
|
}
|
|
19571
|
-
IntercomService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
19572
|
-
IntercomService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
19573
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19630
|
+
IntercomService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IntercomService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19631
|
+
IntercomService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IntercomService, providedIn: 'root' });
|
|
19632
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IntercomService, decorators: [{
|
|
19574
19633
|
type: Injectable,
|
|
19575
19634
|
args: [{
|
|
19576
19635
|
providedIn: 'root'
|
|
@@ -19642,9 +19701,9 @@ class PdfFromDomElementService {
|
|
|
19642
19701
|
.then((blob) => new File([blob], filename, { type: 'application/pdf' })));
|
|
19643
19702
|
}
|
|
19644
19703
|
}
|
|
19645
|
-
PdfFromDomElementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
19646
|
-
PdfFromDomElementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
19647
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19704
|
+
PdfFromDomElementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDomElementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19705
|
+
PdfFromDomElementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDomElementService, providedIn: 'root' });
|
|
19706
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDomElementService, decorators: [{
|
|
19648
19707
|
type: Injectable,
|
|
19649
19708
|
args: [{
|
|
19650
19709
|
providedIn: 'root'
|
|
@@ -19738,9 +19797,9 @@ class PdfFromTableService {
|
|
|
19738
19797
|
.setTextColor(FILE_SETTINGS.text.colorPrimary);
|
|
19739
19798
|
}
|
|
19740
19799
|
}
|
|
19741
|
-
PdfFromTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
19742
|
-
PdfFromTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
19743
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19800
|
+
PdfFromTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromTableService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19801
|
+
PdfFromTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromTableService, providedIn: 'root' });
|
|
19802
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromTableService, decorators: [{
|
|
19744
19803
|
type: Injectable,
|
|
19745
19804
|
args: [{
|
|
19746
19805
|
providedIn: 'root'
|
|
@@ -19774,9 +19833,9 @@ class PdfFromDataTableService extends PdfFromTableService {
|
|
|
19774
19833
|
return pdf;
|
|
19775
19834
|
}
|
|
19776
19835
|
}
|
|
19777
|
-
PdfFromDataTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
19778
|
-
PdfFromDataTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
19779
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19836
|
+
PdfFromDataTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19837
|
+
PdfFromDataTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDataTableService, providedIn: 'root' });
|
|
19838
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDataTableService, decorators: [{
|
|
19780
19839
|
type: Injectable,
|
|
19781
19840
|
args: [{
|
|
19782
19841
|
providedIn: 'root'
|
|
@@ -19809,9 +19868,9 @@ class PdfFromHtmlTableService extends PdfFromTableService {
|
|
|
19809
19868
|
return pdf;
|
|
19810
19869
|
}
|
|
19811
19870
|
}
|
|
19812
|
-
PdfFromHtmlTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
19813
|
-
PdfFromHtmlTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
19814
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19871
|
+
PdfFromHtmlTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromHtmlTableService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
19872
|
+
PdfFromHtmlTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromHtmlTableService, providedIn: 'root' });
|
|
19873
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromHtmlTableService, decorators: [{
|
|
19815
19874
|
type: Injectable,
|
|
19816
19875
|
args: [{
|
|
19817
19876
|
providedIn: 'root'
|
|
@@ -19838,9 +19897,9 @@ class EquityPositionChartService {
|
|
|
19838
19897
|
}))));
|
|
19839
19898
|
}
|
|
19840
19899
|
}
|
|
19841
|
-
EquityPositionChartService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
19842
|
-
EquityPositionChartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
19843
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19900
|
+
EquityPositionChartService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EquityPositionChartService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19901
|
+
EquityPositionChartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EquityPositionChartService, providedIn: 'root' });
|
|
19902
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EquityPositionChartService, decorators: [{
|
|
19844
19903
|
type: Injectable,
|
|
19845
19904
|
args: [{
|
|
19846
19905
|
providedIn: 'root'
|
|
@@ -19995,9 +20054,9 @@ class PropertyCalculationService {
|
|
|
19995
20054
|
}
|
|
19996
20055
|
}
|
|
19997
20056
|
}
|
|
19998
|
-
PropertyCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
19999
|
-
PropertyCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
20000
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
20057
|
+
PropertyCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
20058
|
+
PropertyCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCalculationService, providedIn: 'root' });
|
|
20059
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCalculationService, decorators: [{
|
|
20001
20060
|
type: Injectable,
|
|
20002
20061
|
args: [{
|
|
20003
20062
|
providedIn: 'root'
|
|
@@ -20050,9 +20109,9 @@ class PropertyTransactionReportService {
|
|
|
20050
20109
|
.getWithoutBorrowingExpenses()));
|
|
20051
20110
|
}
|
|
20052
20111
|
}
|
|
20053
|
-
PropertyTransactionReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
20054
|
-
PropertyTransactionReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
20055
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
20112
|
+
PropertyTransactionReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyTransactionReportService, deps: [{ token: PropertyService }, { token: TransactionService }, { token: DepreciationService }, { token: ChartAccountsService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
20113
|
+
PropertyTransactionReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyTransactionReportService, providedIn: 'root' });
|
|
20114
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyTransactionReportService, decorators: [{
|
|
20056
20115
|
type: Injectable,
|
|
20057
20116
|
args: [{
|
|
20058
20117
|
providedIn: 'root'
|
|
@@ -20120,9 +20179,9 @@ class TransactionCalculationService {
|
|
|
20120
20179
|
return bankTransactions.sumBy('amount') - allocations.getByBankTransactionsIds(bankTransactions.getIds()).sumBy('amount');
|
|
20121
20180
|
}
|
|
20122
20181
|
}
|
|
20123
|
-
TransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
20124
|
-
TransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
20125
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
20182
|
+
TransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
20183
|
+
TransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionCalculationService, providedIn: 'root' });
|
|
20184
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionCalculationService, decorators: [{
|
|
20126
20185
|
type: Injectable,
|
|
20127
20186
|
args: [{
|
|
20128
20187
|
providedIn: 'root'
|
|
@@ -20182,9 +20241,9 @@ class LogbookBestPeriodService {
|
|
|
20182
20241
|
});
|
|
20183
20242
|
}
|
|
20184
20243
|
}
|
|
20185
|
-
LogbookBestPeriodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
20186
|
-
LogbookBestPeriodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
20187
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
20244
|
+
LogbookBestPeriodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LogbookBestPeriodService, deps: [{ token: VehicleClaimDetailsService }, { token: VehicleClaimService }, { token: VehicleLogbookService }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
20245
|
+
LogbookBestPeriodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LogbookBestPeriodService, providedIn: 'root' });
|
|
20246
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LogbookBestPeriodService, decorators: [{
|
|
20188
20247
|
type: Injectable,
|
|
20189
20248
|
args: [{
|
|
20190
20249
|
providedIn: 'root'
|
|
@@ -20263,9 +20322,9 @@ class XlsxService {
|
|
|
20263
20322
|
FileSaver.saveAs(data, `${fileName}.xlsx`);
|
|
20264
20323
|
}
|
|
20265
20324
|
}
|
|
20266
|
-
XlsxService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
20267
|
-
XlsxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
20268
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
20325
|
+
XlsxService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: XlsxService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
20326
|
+
XlsxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: XlsxService, providedIn: 'root' });
|
|
20327
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: XlsxService, decorators: [{
|
|
20269
20328
|
type: Injectable,
|
|
20270
20329
|
args: [{
|
|
20271
20330
|
providedIn: 'root'
|