taxtank-core 1.0.82 → 2.0.0
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/common/index.d.ts +115 -3
- package/fesm2022/taxtank-core-common.mjs +21 -21
- package/fesm2022/taxtank-core-common.mjs.map +1 -1
- package/fesm2022/taxtank-core.mjs +439 -436
- package/fesm2022/taxtank-core.mjs.map +1 -1
- package/index.d.ts +11628 -3
- package/package.json +9 -9
- package/common/public-api.d.ts +0 -3
- package/common/src/common.module.d.ts +0 -13
- package/common/src/db/enums/index.d.ts +0 -1
- package/common/src/db/enums/user/index.d.ts +0 -1
- package/common/src/db/enums/user/user-roles.enum.d.ts +0 -17
- package/common/src/db/index.d.ts +0 -1
- package/common/src/interceptors/interceptors.module.d.ts +0 -6
- package/common/src/interceptors/jwt-interceptor.d.ts +0 -41
- package/common/src/services/auth/auth-messages.enum.d.ts +0 -3
- package/common/src/services/auth/auth-tokens.interface.d.ts +0 -7
- package/common/src/services/auth/auth.service.d.ts +0 -19
- package/common/src/services/auth/index.d.ts +0 -5
- package/common/src/services/auth/jwt-decoded.interface.d.ts +0 -11
- package/common/src/services/auth/jwt.service.d.ts +0 -18
- package/common/src/services/index.d.ts +0 -2
- package/common/src/services/mixpanel.service.d.ts +0 -20
- package/public-api.d.ts +0 -187
- package/src/lib/collections/account-setup-item.collection.d.ts +0 -10
- package/src/lib/collections/allocation-group.collection.d.ts +0 -5
- package/src/lib/collections/allocation-rule.collection.d.ts +0 -15
- package/src/lib/collections/asset-sale.collection.d.ts +0 -19
- package/src/lib/collections/bank-account.collection.d.ts +0 -56
- package/src/lib/collections/bank-transaction.collection.d.ts +0 -77
- package/src/lib/collections/chart-accounts/chart-accounts-value.collection.d.ts +0 -12
- package/src/lib/collections/chart-accounts/index.d.ts +0 -1
- package/src/lib/collections/chart-accounts.collection.d.ts +0 -10
- package/src/lib/collections/chat/chat.collection.d.ts +0 -5
- package/src/lib/collections/chat/index.d.ts +0 -3
- package/src/lib/collections/chat/message-document.collection.d.ts +0 -11
- package/src/lib/collections/chat/message.collection.d.ts +0 -18
- package/src/lib/collections/client-invite.collection.d.ts +0 -5
- package/src/lib/collections/client-movement.collection.d.ts +0 -22
- package/src/lib/collections/client-portfolio-report.collection.d.ts +0 -26
- package/src/lib/collections/client.collection.d.ts +0 -4
- package/src/lib/collections/collection-dictionary.d.ts +0 -57
- package/src/lib/collections/collection.d.ts +0 -64
- package/src/lib/collections/depreciation-forecast.collection.d.ts +0 -11
- package/src/lib/collections/depreciation.collection.d.ts +0 -52
- package/src/lib/collections/exportable.collection.d.ts +0 -11
- package/src/lib/collections/firm/employee-invite.collection.d.ts +0 -5
- package/src/lib/collections/firm/employee.collection.d.ts +0 -6
- package/src/lib/collections/firm/index.d.ts +0 -2
- package/src/lib/collections/holding/holding-sale.collection.d.ts +0 -8
- package/src/lib/collections/holding/holding-trade.collection.d.ts +0 -22
- package/src/lib/collections/holding/holding-type.collection.d.ts +0 -5
- package/src/lib/collections/holding/holding.collection.d.ts +0 -14
- package/src/lib/collections/holding/index.d.ts +0 -4
- package/src/lib/collections/home-office/home-office-claim.collection.d.ts +0 -5
- package/src/lib/collections/home-office/index.d.ts +0 -1
- package/src/lib/collections/income-source/income-source-forecast.collection.d.ts +0 -6
- package/src/lib/collections/income-source/income-source.collection.d.ts +0 -24
- package/src/lib/collections/income-source/index.d.ts +0 -2
- package/src/lib/collections/index.d.ts +0 -34
- package/src/lib/collections/loan/index.d.ts +0 -2
- package/src/lib/collections/loan/loan-payment.collection.d.ts +0 -10
- package/src/lib/collections/loan/loan.collection.d.ts +0 -28
- package/src/lib/collections/property/index.d.ts +0 -6
- package/src/lib/collections/property/property-category-movement.collection.d.ts +0 -13
- package/src/lib/collections/property/property-sale/index.d.ts +0 -2
- package/src/lib/collections/property/property-sale/property-sale-tax-exemption-meta-field.collection.d.ts +0 -8
- package/src/lib/collections/property/property-sale/property-sale.collection.d.ts +0 -9
- package/src/lib/collections/property/property-share.collection.d.ts +0 -16
- package/src/lib/collections/property/property-valuation.collection.d.ts +0 -8
- package/src/lib/collections/property/property.collection.d.ts +0 -53
- package/src/lib/collections/property/tax-exemption.collection.d.ts +0 -8
- package/src/lib/collections/report/depreciation/depreciation-lvp-report-item.collection.d.ts +0 -8
- package/src/lib/collections/report/depreciation/depreciation-report-item.collection.d.ts +0 -8
- package/src/lib/collections/report/income-expense/transaction-report-item.collection.d.ts +0 -7
- package/src/lib/collections/report/index.d.ts +0 -7
- package/src/lib/collections/report/property/property-report-item-depreciation.collection.d.ts +0 -12
- package/src/lib/collections/report/property/property-report-item-transaction.collection.d.ts +0 -12
- package/src/lib/collections/report/property/property-report-item.collection.d.ts +0 -9
- package/src/lib/collections/report/vehicle-expense/vehicle-expense.collection.d.ts +0 -8
- package/src/lib/collections/sole/index.d.ts +0 -3
- package/src/lib/collections/sole/sole-business-loss.collection.d.ts +0 -15
- package/src/lib/collections/sole/sole-invoice-item.collection.d.ts +0 -7
- package/src/lib/collections/sole/sole-invoice.collection.d.ts +0 -14
- package/src/lib/collections/subscription/index.d.ts +0 -4
- package/src/lib/collections/subscription/service-price.collection.d.ts +0 -17
- package/src/lib/collections/subscription/service-product.collection.d.ts +0 -6
- package/src/lib/collections/subscription/service-subscription.collection.d.ts +0 -30
- package/src/lib/collections/subscription/subscription-item.collection.d.ts +0 -9
- package/src/lib/collections/tax-review.collection.d.ts +0 -31
- package/src/lib/collections/tax-summary/index.d.ts +0 -2
- package/src/lib/collections/tax-summary/report-item.collection.d.ts +0 -45
- package/src/lib/collections/tax-summary/tax-return-categories.const.d.ts +0 -9
- package/src/lib/collections/transaction/index.d.ts +0 -3
- package/src/lib/collections/transaction/transaction-allocation.collection.d.ts +0 -21
- package/src/lib/collections/transaction/transaction-base.collection.d.ts +0 -4
- package/src/lib/collections/transaction/transaction.collection.d.ts +0 -103
- package/src/lib/collections/user/user.collection.d.ts +0 -4
- package/src/lib/collections/user-event-setting.collection.d.ts +0 -8
- package/src/lib/collections/user-event-type-collection.d.ts +0 -9
- package/src/lib/collections/vehicle/best-vehicle-logbook.collection.d.ts +0 -49
- package/src/lib/collections/vehicle/index.d.ts +0 -3
- package/src/lib/collections/vehicle/vehicle-claim.collection.d.ts +0 -12
- package/src/lib/collections/vehicle/vehicle-logbook.collection.d.ts +0 -21
- package/src/lib/core.module.d.ts +0 -11
- package/src/lib/db/Enums/address-type.enum.d.ts +0 -4
- package/src/lib/db/Enums/annual-frequency.enum.d.ts +0 -7
- package/src/lib/db/Enums/bank/allocation-rule/allocation-rule-condition-comparison-operator.enum.d.ts +0 -7
- package/src/lib/db/Enums/bank/allocation-rule/allocation-rule-condition-field.enum.d.ts +0 -4
- package/src/lib/db/Enums/bank/allocation-rule/allocation-rule-condition-operator.enum.d.ts +0 -4
- package/src/lib/db/Enums/bank/allocation-rule/allocation-rule-type.enum.d.ts +0 -5
- package/src/lib/db/Enums/bank/allocation-rule/index.d.ts +0 -4
- package/src/lib/db/Enums/bank/bank-account-status.enum.d.ts +0 -4
- package/src/lib/db/Enums/bank/bank-account-type.enum.d.ts +0 -10
- package/src/lib/db/Enums/bank/bank-connection-status.enum.d.ts +0 -6
- package/src/lib/db/Enums/bank/bank-popular.enum.d.ts +0 -12
- package/src/lib/db/Enums/bank/bank-provider.enum.d.ts +0 -5
- package/src/lib/db/Enums/bank/bank-transaction-type.enum.d.ts +0 -4
- package/src/lib/db/Enums/bank/index.d.ts +0 -7
- package/src/lib/db/Enums/bank/loan/index.d.ts +0 -10
- package/src/lib/db/Enums/bank/loan/loan-bank-type.enum.d.ts +0 -10
- package/src/lib/db/Enums/bank/loan/loan-frequency.enum.d.ts +0 -6
- package/src/lib/db/Enums/bank/loan/loan-interest-type-label.enum.d.ts +0 -4
- package/src/lib/db/Enums/bank/loan/loan-interest-type.enum.d.ts +0 -4
- package/src/lib/db/Enums/bank/loan/loan-payout-type.enum.d.ts +0 -4
- package/src/lib/db/Enums/bank/loan/loan-repayment-frequency.enum.d.ts +0 -5
- package/src/lib/db/Enums/bank/loan/loan-repayment-type-label.enum.d.ts +0 -4
- package/src/lib/db/Enums/bank/loan/loan-repayment-type.enum.d.ts +0 -4
- package/src/lib/db/Enums/bank/loan/loan-type.enum.d.ts +0 -12
- package/src/lib/db/Enums/bank/loan/loan-vehicle-type.enum.d.ts +0 -5
- package/src/lib/db/Enums/chart-accounts/business-chart-accounts.enum.d.ts +0 -47
- package/src/lib/db/Enums/chart-accounts/chart-accounts-adjustment-included-list.enum.d.ts +0 -17
- package/src/lib/db/Enums/chart-accounts/chart-accounts-category.enum.d.ts +0 -18
- package/src/lib/db/Enums/chart-accounts/chart-accounts-etp.enum.d.ts +0 -7
- package/src/lib/db/Enums/chart-accounts/chart-accounts-heading-list.enum.d.ts +0 -48
- package/src/lib/db/Enums/chart-accounts/chart-accounts-heading-tax-deductible.enum.d.ts +0 -6
- package/src/lib/db/Enums/chart-accounts/chart-accounts-heading-taxable.enum.d.ts +0 -6
- package/src/lib/db/Enums/chart-accounts/chart-accounts-heading-vehicle-list.enum.d.ts +0 -6
- package/src/lib/db/Enums/chart-accounts/chart-accounts-holding-untaxed-income-list.enum.d.ts +0 -9
- package/src/lib/db/Enums/chart-accounts/chart-accounts-keep-sign.enum.d.ts +0 -8
- package/src/lib/db/Enums/chart-accounts/chart-accounts-list.enum.d.ts +0 -60
- package/src/lib/db/Enums/chart-accounts/chart-accounts-meta-field-list.enum.d.ts +0 -17
- package/src/lib/db/Enums/chart-accounts/chart-accounts-meta-field-type.enum.d.ts +0 -4
- package/src/lib/db/Enums/chart-accounts/chart-accounts-property-adjustments-list.enum.d.ts +0 -48
- package/src/lib/db/Enums/chart-accounts/chart-accounts-salary-adjustments-list.enum.d.ts +0 -15
- package/src/lib/db/Enums/chart-accounts/chart-accounts-type.enum.d.ts +0 -4
- package/src/lib/db/Enums/chart-accounts/index.d.ts +0 -16
- package/src/lib/db/Enums/chat-status.enum.d.ts +0 -4
- package/src/lib/db/Enums/client/client-details-medicare-exemption.enum.d.ts +0 -5
- package/src/lib/db/Enums/client/client-details-work-depreciation-calculation.enum.d.ts +0 -4
- package/src/lib/db/Enums/client/client-details-working-holiday-maker.enum.d.ts +0 -5
- package/src/lib/db/Enums/client/client-invite-status.enum.d.ts +0 -4
- package/src/lib/db/Enums/client/client-invite-type.enum.d.ts +0 -4
- package/src/lib/db/Enums/client/index.d.ts +0 -6
- package/src/lib/db/Enums/client/timezone.enum.d.ts +0 -12
- package/src/lib/db/Enums/depreciation-calculation-percent.enum.d.ts +0 -7
- package/src/lib/db/Enums/depreciation-calculation.enum.d.ts +0 -8
- package/src/lib/db/Enums/depreciation-type.enum.d.ts +0 -6
- package/src/lib/db/Enums/depreciation-write-off-amount.enum.d.ts +0 -4
- package/src/lib/db/Enums/document-type.enum.d.ts +0 -3
- package/src/lib/db/Enums/file-type.enum.d.ts +0 -12
- package/src/lib/db/Enums/firm/employee-invite-role.enum.d.ts +0 -4
- package/src/lib/db/Enums/firm/firm-type.enum.d.ts +0 -5
- package/src/lib/db/Enums/firm/index.d.ts +0 -2
- package/src/lib/db/Enums/holding/holding-trade-type.enum.d.ts +0 -4
- package/src/lib/db/Enums/holding/holding-type-category.enum.d.ts +0 -16
- package/src/lib/db/Enums/holding/holding-type-exchange-list.enum.d.ts +0 -9
- package/src/lib/db/Enums/holding/index.d.ts +0 -3
- package/src/lib/db/Enums/home-office/home-office-claim-method.enum.d.ts +0 -5
- package/src/lib/db/Enums/home-office/index.d.ts +0 -1
- package/src/lib/db/Enums/income-source/income-source-forecast-trust-type.enum.d.ts +0 -13
- package/src/lib/db/Enums/income-source/income-source-type-list-holding.enum.d.ts +0 -7
- package/src/lib/db/Enums/income-source/income-source-type-list-other.enum.d.ts +0 -7
- package/src/lib/db/Enums/income-source/income-source-type-list-sole.enum.d.ts +0 -3
- package/src/lib/db/Enums/income-source/income-source-type-list-work.enum.d.ts +0 -8
- package/src/lib/db/Enums/income-source/income-source-type.enum.d.ts +0 -9
- package/src/lib/db/Enums/income-source/index.d.ts +0 -6
- package/src/lib/db/Enums/index.d.ts +0 -13
- package/src/lib/db/Enums/invite-status.enum.d.ts +0 -5
- package/src/lib/db/Enums/phone-type.enum.d.ts +0 -4
- package/src/lib/db/Enums/property/property-category-list.enum.d.ts +0 -5
- package/src/lib/db/Enums/property/property-corelogic-stats-confidence.type.enum.d.ts +0 -5
- package/src/lib/db/Enums/property/property-depreciation-calculation.enum.d.ts +0 -4
- package/src/lib/db/Enums/property/property-sale/tax-exemption-meta-field.enum.d.ts +0 -5
- package/src/lib/db/Enums/property/property-sale/tax-exemption.enum.d.ts +0 -9
- package/src/lib/db/Enums/property/property-share-access.enum.d.ts +0 -4
- package/src/lib/db/Enums/property/property-share-status.enum.d.ts +0 -5
- package/src/lib/db/Enums/registration-invite-status.enum.d.ts +0 -4
- package/src/lib/db/Enums/salary-forecast-frequency.enum.d.ts +0 -6
- package/src/lib/db/Enums/service-notification-status.enum.d.ts +0 -5
- package/src/lib/db/Enums/service-notification-type.enum.d.ts +0 -4
- package/src/lib/db/Enums/setup-item-type.enum.d.ts +0 -11
- package/src/lib/db/Enums/sole/index.d.ts +0 -5
- package/src/lib/db/Enums/sole/sole-depreciation-method.enum.d.ts +0 -4
- package/src/lib/db/Enums/sole/sole-invoice-state.enum.d.ts +0 -8
- package/src/lib/db/Enums/sole/sole-invoice-statuses.enum.d.ts +0 -5
- package/src/lib/db/Enums/sole/sole-invoice-tax-type.enum.d.ts +0 -5
- package/src/lib/db/Enums/sole/sole-invoice-template-tax-type.enum.d.ts +0 -5
- package/src/lib/db/Enums/spare-document-spare-type.enum.d.ts +0 -4
- package/src/lib/db/Enums/subscription/index.d.ts +0 -1
- package/src/lib/db/Enums/subscription/service-payment-method-card-brand.enum.d.ts +0 -10
- package/src/lib/db/Enums/subscription/service-payment-method-type.enum.d.ts +0 -4
- package/src/lib/db/Enums/subscription/service-payment-status.enum.d.ts +0 -4
- package/src/lib/db/Enums/subscription/service-price-list.enum.d.ts +0 -6
- package/src/lib/db/Enums/subscription/service-price-recurring-interval.enum.d.ts +0 -6
- package/src/lib/db/Enums/subscription/service-price-type.enum.d.ts +0 -7
- package/src/lib/db/Enums/subscription/service-product-id.enum.d.ts +0 -9
- package/src/lib/db/Enums/subscription/service-product-status.enum.d.ts +0 -4
- package/src/lib/db/Enums/subscription/service-subscription-status.enum.d.ts +0 -8
- package/src/lib/db/Enums/tank-type.enum.d.ts +0 -8
- package/src/lib/db/Enums/tax-calculation-medicare-exemption.enum.d.ts +0 -4
- package/src/lib/db/Enums/tax-calculation-type.enum.d.ts +0 -12
- package/src/lib/db/Enums/tax-return/index.d.ts +0 -3
- package/src/lib/db/Enums/tax-return/tax-return-category-list.enum.d.ts +0 -89
- package/src/lib/db/Enums/tax-return/tax-return-category-section.enum.d.ts +0 -7
- package/src/lib/db/Enums/tax-return/tax-return-item.enum.d.ts +0 -18
- package/src/lib/db/Enums/tax-review-status.enum.d.ts +0 -11
- package/src/lib/db/Enums/tax-summary-list.enum.d.ts +0 -15
- package/src/lib/db/Enums/tax-summary-section.enum.d.ts +0 -8
- package/src/lib/db/Enums/tax-summary-tax-summary.enum.d.ts +0 -15
- package/src/lib/db/Enums/ticket-feedback.enum.d.ts +0 -4
- package/src/lib/db/Enums/ticket-status.enum.d.ts +0 -7
- package/src/lib/db/Enums/ticket-types.enum.d.ts +0 -3
- package/src/lib/db/Enums/transaction-operation.enum.d.ts +0 -6
- package/src/lib/db/Enums/transaction-source.enum.d.ts +0 -4
- package/src/lib/db/Enums/transaction-type.enum.d.ts +0 -4
- package/src/lib/db/Enums/user/gender.enum.d.ts +0 -12
- package/src/lib/db/Enums/user/index.d.ts +0 -1
- package/src/lib/db/Enums/user-event-status.enum.d.ts +0 -7
- package/src/lib/db/Enums/user-event-type-client-type.enum.d.ts +0 -27
- package/src/lib/db/Enums/user-event-type-employee-type.enum.d.ts +0 -15
- package/src/lib/db/Enums/user-event-type-frequency.enum.d.ts +0 -5
- package/src/lib/db/Enums/user-event-type-type.enum.d.ts +0 -51
- package/src/lib/db/Enums/user-event-type-user-type.enum.d.ts +0 -5
- package/src/lib/db/Enums/user-medicare-exemption.enum.d.ts +0 -5
- package/src/lib/db/Enums/user-status.enum.d.ts +0 -5
- package/src/lib/db/Enums/user-title.enum.d.ts +0 -7
- package/src/lib/db/Enums/user-work-depreciation-calculation.enum.d.ts +0 -4
- package/src/lib/db/Enums/user-working-holiday-maker.enum.d.ts +0 -5
- package/src/lib/db/Enums/vehicle-claim-details-method.enum.d.ts +0 -4
- package/src/lib/db/Enums/vehicle-logbook-purpose.enum.d.ts +0 -4
- package/src/lib/db/Enums/youtube-videos.enum.d.ts +0 -18
- package/src/lib/db/Models/abstract-model.d.ts +0 -9
- package/src/lib/db/Models/address.d.ts +0 -19
- package/src/lib/db/Models/bank/bank-account-balance.d.ts +0 -12
- package/src/lib/db/Models/bank/bank-account-property.d.ts +0 -8
- package/src/lib/db/Models/bank/bank-account.d.ts +0 -35
- package/src/lib/db/Models/bank/bank-connection.d.ts +0 -18
- package/src/lib/db/Models/bank/bank-transaction-import.d.ts +0 -11
- package/src/lib/db/Models/bank/bank-transaction.d.ts +0 -17
- package/src/lib/db/Models/bank/bank.d.ts +0 -13
- package/src/lib/db/Models/bank/basiq-job-step.enum.d.ts +0 -6
- package/src/lib/db/Models/bank/basiq-job.d.ts +0 -10
- package/src/lib/db/Models/budget/budget-rule.d.ts +0 -8
- package/src/lib/db/Models/budget/budget.d.ts +0 -7
- package/src/lib/db/Models/budget/index.d.ts +0 -2
- package/src/lib/db/Models/chart-accounts/chart-accounts-depreciation.d.ts +0 -11
- package/src/lib/db/Models/chart-accounts/chart-accounts-heading.d.ts +0 -7
- package/src/lib/db/Models/chart-accounts/chart-accounts-meta-field.d.ts +0 -10
- package/src/lib/db/Models/chart-accounts/chart-accounts-value.d.ts +0 -12
- package/src/lib/db/Models/chart-accounts/chart-accounts.d.ts +0 -26
- package/src/lib/db/Models/client/annual-client-details.d.ts +0 -13
- package/src/lib/db/Models/client/client-details.d.ts +0 -26
- package/src/lib/db/Models/client/index.d.ts +0 -3
- package/src/lib/db/Models/client/occupation.d.ts +0 -5
- package/src/lib/db/Models/country.d.ts +0 -5
- package/src/lib/db/Models/depreciation/depreciation-capital-project.d.ts +0 -14
- package/src/lib/db/Models/depreciation/depreciation-forecast.d.ts +0 -17
- package/src/lib/db/Models/depreciation/depreciation.d.ts +0 -46
- package/src/lib/db/Models/document/document-folder.d.ts +0 -8
- package/src/lib/db/Models/document/folder-document.d.ts +0 -7
- package/src/lib/db/Models/document/property-document.d.ts +0 -18
- package/src/lib/db/Models/file.d.ts +0 -15
- package/src/lib/db/Models/firm/accountant/tax-review.d.ts +0 -16
- package/src/lib/db/Models/firm/accountant/ticket.d.ts +0 -20
- package/src/lib/db/Models/firm/chat.d.ts +0 -19
- package/src/lib/db/Models/firm/client-invite.d.ts +0 -19
- package/src/lib/db/Models/firm/client-movement.d.ts +0 -11
- package/src/lib/db/Models/firm/employee-invite.d.ts +0 -11
- package/src/lib/db/Models/firm/firm-invite.d.ts +0 -14
- package/src/lib/db/Models/firm/firm.d.ts +0 -30
- package/src/lib/db/Models/firm/message-document.d.ts +0 -11
- package/src/lib/db/Models/firm/message.d.ts +0 -16
- package/src/lib/db/Models/holding/holding-sale.d.ts +0 -15
- package/src/lib/db/Models/holding/holding-trade-import.d.ts +0 -8
- package/src/lib/db/Models/holding/holding-trade.d.ts +0 -17
- package/src/lib/db/Models/holding/holding-type-exchange.d.ts +0 -13
- package/src/lib/db/Models/holding/holding-type.d.ts +0 -31
- package/src/lib/db/Models/holding/index.d.ts +0 -4
- package/src/lib/db/Models/incomeSource/income-source-forecast.d.ts +0 -15
- package/src/lib/db/Models/incomeSource/income-source-type.d.ts +0 -8
- package/src/lib/db/Models/incomeSource/income-source.d.ts +0 -22
- package/src/lib/db/Models/incomeSource/salary-forecast.d.ts +0 -16
- package/src/lib/db/Models/index.d.ts +0 -95
- package/src/lib/db/Models/loan/borrowing-expense-loan.d.ts +0 -14
- package/src/lib/db/Models/loan/borrowing-expense.d.ts +0 -7
- package/src/lib/db/Models/loan/loan-payout.d.ts +0 -13
- package/src/lib/db/Models/loan/loan.d.ts +0 -34
- package/src/lib/db/Models/observable-model.d.ts +0 -15
- package/src/lib/db/Models/phone.d.ts +0 -12
- package/src/lib/db/Models/property/borrowing-report.d.ts +0 -11
- package/src/lib/db/Models/property/property-category-movement.d.ts +0 -18
- package/src/lib/db/Models/property/property-category.d.ts +0 -14
- package/src/lib/db/Models/property/property-forecast.d.ts +0 -16
- package/src/lib/db/Models/property/property-sale/property-sale-tax-exemption-meta-field.d.ts +0 -8
- package/src/lib/db/Models/property/property-sale/property-sale.d.ts +0 -23
- package/src/lib/db/Models/property/property-sale/tax-exemption-meta-field.d.ts +0 -6
- package/src/lib/db/Models/property/property-sale/tax-exemption.d.ts +0 -7
- package/src/lib/db/Models/property/property-share.d.ts +0 -24
- package/src/lib/db/Models/property/property-subscription.d.ts +0 -9
- package/src/lib/db/Models/property/property-valuation.d.ts +0 -16
- package/src/lib/db/Models/property/property.d.ts +0 -46
- package/src/lib/db/Models/service-notification.d.ts +0 -13
- package/src/lib/db/Models/setup-item.d.ts +0 -15
- package/src/lib/db/Models/sole/bas-report.d.ts +0 -15
- package/src/lib/db/Models/sole/sole-business-activity.d.ts +0 -5
- package/src/lib/db/Models/sole/sole-business-allocation.d.ts +0 -8
- package/src/lib/db/Models/sole/sole-business-loss-offset-rule.d.ts +0 -6
- package/src/lib/db/Models/sole/sole-business-loss.d.ts +0 -10
- package/src/lib/db/Models/sole/sole-business.d.ts +0 -33
- package/src/lib/db/Models/sole/sole-contact.d.ts +0 -16
- package/src/lib/db/Models/sole/sole-depreciation-method.d.ts +0 -9
- package/src/lib/db/Models/sole/sole-details.d.ts +0 -14
- package/src/lib/db/Models/sole/sole-forecast.d.ts +0 -9
- package/src/lib/db/Models/sole/sole-invoice-item.d.ts +0 -13
- package/src/lib/db/Models/sole/sole-invoice-template.d.ts +0 -11
- package/src/lib/db/Models/sole/sole-invoice.d.ts +0 -20
- package/src/lib/db/Models/spare/spare-document-category.d.ts +0 -6
- package/src/lib/db/Models/spare/spare-document.d.ts +0 -15
- package/src/lib/db/Models/subscription/service-payment-method.d.ts +0 -15
- package/src/lib/db/Models/subscription/service-payment.d.ts +0 -11
- package/src/lib/db/Models/subscription/service-price.d.ts +0 -16
- package/src/lib/db/Models/subscription/service-product.d.ts +0 -19
- package/src/lib/db/Models/subscription/service-subscription-item.d.ts +0 -9
- package/src/lib/db/Models/subscription/service-subscription.d.ts +0 -23
- package/src/lib/db/Models/tax-calculation.d.ts +0 -18
- package/src/lib/db/Models/tax-return/index.d.ts +0 -3
- package/src/lib/db/Models/tax-return/tax-return-category.d.ts +0 -12
- package/src/lib/db/Models/tax-return/tax-return-item.d.ts +0 -15
- package/src/lib/db/Models/tax-return/tax-return.d.ts +0 -8
- package/src/lib/db/Models/transaction/allocation-rule-condition.d.ts +0 -9
- package/src/lib/db/Models/transaction/allocation-rule-transaction-meta-field.d.ts +0 -8
- package/src/lib/db/Models/transaction/allocation-rule-transaction.d.ts +0 -26
- package/src/lib/db/Models/transaction/allocation-rule.d.ts +0 -21
- package/src/lib/db/Models/transaction/transaction-allocation.d.ts +0 -9
- package/src/lib/db/Models/transaction/transaction-base.d.ts +0 -42
- package/src/lib/db/Models/transaction/transaction-meta-field.d.ts +0 -11
- package/src/lib/db/Models/transaction/transaction.d.ts +0 -49
- package/src/lib/db/Models/user/employee-details.d.ts +0 -9
- package/src/lib/db/Models/user/registration-invite.d.ts +0 -13
- package/src/lib/db/Models/user/user-event-setting.d.ts +0 -10
- package/src/lib/db/Models/user/user-event-type-category.d.ts +0 -4
- package/src/lib/db/Models/user/user-event-type.d.ts +0 -17
- package/src/lib/db/Models/user/user-event.d.ts +0 -15
- package/src/lib/db/Models/user/user.d.ts +0 -62
- package/src/lib/db/Models/vehicle/vehicle-claim-details.d.ts +0 -9
- package/src/lib/db/Models/vehicle/vehicle-claim.d.ts +0 -12
- package/src/lib/db/Models/vehicle/vehicle-logbook.d.ts +0 -17
- package/src/lib/db/Models/vehicle/vehicle.d.ts +0 -8
- package/src/lib/db-static/chart-accounts/chart-accounts-values.d.ts +0 -6
- package/src/lib/forms/abstract.form.d.ts +0 -79
- package/src/lib/forms/address/address.form.d.ts +0 -72
- package/src/lib/forms/address/index.d.ts +0 -1
- package/src/lib/forms/aussie/aussie-appointment.form.d.ts +0 -9
- package/src/lib/forms/aussie/aussie-confirmation.form.d.ts +0 -6
- package/src/lib/forms/aussie/aussie-store.form.d.ts +0 -10
- package/src/lib/forms/aussie/index.d.ts +0 -3
- package/src/lib/forms/bank/bank-account/bank-account-add-manual.form.d.ts +0 -20
- package/src/lib/forms/bank/bank-account/bank-account-allocation.form.d.ts +0 -13
- package/src/lib/forms/bank/bank-account/bank-account-import.form.d.ts +0 -9
- package/src/lib/forms/bank/bank-account/bank-account-properties.form.d.ts +0 -17
- package/src/lib/forms/bank/bank-account/bank-accounts-import.form.d.ts +0 -12
- package/src/lib/forms/budget/budget.form.d.ts +0 -13
- package/src/lib/forms/budget/index.d.ts +0 -1
- package/src/lib/forms/chart-accounts/chart-accounts.form.d.ts +0 -9
- package/src/lib/forms/chart-accounts/index.d.ts +0 -1
- package/src/lib/forms/chat/chat-filter.form.d.ts +0 -18
- package/src/lib/forms/chat/index.d.ts +0 -1
- package/src/lib/forms/client/annual-client-details.form.d.ts +0 -8
- package/src/lib/forms/client/capital-loss.form.d.ts +0 -6
- package/src/lib/forms/client/index.d.ts +0 -2
- package/src/lib/forms/collection.form.d.ts +0 -14
- package/src/lib/forms/depreciation/depreciation.form.d.ts +0 -7
- package/src/lib/forms/depreciation/index.d.ts +0 -1
- package/src/lib/forms/document-folder/document-folder.form.d.ts +0 -5
- package/src/lib/forms/document-folder/document.form.d.ts +0 -5
- package/src/lib/forms/document-folder/index.d.ts +0 -2
- package/src/lib/forms/firm/client-invite-put.form.d.ts +0 -11
- package/src/lib/forms/firm/client-invite.form.d.ts +0 -15
- package/src/lib/forms/firm/client-movement.form.d.ts +0 -14
- package/src/lib/forms/firm/employee-details.form.d.ts +0 -14
- package/src/lib/forms/firm/employee-invite.form.d.ts +0 -17
- package/src/lib/forms/firm/firm-branch.form.d.ts +0 -5
- package/src/lib/forms/firm/firm-invite.form.d.ts +0 -15
- package/src/lib/forms/firm/firm.form.d.ts +0 -5
- package/src/lib/forms/firm/index.d.ts +0 -8
- package/src/lib/forms/form-validations.enum.d.ts +0 -9
- package/src/lib/forms/holding/holding-reinvest.form.d.ts +0 -29
- package/src/lib/forms/holding/holding-trade/holding-trade-filter.form.d.ts +0 -18
- package/src/lib/forms/holding/holding-trade/holding-trade.form.d.ts +0 -9
- package/src/lib/forms/holding/holding-trade/index.d.ts +0 -2
- package/src/lib/forms/holding/holding-trade-import.form.d.ts +0 -8
- package/src/lib/forms/holding/holding-type.form.d.ts +0 -5
- package/src/lib/forms/holding/index.d.ts +0 -4
- package/src/lib/forms/home-office/home-office-calculator.form.d.ts +0 -8
- package/src/lib/forms/home-office/home-office-claim.form.d.ts +0 -12
- package/src/lib/forms/home-office/home-office-log.form.d.ts +0 -5
- package/src/lib/forms/home-office/index.d.ts +0 -3
- package/src/lib/forms/index.d.ts +0 -31
- package/src/lib/forms/loan/index.d.ts +0 -1
- package/src/lib/forms/loan/loan.form.d.ts +0 -25
- package/src/lib/forms/login/login.form.d.ts +0 -7
- package/src/lib/forms/phone/index.d.ts +0 -1
- package/src/lib/forms/phone/phone.form.d.ts +0 -5
- package/src/lib/forms/property/borrowing-report.form.d.ts +0 -15
- package/src/lib/forms/property/index.d.ts +0 -9
- package/src/lib/forms/property/property-add.form.d.ts +0 -14
- package/src/lib/forms/property/property-category-movement-form.d.ts +0 -6
- package/src/lib/forms/property/property-document.form.d.ts +0 -6
- package/src/lib/forms/property/property-edit.form.d.ts +0 -5
- package/src/lib/forms/property/property-forecast.form.d.ts +0 -13
- package/src/lib/forms/property/property-sale/index.d.ts +0 -3
- package/src/lib/forms/property/property-sale/property-sale-cost-base.form.d.ts +0 -13
- package/src/lib/forms/property/property-sale/property-sale-cost-sale.form.d.ts +0 -23
- package/src/lib/forms/property/property-sale/property-sale-exemptions.form.d.ts +0 -36
- package/src/lib/forms/property/property-share.form.d.ts +0 -8
- package/src/lib/forms/property/property-valuation.form.d.ts +0 -7
- package/src/lib/forms/register/register-client.form.d.ts +0 -6
- package/src/lib/forms/register/register-firm.form.d.ts +0 -8
- package/src/lib/forms/report/my-tax/index.d.ts +0 -16
- package/src/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-details/my-tax-business-details.form.d.ts +0 -9
- package/src/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-income/my-tax-business-income.form.d.ts +0 -5
- package/src/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-income-or-losses.form.d.ts +0 -5
- package/src/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-losses/my-tax-business-losses.form.d.ts +0 -5
- package/src/lib/forms/report/my-tax/my-tax-cgt.form.d.ts +0 -8
- package/src/lib/forms/report/my-tax/my-tax-deductions.form.d.ts +0 -5
- package/src/lib/forms/report/my-tax/my-tax-dividends.form.d.ts +0 -5
- package/src/lib/forms/report/my-tax/my-tax-income-statements.form.d.ts +0 -7
- package/src/lib/forms/report/my-tax/my-tax-income-tests.form.d.ts +0 -8
- package/src/lib/forms/report/my-tax/my-tax-interest.form.d.ts +0 -5
- package/src/lib/forms/report/my-tax/my-tax-losses.form.d.ts +0 -5
- package/src/lib/forms/report/my-tax/my-tax-medicare.form.d.ts +0 -12
- package/src/lib/forms/report/my-tax/my-tax-offsets.form.d.ts +0 -8
- package/src/lib/forms/report/my-tax/my-tax-other-income.form.d.ts +0 -5
- package/src/lib/forms/report/my-tax/my-tax-partnerships-and-trusts.form.d.ts +0 -5
- package/src/lib/forms/report/my-tax/my-tax-rent.form.d.ts +0 -5
- package/src/lib/forms/sole/bas-report.form.d.ts +0 -11
- package/src/lib/forms/sole/index.d.ts +0 -11
- package/src/lib/forms/sole/invoice-payment.form.d.ts +0 -7
- package/src/lib/forms/sole/sole-business-allocations.form.d.ts +0 -18
- package/src/lib/forms/sole/sole-business-loss.form.d.ts +0 -11
- package/src/lib/forms/sole/sole-business.form.d.ts +0 -18
- package/src/lib/forms/sole/sole-contact.form.d.ts +0 -5
- package/src/lib/forms/sole/sole-depreciation-method.form.d.ts +0 -5
- package/src/lib/forms/sole/sole-details.form.d.ts +0 -5
- package/src/lib/forms/sole/sole-invoice-item.form.d.ts +0 -6
- package/src/lib/forms/sole/sole-invoice-template.form.d.ts +0 -5
- package/src/lib/forms/sole/sole-invoice.form.d.ts +0 -43
- package/src/lib/forms/tax-review/index.d.ts +0 -2
- package/src/lib/forms/tax-review/tax-review-filter-status.enum.d.ts +0 -4
- package/src/lib/forms/tax-review/tax-review-filter.form.d.ts +0 -21
- package/src/lib/forms/transaction/allocation-rule-condition.form.d.ts +0 -5
- package/src/lib/forms/transaction/allocation-rule-transaction-meta-field.form.d.ts +0 -5
- package/src/lib/forms/transaction/allocation-rule-transaction.form.d.ts +0 -37
- package/src/lib/forms/transaction/allocation-rule.form.d.ts +0 -46
- package/src/lib/forms/transaction/holding/holding-expense.form.d.ts +0 -8
- package/src/lib/forms/transaction/holding/holding-income.form.d.ts +0 -26
- package/src/lib/forms/transaction/index.d.ts +0 -9
- package/src/lib/forms/transaction/messages.enum.d.ts +0 -3
- package/src/lib/forms/transaction/sole/sole-income.form.d.ts +0 -5
- package/src/lib/forms/transaction/sole/sole-transaction.form.d.ts +0 -8
- package/src/lib/forms/transaction/transaction-base-filter.form.d.ts +0 -21
- package/src/lib/forms/transaction/transaction-base.form.d.ts +0 -28
- package/src/lib/forms/transaction/transaction.form.d.ts +0 -16
- package/src/lib/forms/transaction/work/work-expense.form.d.ts +0 -13
- package/src/lib/forms/transaction/work/work-income.form.d.ts +0 -19
- package/src/lib/forms/transaction/work/work-transaction.form.d.ts +0 -15
- package/src/lib/forms/user/client-details.form.d.ts +0 -7
- package/src/lib/forms/user/index.d.ts +0 -6
- package/src/lib/forms/user/mfa-details.form.d.ts +0 -10
- package/src/lib/forms/user/password.form.d.ts +0 -7
- package/src/lib/forms/user/reset-password.form.d.ts +0 -6
- package/src/lib/forms/user/user-invite.form.d.ts +0 -8
- package/src/lib/forms/user/user.form.d.ts +0 -17
- package/src/lib/forms/vehicle/index.d.ts +0 -4
- package/src/lib/forms/vehicle/vehicle-claim-details.form.d.ts +0 -8
- package/src/lib/forms/vehicle/vehicle-claim.form.d.ts +0 -14
- package/src/lib/forms/vehicle/vehicle-logbook.form.d.ts +0 -24
- package/src/lib/forms/vehicle/vehicle.form.d.ts +0 -10
- package/src/lib/functions/array/index.d.ts +0 -4
- package/src/lib/functions/array/replace.d.ts +0 -1
- package/src/lib/functions/array/sort-deep.d.ts +0 -1
- package/src/lib/functions/array/sort.d.ts +0 -1
- package/src/lib/functions/array/to-array.d.ts +0 -4
- package/src/lib/functions/clone-deep.d.ts +0 -1
- package/src/lib/functions/create-date.d.ts +0 -5
- package/src/lib/functions/enum-to-list.d.ts +0 -2
- package/src/lib/functions/get-doc-icon.d.ts +0 -7
- package/src/lib/functions/mat-options-functions.d.ts +0 -2
- package/src/lib/functions/mat-sort-options.d.ts +0 -7
- package/src/lib/interceptors/aussie.interceptor.d.ts +0 -16
- package/src/lib/interceptors/basiq-client-id.interceptor.d.ts +0 -15
- package/src/lib/interceptors/basiq-token.interceptor.d.ts +0 -15
- package/src/lib/interceptors/corelogic-interceptor.d.ts +0 -16
- package/src/lib/interceptors/financial-year-interceptor.d.ts +0 -14
- package/src/lib/interceptors/interceptors.module.d.ts +0 -6
- package/src/lib/interceptors/preloader.interceptor.d.ts +0 -15
- package/src/lib/interceptors/rewardful.interceptor.d.ts +0 -19
- package/src/lib/interceptors/user-switcher-interceptor.d.ts +0 -19
- package/src/lib/interfaces/asset-entity-type.enum.d.ts +0 -10
- package/src/lib/interfaces/asset-type.enum.d.ts +0 -11
- package/src/lib/interfaces/asset.interface.d.ts +0 -17
- package/src/lib/interfaces/chart-data.interface.d.ts +0 -10
- package/src/lib/interfaces/chart-serie.interface.d.ts +0 -8
- package/src/lib/interfaces/document.interface.d.ts +0 -9
- package/src/lib/interfaces/documentable.interface.d.ts +0 -8
- package/src/lib/interfaces/event-listener.interface.d.ts +0 -10
- package/src/lib/interfaces/expense.interface.d.ts +0 -12
- package/src/lib/interfaces/income-source-forecast.interface.d.ts +0 -12
- package/src/lib/interfaces/index.d.ts +0 -13
- package/src/lib/interfaces/option.interface.d.ts +0 -4
- package/src/lib/interfaces/tank.interface.d.ts +0 -9
- package/src/lib/interfaces/updatable.interface.d.ts +0 -8
- package/src/lib/messages/index.d.ts +0 -1
- package/src/lib/messages/messages.enum.d.ts +0 -14
- package/src/lib/models/account-setup/account-setup-item-status.enum.d.ts +0 -5
- package/src/lib/models/account-setup/account-setup-item.d.ts +0 -8
- package/src/lib/models/account-setup/account-setup-items.enum.d.ts +0 -35
- package/src/lib/models/account-setup/index.d.ts +0 -3
- package/src/lib/models/address/address.d.ts +0 -27
- package/src/lib/models/address/country.d.ts +0 -12
- package/src/lib/models/address/index.d.ts +0 -3
- package/src/lib/models/address/states.enum.d.ts +0 -10
- package/src/lib/models/asset-sale.d.ts +0 -8
- package/src/lib/models/aussie/aussie-appointment.d.ts +0 -10
- package/src/lib/models/aussie/aussie-broker.d.ts +0 -9
- package/src/lib/models/aussie/aussie-store.d.ts +0 -8
- package/src/lib/models/aussie/aussie-store.interface.d.ts +0 -6
- package/src/lib/models/aussie/index.d.ts +0 -4
- package/src/lib/models/badge/badge-color.enum.d.ts +0 -6
- package/src/lib/models/badge/badge.d.ts +0 -10
- package/src/lib/models/bank/allocation-group.d.ts +0 -38
- package/src/lib/models/bank/bank-account-chart-data.d.ts +0 -17
- package/src/lib/models/bank/bank-account-property.d.ts +0 -6
- package/src/lib/models/bank/bank-account.d.ts +0 -94
- package/src/lib/models/bank/bank-connection.d.ts +0 -28
- package/src/lib/models/bank/bank-external-stats.d.ts +0 -12
- package/src/lib/models/bank/bank-transaction-chart-data.d.ts +0 -30
- package/src/lib/models/bank/bank-transaction-summary-fields.enum.d.ts +0 -4
- package/src/lib/models/bank/bank-transaction.d.ts +0 -38
- package/src/lib/models/bank/bank.d.ts +0 -15
- package/src/lib/models/bank/basiq/basiq-config.d.ts +0 -17
- package/src/lib/models/bank/basiq/basiq-connection-data.interface.d.ts +0 -8
- package/src/lib/models/bank/basiq/basiq-connections-response.interface.d.ts +0 -9
- package/src/lib/models/bank/basiq/basiq-job-response.d.ts +0 -7
- package/src/lib/models/bank/basiq/basiq-job-step.d.ts +0 -9
- package/src/lib/models/bank/basiq/basiq-job.d.ts +0 -3
- package/src/lib/models/bank/basiq/basiq-token-response.interface.d.ts +0 -9
- package/src/lib/models/bank/basiq/basiq-token.d.ts +0 -10
- package/src/lib/models/bank/basiq/index.d.ts +0 -8
- package/src/lib/models/bank/index.d.ts +0 -12
- package/src/lib/models/bank/type-loan.const.d.ts +0 -2
- package/src/lib/models/borrowing-expense/borrowing-expense-loan.d.ts +0 -3
- package/src/lib/models/borrowing-expense/borrowing-expense.d.ts +0 -3
- package/src/lib/models/borrowing-expense/index.d.ts +0 -2
- package/src/lib/models/budget/budget-rule.d.ts +0 -7
- package/src/lib/models/budget/budget.d.ts +0 -9
- package/src/lib/models/budget/index.d.ts +0 -2
- package/src/lib/models/chart/chart-data.d.ts +0 -9
- package/src/lib/models/chart/chart-serie.d.ts +0 -8
- package/src/lib/models/chart-accounts/chart-accounts-categories.const.d.ts +0 -8
- package/src/lib/models/chart-accounts/chart-accounts-category.e-collection.d.ts +0 -16
- package/src/lib/models/chart-accounts/chart-accounts-depreciation.d.ts +0 -7
- package/src/lib/models/chart-accounts/chart-accounts-heading.d.ts +0 -5
- package/src/lib/models/chart-accounts/chart-accounts-meta-field.d.ts +0 -10
- package/src/lib/models/chart-accounts/chart-accounts-tax-labels.enum.d.ts +0 -5
- package/src/lib/models/chart-accounts/chart-accounts-value.d.ts +0 -3
- package/src/lib/models/chart-accounts/chart-accounts.d.ts +0 -133
- package/src/lib/models/chart-accounts/index.d.ts +0 -8
- package/src/lib/models/chat/chat-view-type.enum.d.ts +0 -4
- package/src/lib/models/chat/chat.d.ts +0 -13
- package/src/lib/models/chat/index.d.ts +0 -4
- package/src/lib/models/chat/message-document.d.ts +0 -12
- package/src/lib/models/chat/message.d.ts +0 -22
- package/src/lib/models/client/annual-client-details.d.ts +0 -14
- package/src/lib/models/client/capital-loss.d.ts +0 -9
- package/src/lib/models/client/capital-loss.interface.d.ts +0 -6
- package/src/lib/models/client/client-details.d.ts +0 -11
- package/src/lib/models/client/client-invite.d.ts +0 -36
- package/src/lib/models/client/client-movement.d.ts +0 -11
- package/src/lib/models/client/client-portfolio-chart-data.d.ts +0 -11
- package/src/lib/models/client/client-portfolio-report.d.ts +0 -11
- package/src/lib/models/client/index.d.ts +0 -8
- package/src/lib/models/color/alphabet-colors.enum.d.ts +0 -28
- package/src/lib/models/date-range.d.ts +0 -8
- package/src/lib/models/depreciation/depreciation-capital-project.d.ts +0 -4
- package/src/lib/models/depreciation/depreciation-forecast.d.ts +0 -14
- package/src/lib/models/depreciation/depreciation-group-item.d.ts +0 -12
- package/src/lib/models/depreciation/depreciation-group.d.ts +0 -14
- package/src/lib/models/depreciation/depreciation-group.enum.d.ts +0 -8
- package/src/lib/models/depreciation/depreciation-groups.const.d.ts +0 -9
- package/src/lib/models/depreciation/depreciation-lvp-rate.enum.d.ts +0 -7
- package/src/lib/models/depreciation/depreciation.d.ts +0 -63
- package/src/lib/models/depreciation/index.d.ts +0 -8
- package/src/lib/models/dictionary/dictionary.d.ts +0 -17
- package/src/lib/models/dictionary/index.d.ts +0 -1
- package/src/lib/models/document/document-api-url-prefix.enum.d.ts +0 -7
- package/src/lib/models/document/document-file-types.const.d.ts +0 -3
- package/src/lib/models/document/document-folder.d.ts +0 -3
- package/src/lib/models/document/document.d.ts +0 -9
- package/src/lib/models/document/index.d.ts +0 -4
- package/src/lib/models/employee/employee-details.d.ts +0 -7
- package/src/lib/models/employee/employee-invite.d.ts +0 -13
- package/src/lib/models/endpoint/endpoint.d.ts +0 -22
- package/src/lib/models/endpoint/endpoints.const.d.ts +0 -8
- package/src/lib/models/event/app-event-type.enum.d.ts +0 -58
- package/src/lib/models/event/app-event.d.ts +0 -18
- package/src/lib/models/event/index.d.ts +0 -2
- package/src/lib/models/export/export-cell-type.enum.d.ts +0 -9
- package/src/lib/models/export/export-cell.d.ts +0 -8
- package/src/lib/models/export/export-data-table.d.ts +0 -10
- package/src/lib/models/export/export-format.enum.d.ts +0 -4
- package/src/lib/models/file/file.d.ts +0 -10
- package/src/lib/models/file/icons-file.enum.d.ts +0 -5
- package/src/lib/models/file/index.d.ts +0 -1
- package/src/lib/models/financial-year/financial-year.d.ts +0 -22
- package/src/lib/models/financial-year/index.d.ts +0 -4
- package/src/lib/models/financial-year/month-name-short.enum.d.ts +0 -19
- package/src/lib/models/financial-year/month-number.enum.d.ts +0 -19
- package/src/lib/models/financial-year/months.const.d.ts +0 -1
- package/src/lib/models/firm/firm-branch.d.ts +0 -12
- package/src/lib/models/firm/firm-branch.interface.d.ts +0 -7
- package/src/lib/models/firm/firm.d.ts +0 -12
- package/src/lib/models/firm/index.d.ts +0 -2
- package/src/lib/models/holding/holding-reinvest.d.ts +0 -13
- package/src/lib/models/holding/holding-sale.d.ts +0 -31
- package/src/lib/models/holding/holding-trade-import.d.ts +0 -8
- package/src/lib/models/holding/holding-trade.d.ts +0 -47
- package/src/lib/models/holding/holding-type-exchange.d.ts +0 -14
- package/src/lib/models/holding/holding-type.d.ts +0 -48
- package/src/lib/models/holding/holding.d.ts +0 -25
- package/src/lib/models/holding/index.d.ts +0 -7
- package/src/lib/models/home-office/home-office-claim.d.ts +0 -26
- package/src/lib/models/home-office/home-office-claim.interface.d.ts +0 -21
- package/src/lib/models/home-office/home-office-log.d.ts +0 -13
- package/src/lib/models/home-office/home-office-log.interface.d.ts +0 -9
- package/src/lib/models/home-office/index.d.ts +0 -4
- package/src/lib/models/income-position/income-position.d.ts +0 -9
- package/src/lib/models/income-source/income-source-chart-data.d.ts +0 -14
- package/src/lib/models/income-source/income-source-forecast.d.ts +0 -19
- package/src/lib/models/income-source/income-source-type.d.ts +0 -8
- package/src/lib/models/income-source/income-source.d.ts +0 -29
- package/src/lib/models/income-source/index.d.ts +0 -6
- package/src/lib/models/income-source/salary-forecast.d.ts +0 -11
- package/src/lib/models/income-source/sole-forecast.d.ts +0 -7
- package/src/lib/models/index.d.ts +0 -32
- package/src/lib/models/loan/index.d.ts +0 -4
- package/src/lib/models/loan/loan-max-number-of-payments.enum.d.ts +0 -9
- package/src/lib/models/loan/loan-payment.d.ts +0 -15
- package/src/lib/models/loan/loan-payout.d.ts +0 -9
- package/src/lib/models/loan/loan.d.ts +0 -47
- package/src/lib/models/notification/index.d.ts +0 -1
- package/src/lib/models/notification/notification.d.ts +0 -12
- package/src/lib/models/pdf/pdf-orientation.enum.d.ts +0 -4
- package/src/lib/models/pdf/pdf-settings.d.ts +0 -14
- package/src/lib/models/phone/phone.d.ts +0 -8
- package/src/lib/models/property/borrowing-report.d.ts +0 -27
- package/src/lib/models/property/calculation-form-item.d.ts +0 -15
- package/src/lib/models/property/calculation-form-type.enum.d.ts +0 -7
- package/src/lib/models/property/capital-costs-itmes.const.d.ts +0 -2
- package/src/lib/models/property/corelogic-suggestion.d.ts +0 -18
- package/src/lib/models/property/index.d.ts +0 -18
- package/src/lib/models/property/property-category-movement.d.ts +0 -11
- package/src/lib/models/property/property-category.d.ts +0 -5
- package/src/lib/models/property/property-corelogic-stats.interface.d.ts +0 -8
- package/src/lib/models/property/property-document.d.ts +0 -9
- package/src/lib/models/property/property-equity-chart-data.d.ts +0 -63
- package/src/lib/models/property/property-equity-chart-item.d.ts +0 -19
- package/src/lib/models/property/property-equity-chart-type.enum.d.ts +0 -4
- package/src/lib/models/property/property-forecast.d.ts +0 -20
- package/src/lib/models/property/property-sale/index.d.ts +0 -5
- package/src/lib/models/property/property-sale/property-sale-cost-base.d.ts +0 -11
- package/src/lib/models/property/property-sale/property-sale-tax-exemption-meta-field.d.ts +0 -3
- package/src/lib/models/property/property-sale/property-sale.d.ts +0 -26
- package/src/lib/models/property/property-sale/tax-exemption-meta-field.d.ts +0 -3
- package/src/lib/models/property/property-sale/tax-exemption.d.ts +0 -4
- package/src/lib/models/property/property-share.d.ts +0 -21
- package/src/lib/models/property/property-subscription.d.ts +0 -6
- package/src/lib/models/property/property-valuation.d.ts +0 -11
- package/src/lib/models/property/property.d.ts +0 -107
- package/src/lib/models/registration-invite/registration-invite.d.ts +0 -8
- package/src/lib/models/report/depreciation/depreciation-lvp-asset-type.enum.d.ts +0 -8
- package/src/lib/models/report/depreciation/depreciation-lvp-report-item.d.ts +0 -8
- package/src/lib/models/report/depreciation/depreciation-report-item.d.ts +0 -9
- package/src/lib/models/report/depreciation/index.d.ts +0 -3
- package/src/lib/models/report/income-expense/transaction-report-item.d.ts +0 -11
- package/src/lib/models/report/index.d.ts +0 -8
- package/src/lib/models/report/my-tax/ato-links.d.ts +0 -6
- package/src/lib/models/report/my-tax/index.d.ts +0 -25
- package/src/lib/models/report/my-tax/my-tax-business-income-or-losses/business-income-or-losses-categories.const.d.ts +0 -8
- package/src/lib/models/report/my-tax/my-tax-business-income-or-losses/business-type.enum.d.ts +0 -9
- package/src/lib/models/report/my-tax/my-tax-business-income-or-losses/loss-type.enum.d.ts +0 -14
- package/src/lib/models/report/my-tax/my-tax-business-income-or-losses/my-tax-business-details/my-tax-business-details.d.ts +0 -16
- package/src/lib/models/report/my-tax/my-tax-business-income-or-losses/my-tax-business-income/my-tax-business-income.d.ts +0 -30
- package/src/lib/models/report/my-tax/my-tax-business-income-or-losses/my-tax-business-losses/my-tax-business-losses.d.ts +0 -30
- package/src/lib/models/report/my-tax/my-tax-cgt/cgt-exemption-and-rollover-code.enum.d.ts +0 -7
- package/src/lib/models/report/my-tax/my-tax-cgt/my-tax-cgt.d.ts +0 -24
- package/src/lib/models/report/my-tax/my-tax-deductions/deduction-clothing-type.enum.d.ts +0 -11
- package/src/lib/models/report/my-tax/my-tax-deductions/deduction-fields.const.d.ts +0 -8
- package/src/lib/models/report/my-tax/my-tax-deductions/deduction-self-education-type.enum.d.ts +0 -8
- package/src/lib/models/report/my-tax/my-tax-deductions/my-tax-deductions.d.ts +0 -47
- package/src/lib/models/report/my-tax/my-tax-dividends/my-tax-dividends.d.ts +0 -9
- package/src/lib/models/report/my-tax/my-tax-estimate/my-tax-estimate.d.ts +0 -20
- package/src/lib/models/report/my-tax/my-tax-income-statements/my-tax-income-statements.d.ts +0 -36
- package/src/lib/models/report/my-tax/my-tax-income-tests/my-tax-income-tests.d.ts +0 -7
- package/src/lib/models/report/my-tax/my-tax-interest/my-tax-interest.d.ts +0 -9
- package/src/lib/models/report/my-tax/my-tax-losses/my-tax-losses.d.ts +0 -16
- package/src/lib/models/report/my-tax/my-tax-offsets/my-tax-offsets.d.ts +0 -7
- package/src/lib/models/report/my-tax/my-tax-other-income/my-tax-other-income.d.ts +0 -19
- package/src/lib/models/report/my-tax/my-tax-partnerships-and-trusts/my-tax-partnerships-and-trusts.d.ts +0 -20
- package/src/lib/models/report/my-tax/my-tax-rent/my-tax-rent.d.ts +0 -21
- package/src/lib/models/report/property/index.d.ts +0 -3
- package/src/lib/models/report/property/property-report-item-depreciation.d.ts +0 -12
- package/src/lib/models/report/property/property-report-item-transaction.d.ts +0 -10
- package/src/lib/models/report/property/property-report-item.d.ts +0 -23
- package/src/lib/models/report/report.interface.d.ts +0 -8
- package/src/lib/models/report/reports.const.d.ts +0 -3
- package/src/lib/models/report/sole/index.d.ts +0 -1
- package/src/lib/models/report/sole/sole-business/sole-business-loss-report.d.ts +0 -19
- package/src/lib/models/report/vehicle-expense/vehicle-expense.d.ts +0 -11
- package/src/lib/models/service-subscription/index.d.ts +0 -9
- package/src/lib/models/service-subscription/module-url-list.const.d.ts +0 -6
- package/src/lib/models/service-subscription/payment-method-brand.enum.d.ts +0 -10
- package/src/lib/models/service-subscription/service-payment-method.d.ts +0 -11
- package/src/lib/models/service-subscription/service-payment.d.ts +0 -12
- package/src/lib/models/service-subscription/service-price.d.ts +0 -10
- package/src/lib/models/service-subscription/service-product-icons.enum.d.ts +0 -9
- package/src/lib/models/service-subscription/service-product-roles.const.d.ts +0 -5
- package/src/lib/models/service-subscription/service-product.d.ts +0 -9
- package/src/lib/models/service-subscription/service-promo-code-duration.enum.d.ts +0 -5
- package/src/lib/models/service-subscription/service-promo-code.d.ts +0 -20
- package/src/lib/models/service-subscription/service-subscription-item.d.ts +0 -11
- package/src/lib/models/service-subscription/service-subscription.d.ts +0 -67
- package/src/lib/models/sharesight/index.d.ts +0 -4
- package/src/lib/models/sharesight/sharesight-details-messages.enum.d.ts +0 -7
- package/src/lib/models/sharesight/sharesight-details.d.ts +0 -18
- package/src/lib/models/sharesight/sharesight-details.interface.d.ts +0 -11
- package/src/lib/models/sharesight/sharesight-portfolio/index.d.ts +0 -3
- package/src/lib/models/sharesight/sharesight-portfolio/sharesight-portfolio.d.ts +0 -10
- package/src/lib/models/sharesight/sharesight-portfolio/sharesight-portfolio.interface.d.ts +0 -7
- package/src/lib/models/sharesight/sharesight-portfolio/sharesight-portfolio.messages.d.ts +0 -3
- package/src/lib/models/sole/bas-report.d.ts +0 -16
- package/src/lib/models/sole/index.d.ts +0 -12
- package/src/lib/models/sole/sole-business-activity.d.ts +0 -3
- package/src/lib/models/sole/sole-business-allocation.d.ts +0 -8
- package/src/lib/models/sole/sole-business-loss-offset-rule.d.ts +0 -4
- package/src/lib/models/sole/sole-business-loss.d.ts +0 -14
- package/src/lib/models/sole/sole-business.d.ts +0 -30
- package/src/lib/models/sole/sole-contact.d.ts +0 -14
- package/src/lib/models/sole/sole-depreciation-method.d.ts +0 -4
- package/src/lib/models/sole/sole-details.d.ts +0 -5
- package/src/lib/models/sole/sole-invoice-item.d.ts +0 -15
- package/src/lib/models/sole/sole-invoice-template.d.ts +0 -19
- package/src/lib/models/sole/sole-invoice.d.ts +0 -64
- package/src/lib/models/tax-return/index.d.ts +0 -3
- package/src/lib/models/tax-return/tax-return-category.d.ts +0 -8
- package/src/lib/models/tax-return/tax-return-item.d.ts +0 -10
- package/src/lib/models/tax-return/tax-return.d.ts +0 -5
- package/src/lib/models/tax-review/tax-review.d.ts +0 -56
- package/src/lib/models/tax-summary/report-item-details.d.ts +0 -14
- package/src/lib/models/tax-summary/report-item.d.ts +0 -25
- package/src/lib/models/tax-summary/tax-summary-section.d.ts +0 -12
- package/src/lib/models/tax-summary/tax-summary-type.enum.d.ts +0 -7
- package/src/lib/models/tax-summary/tax-summary.d.ts +0 -75
- package/src/lib/models/toast/toast-type.enum.d.ts +0 -6
- package/src/lib/models/toast/toast.d.ts +0 -14
- package/src/lib/models/transaction/allocation-rule-condition.d.ts +0 -8
- package/src/lib/models/transaction/allocation-rule-transaction-meta-field.d.ts +0 -3
- package/src/lib/models/transaction/allocation-rule-transaction.d.ts +0 -28
- package/src/lib/models/transaction/allocation-rule.d.ts +0 -42
- package/src/lib/models/transaction/income-amount-type.enum.d.ts +0 -7
- package/src/lib/models/transaction/index.d.ts +0 -8
- package/src/lib/models/transaction/transaction-allocation.d.ts +0 -12
- package/src/lib/models/transaction/transaction-category.enum.d.ts +0 -6
- package/src/lib/models/transaction/transaction-meta-field.d.ts +0 -8
- package/src/lib/models/transaction/transaction.d.ts +0 -101
- package/src/lib/models/user/index.d.ts +0 -10
- package/src/lib/models/user/mfa-details/index.d.ts +0 -2
- package/src/lib/models/user/mfa-details/mfa-details.d.ts +0 -11
- package/src/lib/models/user/mfa-details/mfa-details.interface.d.ts +0 -6
- package/src/lib/models/user/my-account-history-initiated-by.enum.d.ts +0 -4
- package/src/lib/models/user/my-account-history-status.enum.d.ts +0 -4
- package/src/lib/models/user/my-account-history-type.enum.d.ts +0 -5
- package/src/lib/models/user/my-account-history.d.ts +0 -11
- package/src/lib/models/user/occupation.d.ts +0 -3
- package/src/lib/models/user/user-roles.const.d.ts +0 -7
- package/src/lib/models/user/user-to-register.d.ts +0 -7
- package/src/lib/models/user/user-work-position.const.d.ts +0 -3
- package/src/lib/models/user/user.d.ts +0 -60
- package/src/lib/models/user-event/user-event-setting-field.enum.d.ts +0 -8
- package/src/lib/models/user-event/user-event-setting.d.ts +0 -6
- package/src/lib/models/user-event/user-event-type-category.d.ts +0 -3
- package/src/lib/models/user-event/user-event-type.d.ts +0 -8
- package/src/lib/models/vehicle/index.d.ts +0 -4
- package/src/lib/models/vehicle/vehicle-claim-details.d.ts +0 -14
- package/src/lib/models/vehicle/vehicle-claim.d.ts +0 -32
- package/src/lib/models/vehicle/vehicle-logbook.d.ts +0 -9
- package/src/lib/models/vehicle/vehicle.d.ts +0 -5
- package/src/lib/pipes/app-currency.pipe.d.ts +0 -11
- package/src/lib/pipes/app-percent.pipe.d.ts +0 -8
- package/src/lib/pipes/index.d.ts +0 -3
- package/src/lib/pipes/safe-url.pipe.d.ts +0 -10
- package/src/lib/resolvers/business/business.resolver.d.ts +0 -11
- package/src/lib/resolvers/business/sole-details.resolver.d.ts +0 -11
- package/src/lib/resolvers/index.d.ts +0 -2
- package/src/lib/services/account-setup/account-setup.service.d.ts +0 -74
- package/src/lib/services/account-setup/index.d.ts +0 -1
- package/src/lib/services/adblock/adblock.service.d.ts +0 -21
- package/src/lib/services/adblock/index.d.ts +0 -1
- package/src/lib/services/asset/assets.service.d.ts +0 -34
- package/src/lib/services/asset/index.d.ts +0 -1
- package/src/lib/services/bank/bank-account-calculation.service.d.ts +0 -15
- package/src/lib/services/bank/index.d.ts +0 -1
- package/src/lib/services/data.service.d.ts +0 -39
- package/src/lib/services/event/event-dispatcher.service.d.ts +0 -24
- package/src/lib/services/event/index.d.ts +0 -2
- package/src/lib/services/event/sse.service.d.ts +0 -20
- package/src/lib/services/export/export-formatter.service.d.ts +0 -12
- package/src/lib/services/export/index.d.ts +0 -1
- package/src/lib/services/firm/current-firm-branch.service.d.ts +0 -11
- package/src/lib/services/firm/index.d.ts +0 -1
- package/src/lib/services/header-title/header-title.service.d.ts +0 -11
- package/src/lib/services/header-title/index.d.ts +0 -1
- package/src/lib/services/http/address/address.service.d.ts +0 -14
- package/src/lib/services/http/address/index.d.ts +0 -1
- package/src/lib/services/http/aussie/aussie.service.d.ts +0 -19
- package/src/lib/services/http/aussie/index.d.ts +0 -1
- package/src/lib/services/http/bank/bank-account/bank-account.service.d.ts +0 -47
- package/src/lib/services/http/bank/bank-account/index.d.ts +0 -1
- package/src/lib/services/http/bank/bank-connection/bank-connection-messages.enum.d.ts +0 -24
- package/src/lib/services/http/bank/bank-connection/bank-connection.service.d.ts +0 -30
- package/src/lib/services/http/bank/bank-connection/index.d.ts +0 -2
- package/src/lib/services/http/bank/bank-transaction/bank-transaction.service.d.ts +0 -36
- package/src/lib/services/http/bank/bank-transaction/index.d.ts +0 -1
- package/src/lib/services/http/bank/bank.service.d.ts +0 -16
- package/src/lib/services/http/bank/basiq/basiq-messages.enum.d.ts +0 -5
- package/src/lib/services/http/bank/basiq/basiq-token.service.d.ts +0 -22
- package/src/lib/services/http/bank/basiq/basiq.service.d.ts +0 -92
- package/src/lib/services/http/bank/basiq/index.d.ts +0 -3
- package/src/lib/services/http/bank/index.d.ts +0 -5
- package/src/lib/services/http/budget/budget-messages.enum.d.ts +0 -6
- package/src/lib/services/http/budget/budget.service.d.ts +0 -13
- package/src/lib/services/http/budget/index.d.ts +0 -2
- package/src/lib/services/http/chart-accounts/chart-accounts-depreciations/chart-accounts-depreciations.service.d.ts +0 -16
- package/src/lib/services/http/chart-accounts/chart-accounts-depreciations/index.d.ts +0 -1
- package/src/lib/services/http/chart-accounts/chart-accounts-messages.enum.d.ts +0 -7
- package/src/lib/services/http/chart-accounts/chart-accounts.service.d.ts +0 -22
- package/src/lib/services/http/chart-accounts/index.d.ts +0 -3
- package/src/lib/services/http/chat/chat.service.d.ts +0 -30
- package/src/lib/services/http/chat/index.d.ts +0 -3
- package/src/lib/services/http/chat/message-document.service.d.ts +0 -36
- package/src/lib/services/http/chat/message.service.d.ts +0 -23
- package/src/lib/services/http/client/annual-client-details.service.d.ts +0 -13
- package/src/lib/services/http/client/capital-loss/capital-loss-messages.enum.d.ts +0 -5
- package/src/lib/services/http/client/capital-loss/capital-loss.service.d.ts +0 -12
- package/src/lib/services/http/client/capital-loss/index.d.ts +0 -2
- package/src/lib/services/http/client/client-coupon.service.d.ts +0 -16
- package/src/lib/services/http/client/index.d.ts +0 -4
- package/src/lib/services/http/client/occupation/occupation.service.d.ts +0 -20
- package/src/lib/services/http/depreciation/depreciation-capital-project/depreciation-capital-project.service.d.ts +0 -17
- package/src/lib/services/http/depreciation/depreciation-capital-project/index.d.ts +0 -1
- package/src/lib/services/http/depreciation/depreciation.service.d.ts +0 -51
- package/src/lib/services/http/depreciation/index.d.ts +0 -2
- package/src/lib/services/http/document/document-folder/document-folder-messages.enum.d.ts +0 -6
- package/src/lib/services/http/document/document-folder/document-folder.service.d.ts +0 -16
- package/src/lib/services/http/document/document-folder/index.d.ts +0 -2
- package/src/lib/services/http/document/document-messages.enum.d.ts +0 -6
- package/src/lib/services/http/document/document.service.d.ts +0 -13
- package/src/lib/services/http/document/index.d.ts +0 -3
- package/src/lib/services/http/facebook/facebook-auth-options.interface.d.ts +0 -11
- package/src/lib/services/http/facebook/facebook-auth-response.interface.d.ts +0 -11
- package/src/lib/services/http/facebook/facebook-status-response.interface.d.ts +0 -9
- package/src/lib/services/http/facebook/facebook.service.d.ts +0 -38
- package/src/lib/services/http/facebook/index.d.ts +0 -1
- package/src/lib/services/http/file/file.service.d.ts +0 -18
- package/src/lib/services/http/file/index.d.ts +0 -1
- package/src/lib/services/http/firm/client-invite/client-invite-messages.enum.d.ts +0 -13
- package/src/lib/services/http/firm/client-invite/client-invite.service.d.ts +0 -44
- package/src/lib/services/http/firm/client-invite/index.d.ts +0 -2
- package/src/lib/services/http/firm/client-movement/client-movement-messages.enum.d.ts +0 -6
- package/src/lib/services/http/firm/client-movement/client-movement.service.d.ts +0 -37
- package/src/lib/services/http/firm/client-movement/index.d.ts +0 -2
- package/src/lib/services/http/firm/employee/employee-messages.enum.d.ts +0 -12
- package/src/lib/services/http/firm/employee/employee.service.d.ts +0 -21
- package/src/lib/services/http/firm/employee/index.d.ts +0 -2
- package/src/lib/services/http/firm/employee-invite/employee-invite.service.d.ts +0 -25
- package/src/lib/services/http/firm/employee-invite/index.d.ts +0 -1
- package/src/lib/services/http/firm/firm-branch/firm-branch-messages.enum.d.ts +0 -7
- package/src/lib/services/http/firm/firm-branch/firm-branch.service.d.ts +0 -13
- package/src/lib/services/http/firm/firm-branch/index.d.ts +0 -2
- package/src/lib/services/http/firm/firm-messages.enum.d.ts +0 -4
- package/src/lib/services/http/firm/firm.service.d.ts +0 -22
- package/src/lib/services/http/firm/index.d.ts +0 -8
- package/src/lib/services/http/firm/portfolio-report/client-portfolio-report.service.d.ts +0 -16
- package/src/lib/services/http/firm/portfolio-report/index.d.ts +0 -1
- package/src/lib/services/http/google/google.service.d.ts +0 -43
- package/src/lib/services/http/google/index.d.ts +0 -1
- package/src/lib/services/http/holding/holding-sale.service.d.ts +0 -15
- package/src/lib/services/http/holding/holding-trade-import/holding-trade-import-messages.enum.d.ts +0 -7
- package/src/lib/services/http/holding/holding-trade-import/holding-trade-import.service.d.ts +0 -17
- package/src/lib/services/http/holding/holding-trade-messages.enum.d.ts +0 -8
- package/src/lib/services/http/holding/holding-trade.service.d.ts +0 -20
- package/src/lib/services/http/holding/holding-type-messages.enum.d.ts +0 -6
- package/src/lib/services/http/holding/holding-type.service.d.ts +0 -23
- package/src/lib/services/http/holding/index.d.ts +0 -8
- package/src/lib/services/http/home-office/home-office-claim-messages.enum.d.ts +0 -6
- package/src/lib/services/http/home-office/home-office-claim.service.d.ts +0 -14
- package/src/lib/services/http/home-office/home-office-log-messages.enum.d.ts +0 -6
- package/src/lib/services/http/home-office/home-office-log.service.d.ts +0 -16
- package/src/lib/services/http/home-office/index.d.ts +0 -4
- package/src/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.d.ts +0 -34
- package/src/lib/services/http/income-source/income-source-forecast/index.d.ts +0 -1
- package/src/lib/services/http/income-source/income-source-messages.enum.d.ts +0 -8
- package/src/lib/services/http/income-source/income-source.service.d.ts +0 -42
- package/src/lib/services/http/income-source/index.d.ts +0 -5
- package/src/lib/services/http/income-source/salary-forecast/index.d.ts +0 -1
- package/src/lib/services/http/income-source/salary-forecast/salary-forecast.service.d.ts +0 -33
- package/src/lib/services/http/income-source/sole-forecast/index.d.ts +0 -1
- package/src/lib/services/http/income-source/sole-forecast/sole-forecast.service.d.ts +0 -34
- package/src/lib/services/http/index.d.ts +0 -32
- package/src/lib/services/http/loan/borrowing-expense/borrowing-expense.service.d.ts +0 -23
- package/src/lib/services/http/loan/borrowing-expense/index.d.ts +0 -1
- package/src/lib/services/http/loan/index.d.ts +0 -3
- package/src/lib/services/http/loan/loan-messages.enum.d.ts +0 -6
- package/src/lib/services/http/loan/loan.service.d.ts +0 -48
- package/src/lib/services/http/pdf/pdf.service.d.ts +0 -13
- package/src/lib/services/http/property/borrowing-report/borrowing-report-messages.enum.d.ts +0 -5
- package/src/lib/services/http/property/borrowing-report/borrowing-report.service.d.ts +0 -13
- package/src/lib/services/http/property/borrowing-report/index.d.ts +0 -2
- package/src/lib/services/http/property/index.d.ts +0 -9
- package/src/lib/services/http/property/property-category/index.d.ts +0 -1
- package/src/lib/services/http/property/property-category/property-category.service.d.ts +0 -16
- package/src/lib/services/http/property/property-category-movement/index.d.ts +0 -1
- package/src/lib/services/http/property/property-category-movement/property-category-movement.service.d.ts +0 -17
- package/src/lib/services/http/property/property-document/index.d.ts +0 -2
- package/src/lib/services/http/property/property-document/property-document-messages.enum.d.ts +0 -6
- package/src/lib/services/http/property/property-document/property-document.service.d.ts +0 -18
- package/src/lib/services/http/property/property-messages.enum.d.ts +0 -9
- package/src/lib/services/http/property/property-sale/index.d.ts +0 -2
- package/src/lib/services/http/property/property-sale/property-sale.service.d.ts +0 -15
- package/src/lib/services/http/property/property-share/index.d.ts +0 -1
- package/src/lib/services/http/property/property-share/property-share.service.d.ts +0 -38
- package/src/lib/services/http/property/property-valuation/index.d.ts +0 -2
- package/src/lib/services/http/property/property-valuation/property-valuation-messages.enum.d.ts +0 -5
- package/src/lib/services/http/property/property-valuation/property-valuation.service.d.ts +0 -14
- package/src/lib/services/http/property/property.service.d.ts +0 -48
- package/src/lib/services/http/rest/http-error-messages.const.d.ts +0 -13
- package/src/lib/services/http/rest/http-method.type.d.ts +0 -1
- package/src/lib/services/http/rest/index.d.ts +0 -4
- package/src/lib/services/http/rest/rest-method.type.d.ts +0 -1
- package/src/lib/services/http/rest/rest-old.service.d.ts +0 -122
- package/src/lib/services/http/rest/rest.service.d.ts +0 -167
- package/src/lib/services/http/rest-messages.enum.d.ts +0 -5
- package/src/lib/services/http/service-notification/index.d.ts +0 -1
- package/src/lib/services/http/service-notification/service-notification.service.d.ts +0 -27
- package/src/lib/services/http/setup-item/setup-item.service.d.ts +0 -13
- package/src/lib/services/http/sharesight/index.d.ts +0 -2
- package/src/lib/services/http/sharesight/sharesight-details.service.d.ts +0 -15
- package/src/lib/services/http/sharesight/sharesight-portfolio.service.d.ts +0 -14
- package/src/lib/services/http/sole/bas-report/bas-report-messages.enum.d.ts +0 -6
- package/src/lib/services/http/sole/bas-report/bas-report.service.d.ts +0 -10
- package/src/lib/services/http/sole/bas-report/index.d.ts +0 -2
- package/src/lib/services/http/sole/index.d.ts +0 -10
- package/src/lib/services/http/sole/sole-business/index.d.ts +0 -2
- package/src/lib/services/http/sole/sole-business/sole-business-messages.enum.d.ts +0 -3
- package/src/lib/services/http/sole/sole-business/sole-business.service.d.ts +0 -14
- package/src/lib/services/http/sole/sole-business-activity/sole-business-activity.service.d.ts +0 -10
- package/src/lib/services/http/sole/sole-business-loss/sole-business-loss-rules/sole-business-loss-offset-rule.service.d.ts +0 -12
- package/src/lib/services/http/sole/sole-business-loss/sole-business-loss.service.d.ts +0 -23
- package/src/lib/services/http/sole/sole-contact/sole-contact.service.d.ts +0 -10
- package/src/lib/services/http/sole/sole-depreciation-method/sole-depreciation-method.service.d.ts +0 -26
- package/src/lib/services/http/sole/sole-details/sole-details.service.d.ts +0 -20
- package/src/lib/services/http/sole/sole-invoice/sole-invoice.service.d.ts +0 -24
- package/src/lib/services/http/sole/sole-invoice-template/sole-invoice-template.service.d.ts +0 -10
- package/src/lib/services/http/subscription/index.d.ts +0 -6
- package/src/lib/services/http/subscription/service-payment/service-payment.service.d.ts +0 -18
- package/src/lib/services/http/subscription/service-payment-method/service-payment-method.service.d.ts +0 -23
- package/src/lib/services/http/subscription/service-price/service-price.service.d.ts +0 -16
- package/src/lib/services/http/subscription/service-product/service-product.service.d.ts +0 -13
- package/src/lib/services/http/subscription/service-subscription/subscription-messages.enum.d.ts +0 -8
- package/src/lib/services/http/subscription/service-subscription/subscription.service.d.ts +0 -43
- package/src/lib/services/http/tax-review/index.d.ts +0 -3
- package/src/lib/services/http/tax-review/tax-review-history/tax-review-history.service.d.ts +0 -21
- package/src/lib/services/http/tax-review/tax-review-messages.enum.d.ts +0 -18
- package/src/lib/services/http/tax-review/tax-review.service.d.ts +0 -41
- package/src/lib/services/http/tax-summary/index.d.ts +0 -1
- package/src/lib/services/http/tax-summary/tax-summary.service.d.ts +0 -32
- package/src/lib/services/http/transaction/index.d.ts +0 -5
- package/src/lib/services/http/transaction/invoice-transactions.service.d.ts +0 -20
- package/src/lib/services/http/transaction/prior-transaction.service.d.ts +0 -20
- package/src/lib/services/http/transaction/transaction-allocation/allocation-rule/allocation-rule.service.d.ts +0 -13
- package/src/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.d.ts +0 -42
- package/src/lib/services/http/transaction/transaction.service.d.ts +0 -87
- package/src/lib/services/http/user/financial-year/financial-year.service.d.ts +0 -11
- package/src/lib/services/http/user/index.d.ts +0 -8
- package/src/lib/services/http/user/mfa-details/index.d.ts +0 -2
- package/src/lib/services/http/user/mfa-details/mfa-details-messages.enum.d.ts +0 -5
- package/src/lib/services/http/user/mfa-details/mfa-details.service.d.ts +0 -19
- package/src/lib/services/http/user/user-event-setting/user-event-setting.service.d.ts +0 -13
- package/src/lib/services/http/user/user-event-type/user-event-type.service.d.ts +0 -13
- package/src/lib/services/http/user/user-messages.enum.d.ts +0 -9
- package/src/lib/services/http/user/user.service.d.ts +0 -45
- package/src/lib/services/http/user/users-invite/users-invite.service.d.ts +0 -13
- package/src/lib/services/http/vehicle/index.d.ts +0 -5
- package/src/lib/services/http/vehicle/vehicle-claim-details.service.d.ts +0 -27
- package/src/lib/services/http/vehicle/vehicle-claim.service.d.ts +0 -18
- package/src/lib/services/http/vehicle/vehicle-logbook/index.d.ts +0 -2
- package/src/lib/services/http/vehicle/vehicle-logbook/vehicle-logbook-messages.enum.d.ts +0 -6
- package/src/lib/services/http/vehicle/vehicle-logbook/vehicle-logbook.service.d.ts +0 -16
- package/src/lib/services/http/vehicle/vehicle-messages.enum.d.ts +0 -6
- package/src/lib/services/http/vehicle/vehicle.service.d.ts +0 -15
- package/src/lib/services/http/youtube/index.d.ts +0 -2
- package/src/lib/services/http/youtube/youtube-video.interface.d.ts +0 -4
- package/src/lib/services/http/youtube/youtube.service.d.ts +0 -15
- package/src/lib/services/index.d.ts +0 -18
- package/src/lib/services/intercom/index.d.ts +0 -1
- package/src/lib/services/intercom/intercom.service.d.ts +0 -21
- package/src/lib/services/json/chart-accounts/chart-accounts-value.service.d.ts +0 -12
- package/src/lib/services/json/holding/holding-type-exchange.service.d.ts +0 -12
- package/src/lib/services/json/income-source/income-source-type.service.d.ts +0 -12
- package/src/lib/services/json/index.d.ts +0 -5
- package/src/lib/services/json/tax-exemption/tax-exemption.service.d.ts +0 -12
- package/src/lib/services/json/tax-return/tax-return-item.service.d.ts +0 -12
- package/src/lib/services/pdf/index.d.ts +0 -5
- package/src/lib/services/pdf/js-pdf.d.ts +0 -9
- package/src/lib/services/pdf/pdf-from-dom-element/file-settings.d.ts +0 -6
- package/src/lib/services/pdf/pdf-from-dom-element/pdf-from-dom-element.service.d.ts +0 -17
- package/src/lib/services/pdf/pdf-from-table/file-settings.d.ts +0 -8
- package/src/lib/services/pdf/pdf-from-table/pdf-from-data-table/pdf-from-data-table.service.d.ts +0 -19
- package/src/lib/services/pdf/pdf-from-table/pdf-from-html-table/pdf-from-html-table.service.d.ts +0 -16
- package/src/lib/services/pdf/pdf-from-table/pdf-from-table.service.d.ts +0 -18
- package/src/lib/services/preloader/index.d.ts +0 -1
- package/src/lib/services/preloader/preloader.service.d.ts +0 -12
- package/src/lib/services/property/corelogic/corelogic-messages.enum.d.ts +0 -3
- package/src/lib/services/property/corelogic/corelogic.service.d.ts +0 -17
- package/src/lib/services/property/corelogic/index.d.ts +0 -2
- package/src/lib/services/property/equity-position-chart/equity-position-chart.service.d.ts +0 -15
- package/src/lib/services/property/equity-position-chart/index.d.ts +0 -1
- package/src/lib/services/property/index.d.ts +0 -3
- package/src/lib/services/property/property-calculation/index.d.ts +0 -1
- package/src/lib/services/property/property-calculation/property-calculation.service.d.ts +0 -51
- package/src/lib/services/report/index.d.ts +0 -1
- package/src/lib/services/report/property/property-transaction-report.service.d.ts +0 -35
- package/src/lib/services/toast/index.d.ts +0 -1
- package/src/lib/services/toast/toast.service.d.ts +0 -17
- package/src/lib/services/user/index.d.ts +0 -1
- package/src/lib/services/user/user-switcher.service.d.ts +0 -20
- package/src/lib/services/xlsx/index.d.ts +0 -1
- package/src/lib/services/xlsx/xlsx.service.d.ts +0 -27
- package/src/lib/transformer/transformDate.d.ts +0 -3
- package/src/lib/validators/at-least-one-enabled.validator.d.ts +0 -5
- package/src/lib/validators/at-least-one.validator.d.ts +0 -6
- package/src/lib/validators/autocomplete.validator.d.ts +0 -6
- package/src/lib/validators/conditional.validator.d.ts +0 -2
- package/src/lib/validators/current-fin-year.validator.d.ts +0 -5
- package/src/lib/validators/date/max-date.validator.d.ts +0 -5
- package/src/lib/validators/date/min-date.validator.d.ts +0 -5
- package/src/lib/validators/date-range.validator.d.ts +0 -5
- package/src/lib/validators/fields-sum.validator.d.ts +0 -8
- package/src/lib/validators/file.validator.d.ts +0 -6
- package/src/lib/validators/greater-than.validator.d.ts +0 -5
- package/src/lib/validators/group.validator.d.ts +0 -5
- package/src/lib/validators/index.d.ts +0 -14
- package/src/lib/validators/match-sum.validator.d.ts +0 -6
- package/src/lib/validators/password-match.validator.d.ts +0 -2
- package/src/lib/validators/password.validator.d.ts +0 -8
- package/src/lib/validators/phone-number.validator.d.ts +0 -6
- package/src/lib/validators/required-length.validator.d.ts +0 -5
- package/src/lib/validators/string/alpha-space.validator.d.ts +0 -5
- package/src/lib/validators/unique-email.validator.d.ts +0 -11
@@ -39,7 +39,7 @@ import { checkAdBlock } from 'adblock-checker';
|
|
39
39
|
import { jsPDF } from 'jspdf';
|
40
40
|
import { applyPlugin } from 'jspdf-autotable';
|
41
41
|
import html2pdf from 'html2pdf.js';
|
42
|
-
import * as xlsx from 'xlsx';
|
42
|
+
import * as xlsx from '@e965/xlsx';
|
43
43
|
import * as FileSaver from 'file-saver';
|
44
44
|
import * as i1$2 from '@angular/platform-browser';
|
45
45
|
import { PercentagePipe } from 'ngx-pipes';
|
@@ -792,6 +792,9 @@ var BankAccountStatusEnum;
|
|
792
792
|
(function (BankAccountStatusEnum) {
|
793
793
|
BankAccountStatusEnum[BankAccountStatusEnum["INACTIVE"] = 0] = "INACTIVE";
|
794
794
|
BankAccountStatusEnum[BankAccountStatusEnum["ACTIVE"] = 1] = "ACTIVE";
|
795
|
+
BankAccountStatusEnum[BankAccountStatusEnum["DISCONNECTED"] = 2] = "DISCONNECTED";
|
796
|
+
// manual moved to basiq, but saved as backup
|
797
|
+
BankAccountStatusEnum[BankAccountStatusEnum["REPLACED"] = 3] = "REPLACED";
|
795
798
|
})(BankAccountStatusEnum || (BankAccountStatusEnum = {}));
|
796
799
|
|
797
800
|
var BankAccountTypeEnum;
|
@@ -6870,6 +6873,15 @@ var TransactionCategoryEnum;
|
|
6870
6873
|
TransactionCategoryEnum[TransactionCategoryEnum["PERSONAL"] = 3] = "PERSONAL";
|
6871
6874
|
})(TransactionCategoryEnum || (TransactionCategoryEnum = {}));
|
6872
6875
|
|
6876
|
+
function TransformDate(format = 'YYYY-MM-DD', params = { toPlainOnly: true }) {
|
6877
|
+
return Transform(({ value }) => {
|
6878
|
+
if (!(value instanceof Date)) {
|
6879
|
+
return value;
|
6880
|
+
}
|
6881
|
+
return moment(value).format(format);
|
6882
|
+
}, params);
|
6883
|
+
}
|
6884
|
+
|
6873
6885
|
/**
|
6874
6886
|
* @TODO Alex: clarify grouping rules and refactor
|
6875
6887
|
*/
|
@@ -6987,10 +6999,7 @@ class Depreciation extends Depreciation$1 {
|
|
6987
6999
|
}
|
6988
7000
|
}
|
6989
7001
|
__decorate([
|
6990
|
-
|
6991
|
-
], Depreciation.prototype, "purchaseDate", void 0);
|
6992
|
-
__decorate([
|
6993
|
-
Type(() => Date)
|
7002
|
+
TransformDate()
|
6994
7003
|
], Depreciation.prototype, "date", void 0);
|
6995
7004
|
__decorate([
|
6996
7005
|
Type(() => Date)
|
@@ -9213,6 +9222,9 @@ class BankAccountCollection extends Collection {
|
|
9213
9222
|
getActive() {
|
9214
9223
|
return this.getOwn().filter((bankAccount) => bankAccount.isActive());
|
9215
9224
|
}
|
9225
|
+
getConnected() {
|
9226
|
+
return this.filter(bankAccounts => bankAccounts.status !== BankAccountStatusEnum.DISCONNECTED);
|
9227
|
+
}
|
9216
9228
|
getLoanAccounts() {
|
9217
9229
|
return this.filterBy('type', TYPE_LOAN);
|
9218
9230
|
}
|
@@ -10091,15 +10103,6 @@ const TYPE_LOAN = [
|
|
10091
10103
|
BankAccountTypeEnum.LOAN,
|
10092
10104
|
];
|
10093
10105
|
|
10094
|
-
function TransformDate(format = 'YYYY-MM-DD', params = { toPlainOnly: true }) {
|
10095
|
-
return Transform(({ value }) => {
|
10096
|
-
if (!(value instanceof Date)) {
|
10097
|
-
return value;
|
10098
|
-
}
|
10099
|
-
return moment(value).format(format);
|
10100
|
-
}, params);
|
10101
|
-
}
|
10102
|
-
|
10103
10106
|
class BankAccount extends BankAccount$1 {
|
10104
10107
|
get bank() {
|
10105
10108
|
return this.bankConnection.bank;
|
@@ -11350,10 +11353,10 @@ class ToastService {
|
|
11350
11353
|
message,
|
11351
11354
|
}));
|
11352
11355
|
}
|
11353
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
11354
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
11356
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
11357
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ToastService, providedIn: 'root' }); }
|
11355
11358
|
}
|
11356
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
11359
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ToastService, decorators: [{
|
11357
11360
|
type: Injectable,
|
11358
11361
|
args: [{
|
11359
11362
|
providedIn: 'root'
|
@@ -11386,10 +11389,10 @@ class CorelogicService {
|
|
11386
11389
|
return throwError(() => error);
|
11387
11390
|
}));
|
11388
11391
|
}
|
11389
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
11390
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
11392
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: CorelogicService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
11393
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: CorelogicService, providedIn: 'root' }); }
|
11391
11394
|
}
|
11392
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
11395
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: CorelogicService, decorators: [{
|
11393
11396
|
type: Injectable,
|
11394
11397
|
args: [{
|
11395
11398
|
providedIn: 'root'
|
@@ -11426,10 +11429,10 @@ class CorelogicInterceptor {
|
|
11426
11429
|
}
|
11427
11430
|
});
|
11428
11431
|
}
|
11429
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
11430
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
11432
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: CorelogicInterceptor, deps: [{ token: CorelogicService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
11433
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: CorelogicInterceptor }); }
|
11431
11434
|
}
|
11432
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
11435
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: CorelogicInterceptor, decorators: [{
|
11433
11436
|
type: Injectable
|
11434
11437
|
}], ctorParameters: () => [{ type: CorelogicService }, { type: undefined, decorators: [{
|
11435
11438
|
type: Inject,
|
@@ -11465,10 +11468,10 @@ class FinancialYearInterceptor {
|
|
11465
11468
|
}
|
11466
11469
|
return next.handle(clonedReq);
|
11467
11470
|
}
|
11468
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
11469
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
11471
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
11472
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: FinancialYearInterceptor }); }
|
11470
11473
|
}
|
11471
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
11474
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: FinancialYearInterceptor, decorators: [{
|
11472
11475
|
type: Injectable
|
11473
11476
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
11474
11477
|
type: Inject,
|
@@ -11492,10 +11495,10 @@ class AddressService {
|
|
11492
11495
|
}
|
11493
11496
|
return this.countriesSubject.asObservable();
|
11494
11497
|
}
|
11495
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
11496
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
11498
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: AddressService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
11499
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: AddressService, providedIn: 'root' }); }
|
11497
11500
|
}
|
11498
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
11501
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: AddressService, decorators: [{
|
11499
11502
|
type: Injectable,
|
11500
11503
|
args: [{
|
11501
11504
|
providedIn: 'root'
|
@@ -11519,10 +11522,10 @@ class PdfService {
|
|
11519
11522
|
formData.append('landscape', landscape ? '1' : '0');
|
11520
11523
|
return this.http.post(`${this.environment.apiV2}/pdf/html`, formData, { responseType: 'blob' });
|
11521
11524
|
}
|
11522
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
11523
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
11525
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PdfService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
11526
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PdfService, providedIn: 'root' }); }
|
11524
11527
|
}
|
11525
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
11528
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PdfService, decorators: [{
|
11526
11529
|
type: Injectable,
|
11527
11530
|
args: [{
|
11528
11531
|
providedIn: 'root'
|
@@ -11559,10 +11562,10 @@ class EventDispatcherService {
|
|
11559
11562
|
dispatch2(event) {
|
11560
11563
|
this.eventSubject2.next(event);
|
11561
11564
|
}
|
11562
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
11563
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
11565
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: EventDispatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
11566
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: EventDispatcherService, providedIn: 'root' }); }
|
11564
11567
|
}
|
11565
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
11568
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: EventDispatcherService, decorators: [{
|
11566
11569
|
type: Injectable,
|
11567
11570
|
args: [{
|
11568
11571
|
providedIn: 'root'
|
@@ -11598,10 +11601,10 @@ class SseService {
|
|
11598
11601
|
})
|
11599
11602
|
.pipe(map((messageEvent) => JSON.parse(messageEvent.data)));
|
11600
11603
|
}
|
11601
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
11602
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
11604
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SseService, deps: [{ token: i0.NgZone }, { token: i3.JwtService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
11605
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SseService, providedIn: 'root' }); }
|
11603
11606
|
}
|
11604
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
11607
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SseService, decorators: [{
|
11605
11608
|
type: Injectable,
|
11606
11609
|
args: [{
|
11607
11610
|
providedIn: 'root'
|
@@ -11689,10 +11692,10 @@ class DataService {
|
|
11689
11692
|
setCache(data) {
|
11690
11693
|
this.cache = this.createCollectionInstance(this.collectionClass, data);
|
11691
11694
|
}
|
11692
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
11693
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
11695
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: DataService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
11696
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: DataService, providedIn: 'root' }); }
|
11694
11697
|
}
|
11695
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
11698
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: DataService, decorators: [{
|
11696
11699
|
type: Injectable,
|
11697
11700
|
args: [{
|
11698
11701
|
providedIn: 'root'
|
@@ -12059,10 +12062,10 @@ let RestService$1 = class RestService extends DataService {
|
|
12059
12062
|
this.handleResponse([change.model], change.method);
|
12060
12063
|
});
|
12061
12064
|
}
|
12062
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
12063
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
12065
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: RestService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
12066
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: RestService, providedIn: 'root' }); }
|
12064
12067
|
};
|
12065
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
12068
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: RestService$1, decorators: [{
|
12066
12069
|
type: Injectable,
|
12067
12070
|
args: [{
|
12068
12071
|
providedIn: 'root'
|
@@ -12202,10 +12205,10 @@ class BankAccountService extends RestService$1 {
|
|
12202
12205
|
}
|
12203
12206
|
});
|
12204
12207
|
}
|
12205
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
12206
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
12208
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: BankAccountService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
12209
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: BankAccountService, providedIn: 'root' }); }
|
12207
12210
|
}
|
12208
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
12211
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: BankAccountService, decorators: [{
|
12209
12212
|
type: Injectable,
|
12210
12213
|
args: [{
|
12211
12214
|
providedIn: 'root'
|
@@ -12310,10 +12313,10 @@ class BankConnectionService extends RestService$1 {
|
|
12310
12313
|
}
|
12311
12314
|
});
|
12312
12315
|
}
|
12313
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
12314
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
12316
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: BankConnectionService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
12317
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: BankConnectionService, providedIn: 'root' }); }
|
12315
12318
|
}
|
12316
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
12319
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: BankConnectionService, decorators: [{
|
12317
12320
|
type: Injectable,
|
12318
12321
|
args: [{
|
12319
12322
|
providedIn: 'root'
|
@@ -12379,10 +12382,10 @@ class BankTransactionService extends RestService$1 {
|
|
12379
12382
|
}
|
12380
12383
|
});
|
12381
12384
|
}
|
12382
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
12383
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
12385
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: BankTransactionService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
12386
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: BankTransactionService, providedIn: 'root' }); }
|
12384
12387
|
}
|
12385
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
12388
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: BankTransactionService, decorators: [{
|
12386
12389
|
type: Injectable,
|
12387
12390
|
args: [{
|
12388
12391
|
providedIn: 'root'
|
@@ -12416,10 +12419,10 @@ class BasiqTokenService extends RestService$1 {
|
|
12416
12419
|
const now = new Date().getTime();
|
12417
12420
|
return new BasiqToken(tokenResponse['access_token'], new Date(now + tokenResponse['expires_in'] * 1000));
|
12418
12421
|
}
|
12419
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
12420
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
12422
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: BasiqTokenService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
12423
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: BasiqTokenService, providedIn: 'root' }); }
|
12421
12424
|
}
|
12422
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
12425
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: BasiqTokenService, decorators: [{
|
12423
12426
|
type: Injectable,
|
12424
12427
|
args: [{
|
12425
12428
|
providedIn: 'root'
|
@@ -12561,10 +12564,10 @@ class BasiqService extends RestService$1 {
|
|
12561
12564
|
}
|
12562
12565
|
});
|
12563
12566
|
}
|
12564
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
12565
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
12567
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: BasiqService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: BankConnectionService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
12568
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: BasiqService, providedIn: 'root' }); }
|
12566
12569
|
}
|
12567
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
12570
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: BasiqService, decorators: [{
|
12568
12571
|
type: Injectable,
|
12569
12572
|
args: [{
|
12570
12573
|
providedIn: 'root'
|
@@ -12592,10 +12595,10 @@ class BankService extends RestService$1 {
|
|
12592
12595
|
this.endpointUri = 'banks';
|
12593
12596
|
this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
|
12594
12597
|
}
|
12595
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
12596
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
12598
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: BankService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
12599
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: BankService, providedIn: 'root' }); }
|
12597
12600
|
}
|
12598
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
12601
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: BankService, decorators: [{
|
12599
12602
|
type: Injectable,
|
12600
12603
|
args: [{
|
12601
12604
|
providedIn: 'root'
|
@@ -12610,10 +12613,10 @@ class BudgetService extends RestService$1 {
|
|
12610
12613
|
this.endpointUri = 'budgets';
|
12611
12614
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
12612
12615
|
}
|
12613
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
12614
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
12616
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: BudgetService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
12617
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: BudgetService, providedIn: 'root' }); }
|
12615
12618
|
}
|
12616
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
12619
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: BudgetService, decorators: [{
|
12617
12620
|
type: Injectable,
|
12618
12621
|
args: [{
|
12619
12622
|
providedIn: 'root'
|
@@ -12639,10 +12642,10 @@ class ChartAccountsDepreciationService extends RestService$1 {
|
|
12639
12642
|
this.collectionClass = Collection;
|
12640
12643
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
12641
12644
|
}
|
12642
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
12643
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
12645
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ChartAccountsDepreciationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
12646
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ChartAccountsDepreciationService, providedIn: 'root' }); }
|
12644
12647
|
}
|
12645
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
12648
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ChartAccountsDepreciationService, decorators: [{
|
12646
12649
|
type: Injectable,
|
12647
12650
|
args: [{
|
12648
12651
|
providedIn: 'root'
|
@@ -12681,10 +12684,10 @@ class ChartAccountsService extends RestService$1 {
|
|
12681
12684
|
return headings;
|
12682
12685
|
}));
|
12683
12686
|
}
|
12684
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
12685
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
12687
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ChartAccountsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
12688
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ChartAccountsService, providedIn: 'root' }); }
|
12686
12689
|
}
|
12687
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
12690
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ChartAccountsService, decorators: [{
|
12688
12691
|
type: Injectable,
|
12689
12692
|
args: [{
|
12690
12693
|
providedIn: 'root'
|
@@ -12768,10 +12771,10 @@ class ChatService extends RestService$1 {
|
|
12768
12771
|
this.setCache(cache, true);
|
12769
12772
|
}, ['post']);
|
12770
12773
|
}
|
12771
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
12772
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
12774
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ChatService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
12775
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ChatService, providedIn: 'root' }); }
|
12773
12776
|
}
|
12774
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
12777
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ChatService, decorators: [{
|
12775
12778
|
type: Injectable,
|
12776
12779
|
args: [{
|
12777
12780
|
providedIn: 'root'
|
@@ -12801,10 +12804,10 @@ class MessageService extends RestService$1 {
|
|
12801
12804
|
getUnreadChatsAmount() {
|
12802
12805
|
return this.get().pipe(map((messages) => messages.getUnreadChatsAmount()));
|
12803
12806
|
}
|
12804
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
12805
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
12807
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: MessageService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
12808
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: MessageService, providedIn: 'root' }); }
|
12806
12809
|
}
|
12807
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
12810
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: MessageService, decorators: [{
|
12808
12811
|
type: Injectable,
|
12809
12812
|
args: [{
|
12810
12813
|
providedIn: 'root'
|
@@ -12873,10 +12876,10 @@ class MessageDocumentService extends RestService$1 {
|
|
12873
12876
|
addBatch(chatId, files) {
|
12874
12877
|
return combineLatest(files.map((file) => this.add(chatId, file))).pipe(map((docsBase) => docsBase.map((docBase) => plainToClass(MessageDocument, docBase))));
|
12875
12878
|
}
|
12876
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
12877
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
12879
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: MessageDocumentService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
12880
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: MessageDocumentService, providedIn: 'root' }); }
|
12878
12881
|
}
|
12879
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
12882
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: MessageDocumentService, decorators: [{
|
12880
12883
|
type: Injectable,
|
12881
12884
|
args: [{
|
12882
12885
|
providedIn: 'root'
|
@@ -12971,10 +12974,10 @@ class DepreciationService extends RestService$1 {
|
|
12971
12974
|
this.refreshCache();
|
12972
12975
|
});
|
12973
12976
|
}
|
12974
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
12975
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
12977
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: DepreciationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
12978
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: DepreciationService, providedIn: 'root' }); }
|
12976
12979
|
}
|
12977
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
12980
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: DepreciationService, decorators: [{
|
12978
12981
|
type: Injectable,
|
12979
12982
|
args: [{
|
12980
12983
|
providedIn: 'root'
|
@@ -12996,10 +12999,10 @@ class DepreciationCapitalProjectService extends RestService$1 {
|
|
12996
12999
|
this.endpointUri = 'depreciation-capital-projects';
|
12997
13000
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
12998
13001
|
}
|
12999
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
13000
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
13002
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: DepreciationCapitalProjectService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
13003
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: DepreciationCapitalProjectService, providedIn: 'root' }); }
|
13001
13004
|
}
|
13002
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
13005
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: DepreciationCapitalProjectService, decorators: [{
|
13003
13006
|
type: Injectable,
|
13004
13007
|
args: [{
|
13005
13008
|
providedIn: 'root'
|
@@ -13025,10 +13028,10 @@ class DocumentFolderService extends RestService$1 {
|
|
13025
13028
|
this.modelClass = DocumentFolder;
|
13026
13029
|
this.disabledMethods = ['deleteBatch', 'postBatch', 'putBatch'];
|
13027
13030
|
}
|
13028
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
13029
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
13031
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: DocumentFolderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
13032
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: DocumentFolderService, providedIn: 'root' }); }
|
13030
13033
|
}
|
13031
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
13034
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: DocumentFolderService, decorators: [{
|
13032
13035
|
type: Injectable,
|
13033
13036
|
args: [{
|
13034
13037
|
providedIn: 'root'
|
@@ -13043,10 +13046,10 @@ class DocumentService extends RestService$1 {
|
|
13043
13046
|
this.collectionClass = Collection;
|
13044
13047
|
this.disabledMethods = ['postBatch', 'putBatch'];
|
13045
13048
|
}
|
13046
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
13047
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
13049
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: DocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
13050
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: DocumentService, providedIn: 'root' }); }
|
13048
13051
|
}
|
13049
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
13052
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: DocumentService, decorators: [{
|
13050
13053
|
type: Injectable,
|
13051
13054
|
args: [{
|
13052
13055
|
providedIn: 'root'
|
@@ -13128,10 +13131,10 @@ class FacebookService {
|
|
13128
13131
|
});
|
13129
13132
|
});
|
13130
13133
|
}
|
13131
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
13132
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
13134
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: FacebookService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: i3.JwtService }, { token: i4.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
13135
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: FacebookService, providedIn: 'root' }); }
|
13133
13136
|
}
|
13134
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
13137
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: FacebookService, decorators: [{
|
13135
13138
|
type: Injectable,
|
13136
13139
|
args: [{
|
13137
13140
|
providedIn: 'root'
|
@@ -13198,10 +13201,10 @@ class GoogleService {
|
|
13198
13201
|
logout() {
|
13199
13202
|
google.accounts.id.disableAutoSelect();
|
13200
13203
|
}
|
13201
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
13202
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
13204
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: GoogleService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: i3.JwtService }, { token: i4.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
13205
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: GoogleService, providedIn: 'root' }); }
|
13203
13206
|
}
|
13204
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
13207
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: GoogleService, decorators: [{
|
13205
13208
|
type: Injectable,
|
13206
13209
|
args: [{
|
13207
13210
|
providedIn: 'root'
|
@@ -13233,10 +13236,10 @@ class FileService extends RestService$1 {
|
|
13233
13236
|
download(file) {
|
13234
13237
|
return this.http.get(`${this.apiUrl}/${file.id}/download`, { responseType: 'blob' });
|
13235
13238
|
}
|
13236
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
13237
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
13239
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: FileService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
13240
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: FileService, providedIn: 'root' }); }
|
13238
13241
|
}
|
13239
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
13242
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: FileService, decorators: [{
|
13240
13243
|
type: Injectable,
|
13241
13244
|
args: [{
|
13242
13245
|
providedIn: 'root'
|
@@ -13326,10 +13329,10 @@ class ClientInviteService extends RestService$1 {
|
|
13326
13329
|
}
|
13327
13330
|
});
|
13328
13331
|
}
|
13329
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
13330
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
13332
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ClientInviteService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
13333
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ClientInviteService, providedIn: 'root' }); }
|
13331
13334
|
}
|
13332
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
13335
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ClientInviteService, decorators: [{
|
13333
13336
|
type: Injectable,
|
13334
13337
|
args: [{
|
13335
13338
|
providedIn: 'root'
|
@@ -13419,10 +13422,10 @@ class ClientMovementService extends RestService$1 {
|
|
13419
13422
|
// this.updateCache([clientMovement], 'delete');
|
13420
13423
|
}));
|
13421
13424
|
}
|
13422
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
13423
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
13425
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ClientMovementService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
13426
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ClientMovementService, providedIn: 'root' }); }
|
13424
13427
|
}
|
13425
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
13428
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ClientMovementService, decorators: [{
|
13426
13429
|
type: Injectable,
|
13427
13430
|
args: [{
|
13428
13431
|
providedIn: 'root'
|
@@ -13483,10 +13486,10 @@ class EmployeeService extends RestService$1 {
|
|
13483
13486
|
index === -1 ? employee.roles.push(role) : employee.roles.splice(index, 1);
|
13484
13487
|
return super.put(employee, `${this.environment.apiV2}/${this.endpointUri}/${employee.id}`);
|
13485
13488
|
}
|
13486
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
13487
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
13489
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: EmployeeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
13490
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: EmployeeService, providedIn: 'root' }); }
|
13488
13491
|
}
|
13489
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
13492
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: EmployeeService, decorators: [{
|
13490
13493
|
type: Injectable,
|
13491
13494
|
args: [{
|
13492
13495
|
providedIn: 'root'
|
@@ -13547,10 +13550,10 @@ class EmployeeInviteService extends RestService$1 {
|
|
13547
13550
|
return updatedInvite;
|
13548
13551
|
}));
|
13549
13552
|
}
|
13550
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
13551
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
13553
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: EmployeeInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
13554
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: EmployeeInviteService, providedIn: 'root' }); }
|
13552
13555
|
}
|
13553
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
13556
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: EmployeeInviteService, decorators: [{
|
13554
13557
|
type: Injectable,
|
13555
13558
|
args: [{
|
13556
13559
|
providedIn: 'root'
|
@@ -13574,10 +13577,10 @@ class ClientPortfolioReportService {
|
|
13574
13577
|
return new ClientPortfolioReportCollection(clientReports);
|
13575
13578
|
}));
|
13576
13579
|
}
|
13577
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
13578
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
13580
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ClientPortfolioReportService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
13581
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ClientPortfolioReportService, providedIn: 'root' }); }
|
13579
13582
|
}
|
13580
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
13583
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ClientPortfolioReportService, decorators: [{
|
13581
13584
|
type: Injectable,
|
13582
13585
|
args: [{
|
13583
13586
|
providedIn: 'root'
|
@@ -13631,10 +13634,10 @@ class FirmService {
|
|
13631
13634
|
getByType(type) {
|
13632
13635
|
return this.getAll().pipe(map((firms) => firms.filter((firm) => firm.type === type)));
|
13633
13636
|
}
|
13634
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
13635
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
13637
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: FirmService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
13638
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: FirmService, providedIn: 'root' }); }
|
13636
13639
|
}
|
13637
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
13640
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: FirmService, decorators: [{
|
13638
13641
|
type: Injectable,
|
13639
13642
|
args: [{
|
13640
13643
|
providedIn: 'root'
|
@@ -13652,10 +13655,10 @@ class FirmBranchService extends RestService$1 {
|
|
13652
13655
|
this.collectionClass = (Collection);
|
13653
13656
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
13654
13657
|
}
|
13655
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
13656
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
13658
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: FirmBranchService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
13659
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: FirmBranchService, providedIn: 'root' }); }
|
13657
13660
|
}
|
13658
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
13661
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: FirmBranchService, decorators: [{
|
13659
13662
|
type: Injectable,
|
13660
13663
|
args: [{
|
13661
13664
|
providedIn: 'root'
|
@@ -13896,10 +13899,10 @@ class RestService {
|
|
13896
13899
|
getCache() {
|
13897
13900
|
return clone(this.cache);
|
13898
13901
|
}
|
13899
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
13900
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
13902
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: RestService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
13903
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: RestService, providedIn: 'root' }); }
|
13901
13904
|
}
|
13902
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
13905
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: RestService, decorators: [{
|
13903
13906
|
type: Injectable,
|
13904
13907
|
args: [{
|
13905
13908
|
providedIn: 'root'
|
@@ -13974,10 +13977,10 @@ class IncomeSourceForecastService extends RestService {
|
|
13974
13977
|
return incomeSource.incomeSourceForecasts;
|
13975
13978
|
}).flat();
|
13976
13979
|
}
|
13977
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
13978
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
13980
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IncomeSourceForecastService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
13981
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IncomeSourceForecastService, providedIn: 'root' }); }
|
13979
13982
|
}
|
13980
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
13983
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IncomeSourceForecastService, decorators: [{
|
13981
13984
|
type: Injectable,
|
13982
13985
|
args: [{
|
13983
13986
|
providedIn: 'root'
|
@@ -14051,10 +14054,10 @@ class SalaryForecastService extends RestService {
|
|
14051
14054
|
return incomeSource.salaryForecasts;
|
14052
14055
|
}).flat();
|
14053
14056
|
}
|
14054
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
14055
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
14057
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SalaryForecastService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
14058
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SalaryForecastService, providedIn: 'root' }); }
|
14056
14059
|
}
|
14057
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
14060
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SalaryForecastService, decorators: [{
|
14058
14061
|
type: Injectable,
|
14059
14062
|
args: [{
|
14060
14063
|
providedIn: 'root'
|
@@ -14136,10 +14139,10 @@ class SoleForecastService extends RestService {
|
|
14136
14139
|
this.refreshCache();
|
14137
14140
|
});
|
14138
14141
|
}
|
14139
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
14140
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
14142
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SoleForecastService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
14143
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SoleForecastService, providedIn: 'root' }); }
|
14141
14144
|
}
|
14142
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
14145
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SoleForecastService, decorators: [{
|
14143
14146
|
type: Injectable,
|
14144
14147
|
args: [{
|
14145
14148
|
providedIn: 'root'
|
@@ -14222,10 +14225,10 @@ class IncomeSourceService extends RestService {
|
|
14222
14225
|
this.refreshCache();
|
14223
14226
|
});
|
14224
14227
|
}
|
14225
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
14226
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
14228
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IncomeSourceService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
14229
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IncomeSourceService, providedIn: 'root' }); }
|
14227
14230
|
}
|
14228
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
14231
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IncomeSourceService, decorators: [{
|
14229
14232
|
type: Injectable,
|
14230
14233
|
args: [{
|
14231
14234
|
providedIn: 'root'
|
@@ -14298,10 +14301,10 @@ class BorrowingExpenseService {
|
|
14298
14301
|
return combinedBorrowingExpenses;
|
14299
14302
|
}));
|
14300
14303
|
}
|
14301
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
14302
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
14304
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: BorrowingExpenseService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
14305
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: BorrowingExpenseService, providedIn: 'root' }); }
|
14303
14306
|
}
|
14304
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
14307
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: BorrowingExpenseService, decorators: [{
|
14305
14308
|
type: Injectable,
|
14306
14309
|
args: [{
|
14307
14310
|
providedIn: 'root'
|
@@ -14385,10 +14388,10 @@ class LoanService extends RestService$1 {
|
|
14385
14388
|
delete(loan) {
|
14386
14389
|
return super.delete(loan, `${this.environment.apiV2}/loans/${loan.id}`);
|
14387
14390
|
}
|
14388
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
14389
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
14391
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: LoanService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
14392
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: LoanService, providedIn: 'root' }); }
|
14390
14393
|
}
|
14391
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
14394
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: LoanService, decorators: [{
|
14392
14395
|
type: Injectable,
|
14393
14396
|
args: [{
|
14394
14397
|
providedIn: 'root'
|
@@ -14414,10 +14417,10 @@ class BorrowingReportService extends RestService$1 {
|
|
14414
14417
|
this.collectionClass = Collection;
|
14415
14418
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
14416
14419
|
}
|
14417
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
14418
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
14420
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: BorrowingReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
14421
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: BorrowingReportService, providedIn: 'root' }); }
|
14419
14422
|
}
|
14420
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
14423
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: BorrowingReportService, decorators: [{
|
14421
14424
|
type: Injectable,
|
14422
14425
|
args: [{
|
14423
14426
|
providedIn: 'root'
|
@@ -14442,10 +14445,10 @@ class PropertyCategoryService extends RestService$1 {
|
|
14442
14445
|
this.endpointUri = 'properties/categories';
|
14443
14446
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
14444
14447
|
}
|
14445
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
14446
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
14448
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PropertyCategoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
14449
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PropertyCategoryService, providedIn: 'root' }); }
|
14447
14450
|
}
|
14448
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
14451
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PropertyCategoryService, decorators: [{
|
14449
14452
|
type: Injectable,
|
14450
14453
|
args: [{
|
14451
14454
|
providedIn: 'root'
|
@@ -14467,10 +14470,10 @@ class PropertyCategoryMovementService extends RestService$1 {
|
|
14467
14470
|
this.listenCSE(Property, this.refreshCache, ['post']);
|
14468
14471
|
this.listenCSE(PropertyCategoryMovement, this.refreshCache);
|
14469
14472
|
}
|
14470
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
14471
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
14473
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PropertyCategoryMovementService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
14474
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PropertyCategoryMovementService, providedIn: 'root' }); }
|
14472
14475
|
}
|
14473
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
14476
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PropertyCategoryMovementService, decorators: [{
|
14474
14477
|
type: Injectable,
|
14475
14478
|
args: [{
|
14476
14479
|
providedIn: 'root'
|
@@ -14502,10 +14505,10 @@ class PropertyDocumentService extends RestService$1 {
|
|
14502
14505
|
postFiles(property, files) {
|
14503
14506
|
return this.postParallel(files.map(file => plainToClass(PropertyDocument, { file, property })));
|
14504
14507
|
}
|
14505
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
14506
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
14508
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PropertyDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
14509
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PropertyDocumentService, providedIn: 'root' }); }
|
14507
14510
|
}
|
14508
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
14511
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PropertyDocumentService, decorators: [{
|
14509
14512
|
type: Injectable,
|
14510
14513
|
args: [{
|
14511
14514
|
providedIn: 'root'
|
@@ -14583,10 +14586,10 @@ class TaxExemptionService extends DataService {
|
|
14583
14586
|
this.collectionClass = TaxExemptionCollection;
|
14584
14587
|
this.setCache(TaxExemptions);
|
14585
14588
|
}
|
14586
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
14587
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
14589
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TaxExemptionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
14590
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TaxExemptionService, providedIn: 'root' }); }
|
14588
14591
|
}
|
14589
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
14592
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TaxExemptionService, decorators: [{
|
14590
14593
|
type: Injectable,
|
14591
14594
|
args: [{
|
14592
14595
|
providedIn: 'root'
|
@@ -14602,10 +14605,10 @@ class PropertySaleService extends RestService$1 {
|
|
14602
14605
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
14603
14606
|
this.roles = [UserRolesEnum.PROPERTY_TANK];
|
14604
14607
|
}
|
14605
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
14606
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
14608
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PropertySaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
14609
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PropertySaleService, providedIn: 'root' }); }
|
14607
14610
|
}
|
14608
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
14611
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PropertySaleService, decorators: [{
|
14609
14612
|
type: Injectable,
|
14610
14613
|
args: [{
|
14611
14614
|
providedIn: 'root'
|
@@ -14659,10 +14662,10 @@ class PropertyShareService extends RestService$1 {
|
|
14659
14662
|
listenSalesChanges() {
|
14660
14663
|
this.listenCSE(PropertySale, this.refreshCache, ['post', 'delete']);
|
14661
14664
|
}
|
14662
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
14663
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
14665
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PropertyShareService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
14666
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PropertyShareService, providedIn: 'root' }); }
|
14664
14667
|
}
|
14665
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
14668
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PropertyShareService, decorators: [{
|
14666
14669
|
type: Injectable,
|
14667
14670
|
args: [{
|
14668
14671
|
providedIn: 'root'
|
@@ -14681,10 +14684,10 @@ class PropertyValuationService extends RestService$1 {
|
|
14681
14684
|
this.disabledMethods = ['postBatch', 'putBatch'];
|
14682
14685
|
this.useBackendError = true;
|
14683
14686
|
}
|
14684
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
14685
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
14687
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PropertyValuationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
14688
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PropertyValuationService, providedIn: 'root' }); }
|
14686
14689
|
}
|
14687
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
14690
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PropertyValuationService, decorators: [{
|
14688
14691
|
type: Injectable,
|
14689
14692
|
args: [{
|
14690
14693
|
providedIn: 'root'
|
@@ -14828,10 +14831,10 @@ class PropertyService extends RestService$1 {
|
|
14828
14831
|
return of({ growthPercent: 0, lowMarketValue: 0, marketValue: 0, highMarketValue: 0, confidence: PropertyCorelogicStatsConfidenceTypeEnum.LOW });
|
14829
14832
|
}));
|
14830
14833
|
}
|
14831
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
14832
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
14834
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PropertyService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
14835
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PropertyService, providedIn: 'root' }); }
|
14833
14836
|
}
|
14834
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
14837
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PropertyService, decorators: [{
|
14835
14838
|
type: Injectable,
|
14836
14839
|
args: [{
|
14837
14840
|
providedIn: 'root'
|
@@ -14888,10 +14891,10 @@ class ServiceNotificationService extends RestService {
|
|
14888
14891
|
this.eventDispatcherService.dispatch(new AppEvent(AppEventTypeEnum.NOTIFICATION_ADDED, notification));
|
14889
14892
|
});
|
14890
14893
|
}
|
14891
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
14892
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
14894
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ServiceNotificationService, deps: [{ token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
14895
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ServiceNotificationService, providedIn: 'root' }); }
|
14893
14896
|
}
|
14894
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
14897
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ServiceNotificationService, decorators: [{
|
14895
14898
|
type: Injectable,
|
14896
14899
|
args: [{
|
14897
14900
|
providedIn: 'root'
|
@@ -14914,10 +14917,10 @@ class SoleBusinessService extends RestService$1 {
|
|
14914
14917
|
this.endpointUri = 'sole-businesses';
|
14915
14918
|
this.roles = [UserRolesEnum.SOLE_TANK];
|
14916
14919
|
}
|
14917
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
14918
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
14920
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SoleBusinessService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
14921
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SoleBusinessService, providedIn: 'root' }); }
|
14919
14922
|
}
|
14920
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
14923
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SoleBusinessService, decorators: [{
|
14921
14924
|
type: Injectable,
|
14922
14925
|
args: [{
|
14923
14926
|
providedIn: 'root'
|
@@ -14930,10 +14933,10 @@ class SoleBusinessActivityService extends RestService {
|
|
14930
14933
|
this.modelClass = SoleBusinessActivity;
|
14931
14934
|
this.url = 'sole-business-activities';
|
14932
14935
|
}
|
14933
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
14934
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
14936
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SoleBusinessActivityService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
14937
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SoleBusinessActivityService, providedIn: 'root' }); }
|
14935
14938
|
}
|
14936
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
14939
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SoleBusinessActivityService, decorators: [{
|
14937
14940
|
type: Injectable,
|
14938
14941
|
args: [{
|
14939
14942
|
providedIn: 'root'
|
@@ -14962,10 +14965,10 @@ class SoleBusinessLossService extends RestService$1 {
|
|
14962
14965
|
this.refreshCache();
|
14963
14966
|
});
|
14964
14967
|
}
|
14965
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
14966
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
14968
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SoleBusinessLossService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
14969
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SoleBusinessLossService, providedIn: 'root' }); }
|
14967
14970
|
}
|
14968
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
14971
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SoleBusinessLossService, decorators: [{
|
14969
14972
|
type: Injectable,
|
14970
14973
|
args: [{
|
14971
14974
|
providedIn: 'root'
|
@@ -14984,10 +14987,10 @@ class SoleBusinessLossOffsetRuleService extends RestService {
|
|
14984
14987
|
this.modelClass = SoleBusinessLossOffsetRule;
|
14985
14988
|
this.url = 'sole-business-loss-offset-rules';
|
14986
14989
|
}
|
14987
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
14988
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
14990
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
14991
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' }); }
|
14989
14992
|
}
|
14990
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
14993
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SoleBusinessLossOffsetRuleService, decorators: [{
|
14991
14994
|
type: Injectable,
|
14992
14995
|
args: [{
|
14993
14996
|
providedIn: 'root'
|
@@ -15000,10 +15003,10 @@ class SoleContactService extends RestService {
|
|
15000
15003
|
this.modelClass = SoleContact;
|
15001
15004
|
this.url = 'sole-contacts';
|
15002
15005
|
}
|
15003
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
15004
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
15006
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SoleContactService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
15007
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SoleContactService, providedIn: 'root' }); }
|
15005
15008
|
}
|
15006
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
15009
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SoleContactService, decorators: [{
|
15007
15010
|
type: Injectable,
|
15008
15011
|
args: [{
|
15009
15012
|
providedIn: 'root'
|
@@ -15059,10 +15062,10 @@ class SoleDepreciationMethodService {
|
|
15059
15062
|
this.get().subscribe();
|
15060
15063
|
});
|
15061
15064
|
}
|
15062
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
15063
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
15065
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SoleDepreciationMethodService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
15066
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SoleDepreciationMethodService, providedIn: 'root' }); }
|
15064
15067
|
}
|
15065
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
15068
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SoleDepreciationMethodService, decorators: [{
|
15066
15069
|
type: Injectable,
|
15067
15070
|
args: [{
|
15068
15071
|
providedIn: 'root'
|
@@ -15087,10 +15090,10 @@ class SoleDetailsService extends RestService$1 {
|
|
15087
15090
|
get() {
|
15088
15091
|
return super.get().pipe(map(soleDetails => soleDetails.length ? soleDetails : new Collection([plainToClass(SoleDetails, {})])));
|
15089
15092
|
}
|
15090
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
15091
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
15093
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SoleDetailsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
15094
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SoleDetailsService, providedIn: 'root' }); }
|
15092
15095
|
}
|
15093
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
15096
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SoleDetailsService, decorators: [{
|
15094
15097
|
type: Injectable,
|
15095
15098
|
args: [{
|
15096
15099
|
providedIn: 'root'
|
@@ -15124,10 +15127,10 @@ class SoleInvoiceService extends RestService$1 {
|
|
15124
15127
|
}
|
15125
15128
|
return this.cache.last.number + 1;
|
15126
15129
|
}
|
15127
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
15128
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
15130
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SoleInvoiceService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
15131
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SoleInvoiceService, providedIn: 'root' }); }
|
15129
15132
|
}
|
15130
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
15133
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SoleInvoiceService, decorators: [{
|
15131
15134
|
type: Injectable,
|
15132
15135
|
args: [{
|
15133
15136
|
providedIn: 'root'
|
@@ -15143,10 +15146,10 @@ class SoleInvoiceTemplateService extends RestService {
|
|
15143
15146
|
this.modelClass = SoleInvoiceTemplate;
|
15144
15147
|
this.url = 'sole-invoice-templates';
|
15145
15148
|
}
|
15146
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
15147
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
15149
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SoleInvoiceTemplateService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
15150
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SoleInvoiceTemplateService, providedIn: 'root' }); }
|
15148
15151
|
}
|
15149
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
15152
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SoleInvoiceTemplateService, decorators: [{
|
15150
15153
|
type: Injectable,
|
15151
15154
|
args: [{
|
15152
15155
|
providedIn: 'root'
|
@@ -15167,10 +15170,10 @@ class BasReportService extends RestService {
|
|
15167
15170
|
this.modelClass = BasReport;
|
15168
15171
|
this.url = 'bas-reports';
|
15169
15172
|
}
|
15170
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
15171
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
15173
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: BasReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
15174
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: BasReportService, providedIn: 'root' }); }
|
15172
15175
|
}
|
15173
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
15176
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: BasReportService, decorators: [{
|
15174
15177
|
type: Injectable,
|
15175
15178
|
args: [{
|
15176
15179
|
providedIn: 'root'
|
@@ -15194,10 +15197,10 @@ class ServicePaymentService extends RestService$1 {
|
|
15194
15197
|
}
|
15195
15198
|
return this.http.get(`${this.environment.apiV2}/service-payments/${payment.id}/invoice-url`);
|
15196
15199
|
}
|
15197
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
15198
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
15200
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ServicePaymentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
15201
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ServicePaymentService, providedIn: 'root' }); }
|
15199
15202
|
}
|
15200
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
15203
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ServicePaymentService, decorators: [{
|
15201
15204
|
type: Injectable,
|
15202
15205
|
args: [{
|
15203
15206
|
providedIn: 'root'
|
@@ -15229,10 +15232,10 @@ class ServicePaymentMethodService extends RestService$1 {
|
|
15229
15232
|
return this.http.put(`${this.apiUrl}/${paymentMethod.id}/default`, {})
|
15230
15233
|
.pipe(map((updatedPaymentMethod) => plainToClass(ServicePaymentMethod, updatedPaymentMethod)));
|
15231
15234
|
}
|
15232
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
15233
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
15235
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ServicePaymentMethodService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
15236
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ServicePaymentMethodService, providedIn: 'root' }); }
|
15234
15237
|
}
|
15235
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
15238
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ServicePaymentMethodService, decorators: [{
|
15236
15239
|
type: Injectable,
|
15237
15240
|
args: [{
|
15238
15241
|
providedIn: 'root'
|
@@ -15253,10 +15256,10 @@ class ServicePriceService extends RestService$1 {
|
|
15253
15256
|
this.collectionClass = ServicePriceCollection;
|
15254
15257
|
this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
|
15255
15258
|
}
|
15256
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
15257
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
15259
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ServicePriceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
15260
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ServicePriceService, providedIn: 'root' }); }
|
15258
15261
|
}
|
15259
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
15262
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ServicePriceService, decorators: [{
|
15260
15263
|
type: Injectable,
|
15261
15264
|
args: [{
|
15262
15265
|
providedIn: 'root'
|
@@ -15341,10 +15344,10 @@ class SubscriptionService extends RestService$1 {
|
|
15341
15344
|
get(path = this.apiUrl) {
|
15342
15345
|
return super.get(path).pipe(map(subscriptions => subscriptions.sortBy('isActive', 'ask')));
|
15343
15346
|
}
|
15344
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
15345
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
15347
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SubscriptionService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
15348
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SubscriptionService, providedIn: 'root' }); }
|
15346
15349
|
}
|
15347
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
15350
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SubscriptionService, decorators: [{
|
15348
15351
|
type: Injectable,
|
15349
15352
|
args: [{
|
15350
15353
|
providedIn: 'root'
|
@@ -15362,10 +15365,10 @@ class ServiceProductService extends RestService$1 {
|
|
15362
15365
|
this.endpointUri = 'service-products';
|
15363
15366
|
this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
|
15364
15367
|
}
|
15365
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
15366
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
15368
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ServiceProductService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
15369
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ServiceProductService, providedIn: 'root' }); }
|
15367
15370
|
}
|
15368
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
15371
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ServiceProductService, decorators: [{
|
15369
15372
|
type: Injectable,
|
15370
15373
|
args: [{
|
15371
15374
|
providedIn: 'root'
|
@@ -15501,10 +15504,10 @@ class TaxReviewHistoryService extends RestService {
|
|
15501
15504
|
this.updateCache();
|
15502
15505
|
});
|
15503
15506
|
}
|
15504
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
15505
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
15507
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TaxReviewHistoryService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
15508
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TaxReviewHistoryService, providedIn: 'root' }); }
|
15506
15509
|
}
|
15507
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
15510
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TaxReviewHistoryService, decorators: [{
|
15508
15511
|
type: Injectable,
|
15509
15512
|
args: [{
|
15510
15513
|
providedIn: 'root'
|
@@ -15597,10 +15600,10 @@ class TaxReviewService extends RestService {
|
|
15597
15600
|
}
|
15598
15601
|
});
|
15599
15602
|
}
|
15600
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
15601
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
15603
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TaxReviewService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
15604
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TaxReviewService, providedIn: 'root' }); }
|
15602
15605
|
}
|
15603
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
15606
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TaxReviewService, decorators: [{
|
15604
15607
|
type: Injectable,
|
15605
15608
|
args: [{
|
15606
15609
|
providedIn: 'root'
|
@@ -15931,10 +15934,10 @@ class TaxSummaryService {
|
|
15931
15934
|
this.getForecast().subscribe();
|
15932
15935
|
});
|
15933
15936
|
}
|
15934
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
15935
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
15937
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TaxSummaryService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
15938
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TaxSummaryService, providedIn: 'root' }); }
|
15936
15939
|
}
|
15937
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
15940
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TaxSummaryService, decorators: [{
|
15938
15941
|
type: Injectable,
|
15939
15942
|
args: [{
|
15940
15943
|
providedIn: 'root'
|
@@ -15955,10 +15958,10 @@ class AllocationRuleService extends RestService$1 {
|
|
15955
15958
|
getCustomHttpErrorMessages() {
|
15956
15959
|
return { 422: 'You can only have 10 conditions in a rule' };
|
15957
15960
|
}
|
15958
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
15959
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
15961
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: AllocationRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
15962
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: AllocationRuleService, providedIn: 'root' }); }
|
15960
15963
|
}
|
15961
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
15964
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: AllocationRuleService, decorators: [{
|
15962
15965
|
type: Injectable,
|
15963
15966
|
args: [{
|
15964
15967
|
providedIn: 'root'
|
@@ -16063,10 +16066,10 @@ class TransactionAllocationService extends RestService {
|
|
16063
16066
|
}
|
16064
16067
|
});
|
16065
16068
|
}
|
16066
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
16067
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
16069
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TransactionAllocationService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
16070
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TransactionAllocationService, providedIn: 'root' }); }
|
16068
16071
|
}
|
16069
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
16072
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TransactionAllocationService, decorators: [{
|
16070
16073
|
type: Injectable,
|
16071
16074
|
args: [{
|
16072
16075
|
providedIn: 'root'
|
@@ -16318,10 +16321,10 @@ class TransactionService extends RestService {
|
|
16318
16321
|
}
|
16319
16322
|
});
|
16320
16323
|
}
|
16321
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
16322
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
16324
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TransactionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
16325
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TransactionService, providedIn: 'root' }); }
|
16323
16326
|
}
|
16324
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
16327
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TransactionService, decorators: [{
|
16325
16328
|
type: Injectable,
|
16326
16329
|
args: [{
|
16327
16330
|
providedIn: 'root'
|
@@ -16347,10 +16350,10 @@ class PriorTransactionService extends RestService$1 {
|
|
16347
16350
|
const financialYear = new FinancialYear(new FinancialYear().year - 1);
|
16348
16351
|
return super.get(this.apiUrl + `?financialYear=${financialYear.year}`).pipe(map(transactions => transactions.filterByFinancialYear('date', null, financialYear)));
|
16349
16352
|
}
|
16350
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
16351
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
16353
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PriorTransactionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
16354
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PriorTransactionService, providedIn: 'root' }); }
|
16352
16355
|
}
|
16353
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
16356
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PriorTransactionService, decorators: [{
|
16354
16357
|
type: Injectable,
|
16355
16358
|
args: [{
|
16356
16359
|
providedIn: 'root'
|
@@ -16372,10 +16375,10 @@ class InvoiceTransactionsService extends RestService$1 {
|
|
16372
16375
|
this.endpointUri = 'invoices/transactions';
|
16373
16376
|
this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
|
16374
16377
|
}
|
16375
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
16376
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
16378
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: InvoiceTransactionsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
16379
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: InvoiceTransactionsService, providedIn: 'root' }); }
|
16377
16380
|
}
|
16378
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
16381
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: InvoiceTransactionsService, decorators: [{
|
16379
16382
|
type: Injectable,
|
16380
16383
|
args: [{
|
16381
16384
|
providedIn: 'root'
|
@@ -16399,10 +16402,10 @@ class YoutubeService {
|
|
16399
16402
|
title: item.snippet.title
|
16400
16403
|
}))));
|
16401
16404
|
}
|
16402
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
16403
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
16405
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: YoutubeService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
16406
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: YoutubeService, providedIn: 'root' }); }
|
16404
16407
|
}
|
16405
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
16408
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: YoutubeService, decorators: [{
|
16406
16409
|
type: Injectable,
|
16407
16410
|
args: [{
|
16408
16411
|
providedIn: 'root'
|
@@ -16422,10 +16425,10 @@ class VehicleService extends RestService$1 {
|
|
16422
16425
|
this.collectionClass = (Collection);
|
16423
16426
|
this.modelClass = Vehicle;
|
16424
16427
|
}
|
16425
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
16426
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
16428
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: VehicleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
16429
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: VehicleService, providedIn: 'root' }); }
|
16427
16430
|
}
|
16428
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
16431
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: VehicleService, decorators: [{
|
16429
16432
|
type: Injectable,
|
16430
16433
|
args: [{
|
16431
16434
|
providedIn: 'root'
|
@@ -16455,10 +16458,10 @@ class VehicleClaimService extends RestService$1 {
|
|
16455
16458
|
this.refreshCache();
|
16456
16459
|
});
|
16457
16460
|
}
|
16458
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
16459
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
16461
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: VehicleClaimService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
16462
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: VehicleClaimService, providedIn: 'root' }); }
|
16460
16463
|
}
|
16461
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
16464
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: VehicleClaimService, decorators: [{
|
16462
16465
|
type: Injectable,
|
16463
16466
|
args: [{
|
16464
16467
|
providedIn: 'root'
|
@@ -16520,10 +16523,10 @@ class VehicleClaimDetailsService {
|
|
16520
16523
|
const vehicleClaimDetails = plainToClass(VehicleClaimDetails, Object.assign({}, this.cache, { isManual: true }));
|
16521
16524
|
this.update(vehicleClaimDetails).subscribe();
|
16522
16525
|
}
|
16523
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
16524
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
16526
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: VehicleClaimDetailsService, deps: [{ token: 'environment' }, { token: i1.HttpClient }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
16527
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: VehicleClaimDetailsService, providedIn: 'root' }); }
|
16525
16528
|
}
|
16526
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
16529
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: VehicleClaimDetailsService, decorators: [{
|
16527
16530
|
type: Injectable,
|
16528
16531
|
args: [{
|
16529
16532
|
providedIn: 'root'
|
@@ -16544,10 +16547,10 @@ class VehicleLogbookService extends RestService$1 {
|
|
16544
16547
|
this.collectionClass = VehicleLogbookCollection;
|
16545
16548
|
this.modelClass = VehicleLogbook;
|
16546
16549
|
}
|
16547
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
16548
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
16550
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: VehicleLogbookService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
16551
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: VehicleLogbookService, providedIn: 'root' }); }
|
16549
16552
|
}
|
16550
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
16553
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: VehicleLogbookService, decorators: [{
|
16551
16554
|
type: Injectable,
|
16552
16555
|
args: [{
|
16553
16556
|
providedIn: 'root'
|
@@ -16570,10 +16573,10 @@ class AnnualClientDetailsService extends RestService$1 {
|
|
16570
16573
|
this.endpointUri = 'annual-client-details';
|
16571
16574
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch', 'delete'];
|
16572
16575
|
}
|
16573
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
16574
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
16576
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: AnnualClientDetailsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
16577
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: AnnualClientDetailsService, providedIn: 'root' }); }
|
16575
16578
|
}
|
16576
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
16579
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: AnnualClientDetailsService, decorators: [{
|
16577
16580
|
type: Injectable,
|
16578
16581
|
args: [{
|
16579
16582
|
providedIn: 'root'
|
@@ -16603,10 +16606,10 @@ class OccupationService {
|
|
16603
16606
|
}
|
16604
16607
|
return this.occupationsSubject.asObservable();
|
16605
16608
|
}
|
16606
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
16607
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
16609
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: OccupationService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
16610
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: OccupationService, providedIn: 'root' }); }
|
16608
16611
|
}
|
16609
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
16612
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: OccupationService, decorators: [{
|
16610
16613
|
type: Injectable,
|
16611
16614
|
args: [{
|
16612
16615
|
providedIn: 'root'
|
@@ -16628,10 +16631,10 @@ class ClientCouponService extends RestService$1 {
|
|
16628
16631
|
this.endpointUri = 'users/current/promo-code';
|
16629
16632
|
this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
|
16630
16633
|
}
|
16631
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
16632
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
16634
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ClientCouponService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
16635
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ClientCouponService, providedIn: 'root' }); }
|
16633
16636
|
}
|
16634
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
16637
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ClientCouponService, decorators: [{
|
16635
16638
|
type: Injectable,
|
16636
16639
|
args: [{
|
16637
16640
|
providedIn: 'root'
|
@@ -16646,10 +16649,10 @@ class CapitalLossService extends RestService$1 {
|
|
16646
16649
|
this.collectionClass = (Collection);
|
16647
16650
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
16648
16651
|
}
|
16649
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
16650
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
16652
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: CapitalLossService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
16653
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: CapitalLossService, providedIn: 'root' }); }
|
16651
16654
|
}
|
16652
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
16655
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: CapitalLossService, decorators: [{
|
16653
16656
|
type: Injectable,
|
16654
16657
|
args: [{
|
16655
16658
|
providedIn: 'root'
|
@@ -16712,10 +16715,10 @@ class UserEventSettingService extends RestService$1 {
|
|
16712
16715
|
this.endpointUri = 'user-event-settings';
|
16713
16716
|
this.disabledMethods = ['postBatch', 'putBatch', 'delete', 'deleteBatch'];
|
16714
16717
|
}
|
16715
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
16716
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
16718
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: UserEventSettingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
16719
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: UserEventSettingService, providedIn: 'root' }); }
|
16717
16720
|
}
|
16718
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
16721
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: UserEventSettingService, decorators: [{
|
16719
16722
|
type: Injectable,
|
16720
16723
|
args: [{
|
16721
16724
|
providedIn: 'root'
|
@@ -16730,10 +16733,10 @@ class UserEventTypeService extends RestService$1 {
|
|
16730
16733
|
this.endpointUri = 'user-event-types';
|
16731
16734
|
this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
|
16732
16735
|
}
|
16733
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
16734
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
16736
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: UserEventTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
16737
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: UserEventTypeService, providedIn: 'root' }); }
|
16735
16738
|
}
|
16736
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
16739
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: UserEventTypeService, decorators: [{
|
16737
16740
|
type: Injectable,
|
16738
16741
|
args: [{
|
16739
16742
|
providedIn: 'root'
|
@@ -16760,10 +16763,10 @@ class UsersInviteService extends RestService {
|
|
16760
16763
|
this.modelClass = RegistrationInvite;
|
16761
16764
|
this.url = 'users/invite';
|
16762
16765
|
}
|
16763
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
16764
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
16766
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: UsersInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
16767
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: UsersInviteService, providedIn: 'root' }); }
|
16765
16768
|
}
|
16766
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
16769
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: UsersInviteService, decorators: [{
|
16767
16770
|
type: Injectable,
|
16768
16771
|
args: [{
|
16769
16772
|
providedIn: 'root'
|
@@ -16878,10 +16881,10 @@ class UserService extends RestService$1 {
|
|
16878
16881
|
this.setCache([user], true);
|
16879
16882
|
}, ['post', 'put']);
|
16880
16883
|
}
|
16881
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
16882
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
16884
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: UserService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
16885
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: UserService, providedIn: 'root' }); }
|
16883
16886
|
}
|
16884
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
16887
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: UserService, decorators: [{
|
16885
16888
|
type: Injectable,
|
16886
16889
|
args: [{
|
16887
16890
|
providedIn: 'root'
|
@@ -16902,10 +16905,10 @@ class FinancialYearService {
|
|
16902
16905
|
window.location.reload();
|
16903
16906
|
}));
|
16904
16907
|
}
|
16905
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
16906
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
16908
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: FinancialYearService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
16909
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: FinancialYearService, providedIn: 'root' }); }
|
16907
16910
|
}
|
16908
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
16911
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: FinancialYearService, decorators: [{
|
16909
16912
|
type: Injectable,
|
16910
16913
|
args: [{
|
16911
16914
|
providedIn: 'root'
|
@@ -16949,10 +16952,10 @@ class MfaDetailsService extends RestService$1 {
|
|
16949
16952
|
return mfaDetails;
|
16950
16953
|
}));
|
16951
16954
|
}
|
16952
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
16953
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
16955
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: MfaDetailsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
16956
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: MfaDetailsService, providedIn: 'root' }); }
|
16954
16957
|
}
|
16955
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
16958
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: MfaDetailsService, decorators: [{
|
16956
16959
|
type: Injectable,
|
16957
16960
|
args: [{
|
16958
16961
|
providedIn: 'root'
|
@@ -16989,10 +16992,10 @@ class HoldingTradeService extends RestService$1 {
|
|
16989
16992
|
}
|
16990
16993
|
});
|
16991
16994
|
}
|
16992
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
16993
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
16995
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: HoldingTradeService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
16996
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: HoldingTradeService, providedIn: 'root' }); }
|
16994
16997
|
}
|
16995
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
16998
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: HoldingTradeService, decorators: [{
|
16996
16999
|
type: Injectable,
|
16997
17000
|
args: [{
|
16998
17001
|
providedIn: 'root'
|
@@ -17029,10 +17032,10 @@ class HoldingTypeService extends RestService$1 {
|
|
17029
17032
|
}
|
17030
17033
|
});
|
17031
17034
|
}
|
17032
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
17033
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
17035
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: HoldingTypeService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
17036
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: HoldingTypeService, providedIn: 'root' }); }
|
17034
17037
|
}
|
17035
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
17038
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: HoldingTypeService, decorators: [{
|
17036
17039
|
type: Injectable,
|
17037
17040
|
args: [{
|
17038
17041
|
providedIn: 'root'
|
@@ -17051,10 +17054,10 @@ class HoldingSaleService extends RestService$1 {
|
|
17051
17054
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
17052
17055
|
this.roles = [UserRolesEnum.HOLDING_TANK];
|
17053
17056
|
}
|
17054
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
17055
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
17057
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: HoldingSaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
17058
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: HoldingSaleService, providedIn: 'root' }); }
|
17056
17059
|
}
|
17057
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
17060
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: HoldingSaleService, decorators: [{
|
17058
17061
|
type: Injectable,
|
17059
17062
|
args: [{
|
17060
17063
|
providedIn: 'root'
|
@@ -17096,10 +17099,10 @@ class HoldingTradeImportService extends RestService$1 {
|
|
17096
17099
|
return throwError(error);
|
17097
17100
|
}));
|
17098
17101
|
}
|
17099
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
17100
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
17102
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: HoldingTradeImportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
17103
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: HoldingTradeImportService, providedIn: 'root' }); }
|
17101
17104
|
}
|
17102
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
17105
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: HoldingTradeImportService, decorators: [{
|
17103
17106
|
type: Injectable,
|
17104
17107
|
args: [{
|
17105
17108
|
providedIn: 'root'
|
@@ -17193,10 +17196,10 @@ class HoldingTypeExchangeService extends DataService {
|
|
17193
17196
|
this.collectionClass = Collection;
|
17194
17197
|
this.setCache(HoldingTypeExchanges);
|
17195
17198
|
}
|
17196
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
17197
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
17199
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: HoldingTypeExchangeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
17200
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: HoldingTypeExchangeService, providedIn: 'root' }); }
|
17198
17201
|
}
|
17199
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
17202
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: HoldingTypeExchangeService, decorators: [{
|
17200
17203
|
type: Injectable,
|
17201
17204
|
args: [{
|
17202
17205
|
providedIn: 'root'
|
@@ -17230,10 +17233,10 @@ class HomeOfficeClaimService extends RestService$1 {
|
|
17230
17233
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
17231
17234
|
this.roles = [UserRolesEnum.WORK_TANK, UserRolesEnum.SOLE_TANK];
|
17232
17235
|
}
|
17233
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
17234
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
17236
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: HomeOfficeClaimService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
17237
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: HomeOfficeClaimService, providedIn: 'root' }); }
|
17235
17238
|
}
|
17236
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
17239
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: HomeOfficeClaimService, decorators: [{
|
17237
17240
|
type: Injectable,
|
17238
17241
|
args: [{
|
17239
17242
|
providedIn: 'root'
|
@@ -17261,10 +17264,10 @@ class HomeOfficeLogService extends RestService$1 {
|
|
17261
17264
|
listenEvents() {
|
17262
17265
|
this.listenCSE(HomeOfficeClaim, this.refreshCache, ['post']);
|
17263
17266
|
}
|
17264
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
17265
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
17267
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: HomeOfficeLogService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
17268
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: HomeOfficeLogService, providedIn: 'root' }); }
|
17266
17269
|
}
|
17267
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
17270
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: HomeOfficeLogService, decorators: [{
|
17268
17271
|
type: Injectable,
|
17269
17272
|
args: [{
|
17270
17273
|
providedIn: 'root'
|
@@ -17304,10 +17307,10 @@ class AussieService extends RestService$1 {
|
|
17304
17307
|
postAppointment() {
|
17305
17308
|
return this.http.delete(`${this.environment.apiV2}/aussie/appointments`);
|
17306
17309
|
}
|
17307
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
17308
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
17310
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: AussieService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
17311
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: AussieService, providedIn: 'root' }); }
|
17309
17312
|
}
|
17310
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
17313
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: AussieService, decorators: [{
|
17311
17314
|
type: Injectable,
|
17312
17315
|
args: [{
|
17313
17316
|
providedIn: 'root'
|
@@ -17331,10 +17334,10 @@ class SharesightDetailsService extends RestService$1 {
|
|
17331
17334
|
reconnect(sharesightDetails) {
|
17332
17335
|
return this.put(sharesightDetails, `${this.apiUrl}/${sharesightDetails.id}/reconnect`);
|
17333
17336
|
}
|
17334
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
17335
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
17337
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SharesightDetailsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
17338
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SharesightDetailsService, providedIn: 'root' }); }
|
17336
17339
|
}
|
17337
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
17340
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SharesightDetailsService, decorators: [{
|
17338
17341
|
type: Injectable,
|
17339
17342
|
args: [{
|
17340
17343
|
providedIn: 'root'
|
@@ -17352,10 +17355,10 @@ class SharesightPortfolioService extends RestService$1 {
|
|
17352
17355
|
getExternal() {
|
17353
17356
|
return this.fetch(`${this.apiUrl}/external`, false);
|
17354
17357
|
}
|
17355
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
17356
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
17358
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SharesightPortfolioService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
17359
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SharesightPortfolioService, providedIn: 'root' }); }
|
17357
17360
|
}
|
17358
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
17361
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SharesightPortfolioService, decorators: [{
|
17359
17362
|
type: Injectable,
|
17360
17363
|
args: [{
|
17361
17364
|
providedIn: 'root'
|
@@ -17432,10 +17435,10 @@ class IncomeSourceTypeService extends DataService {
|
|
17432
17435
|
this.collectionClass = Collection;
|
17433
17436
|
this.setCache(IncomeSourceTypes);
|
17434
17437
|
}
|
17435
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
17436
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
17438
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IncomeSourceTypeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
17439
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IncomeSourceTypeService, providedIn: 'root' }); }
|
17437
17440
|
}
|
17438
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
17441
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IncomeSourceTypeService, decorators: [{
|
17439
17442
|
type: Injectable,
|
17440
17443
|
args: [{
|
17441
17444
|
providedIn: 'root'
|
@@ -17449,10 +17452,10 @@ class ChartAccountsValueService extends DataService {
|
|
17449
17452
|
this.collectionClass = ChartAccountsValueCollection;
|
17450
17453
|
this.setCache(ChartAccountsValues);
|
17451
17454
|
}
|
17452
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
17453
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
17455
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ChartAccountsValueService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
17456
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ChartAccountsValueService, providedIn: 'root' }); }
|
17454
17457
|
}
|
17455
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
17458
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ChartAccountsValueService, decorators: [{
|
17456
17459
|
type: Injectable,
|
17457
17460
|
args: [{
|
17458
17461
|
providedIn: 'root'
|
@@ -19425,10 +19428,10 @@ class TaxReturnItemService extends DataService {
|
|
19425
19428
|
this.collectionClass = Collection;
|
19426
19429
|
this.setCache(TaxReturnItems);
|
19427
19430
|
}
|
19428
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
19429
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
19431
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TaxReturnItemService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
19432
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TaxReturnItemService, providedIn: 'root' }); }
|
19430
19433
|
}
|
19431
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
19434
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TaxReturnItemService, decorators: [{
|
19432
19435
|
type: Injectable,
|
19433
19436
|
args: [{
|
19434
19437
|
providedIn: 'root'
|
@@ -19443,10 +19446,10 @@ class SetupItemService extends RestService$1 {
|
|
19443
19446
|
this.collectionClass = AccountSetupItemCollection;
|
19444
19447
|
this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
|
19445
19448
|
}
|
19446
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
19447
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
19449
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SetupItemService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
19450
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SetupItemService, providedIn: 'root' }); }
|
19448
19451
|
}
|
19449
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
19452
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SetupItemService, decorators: [{
|
19450
19453
|
type: Injectable,
|
19451
19454
|
args: [{
|
19452
19455
|
providedIn: 'root'
|
@@ -19629,10 +19632,10 @@ class AccountSetupService {
|
|
19629
19632
|
getSharesightDetails(importEnabled) {
|
19630
19633
|
return this.sharesightDetailsService.getArray().pipe(map(details => details.filter(detail => importEnabled ? detail.importEnabled : detail.exportEnabled)));
|
19631
19634
|
}
|
19632
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
19633
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
19635
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: AccountSetupService, deps: [{ token: SetupItemService }, { token: PropertyService }, { token: IncomeSourceService }, { token: BankConnectionService }, { token: BankAccountService }, { token: BankTransactionService }, { token: LoanService }, { token: AllocationRuleService }, { token: TransactionAllocationService }, { token: VehicleClaimService }, { token: HomeOfficeClaimService }, { token: TransactionService }, { token: DepreciationService }, { token: SoleBusinessService }, { token: HoldingTradeService }, { token: UserService }, { token: ClientMovementService }, { token: ClientInviteService }, { token: EmployeeService }, { token: EmployeeInviteService }, { token: FirmService }, { token: SharesightDetailsService }, { token: PropertyShareService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
19636
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: AccountSetupService, providedIn: 'root' }); }
|
19634
19637
|
}
|
19635
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
19638
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: AccountSetupService, decorators: [{
|
19636
19639
|
type: Injectable,
|
19637
19640
|
args: [{
|
19638
19641
|
providedIn: 'root'
|
@@ -19641,16 +19644,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.2", ngImpor
|
|
19641
19644
|
|
19642
19645
|
class AdblockService {
|
19643
19646
|
constructor() {
|
19644
|
-
this.isAdBlockDetected = signal(false);
|
19647
|
+
this.isAdBlockDetected = signal(false, ...(ngDevMode ? [{ debugName: "isAdBlockDetected" }] : []));
|
19645
19648
|
/**
|
19646
19649
|
* do we need to show initial or recurrent notification
|
19647
19650
|
*/
|
19648
|
-
this.isNotificationShown = signal(true);
|
19651
|
+
this.isNotificationShown = signal(true, ...(ngDevMode ? [{ debugName: "isNotificationShown" }] : []));
|
19649
19652
|
/**
|
19650
19653
|
* checkAdBlock is promise based, so we need to know when service is ready
|
19651
19654
|
*/
|
19652
19655
|
this.serviceInitSubject = new Subject();
|
19653
|
-
this.isInitialModalClosed = signal(false);
|
19656
|
+
this.isInitialModalClosed = signal(false, ...(ngDevMode ? [{ debugName: "isInitialModalClosed" }] : []));
|
19654
19657
|
checkAdBlock().then((isWorking) => {
|
19655
19658
|
this.isAdBlockDetected.set(isWorking);
|
19656
19659
|
this.setNotificationShown(this.getNotificationShown());
|
@@ -19673,10 +19676,10 @@ class AdblockService {
|
|
19673
19676
|
getInitialModalClosed() {
|
19674
19677
|
return JSON.parse(localStorage.getItem('isInitialModalClosed')) || false;
|
19675
19678
|
}
|
19676
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
19677
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
19679
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: AdblockService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
19680
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: AdblockService, providedIn: 'root' }); }
|
19678
19681
|
}
|
19679
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
19682
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: AdblockService, decorators: [{
|
19680
19683
|
type: Injectable,
|
19681
19684
|
args: [{
|
19682
19685
|
providedIn: 'root'
|
@@ -19708,10 +19711,10 @@ class UserSwitcherService {
|
|
19708
19711
|
localStorage.removeItem(KEY);
|
19709
19712
|
window.location.replace('/firm/dashboard');
|
19710
19713
|
}
|
19711
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
19712
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
19714
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: UserSwitcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
19715
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: UserSwitcherService, providedIn: 'root' }); }
|
19713
19716
|
}
|
19714
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
19717
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: UserSwitcherService, decorators: [{
|
19715
19718
|
type: Injectable,
|
19716
19719
|
args: [{
|
19717
19720
|
providedIn: 'root'
|
@@ -19752,10 +19755,10 @@ class AssetsService {
|
|
19752
19755
|
delete(entityId, asset) {
|
19753
19756
|
return this.http.delete(`${this.environment.apiV2}/${asset.entityType}/${entityId}/${asset.type}/${asset.id}`);
|
19754
19757
|
}
|
19755
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
19756
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
19758
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: AssetsService, deps: [{ token: i1.HttpClient }, { token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
19759
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: AssetsService, providedIn: 'root' }); }
|
19757
19760
|
}
|
19758
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
19761
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: AssetsService, decorators: [{
|
19759
19762
|
type: Injectable,
|
19760
19763
|
args: [{
|
19761
19764
|
providedIn: 'root'
|
@@ -19783,10 +19786,10 @@ class BankAccountCalculationService {
|
|
19783
19786
|
getNetPosition(bankAccounts, bankTransactions, allocations) {
|
19784
19787
|
return bankAccounts.currentBalance - this.getTaxTankBalance(bankAccounts.getLoanAccounts(), bankTransactions, allocations);
|
19785
19788
|
}
|
19786
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
19787
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
19789
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: BankAccountCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
19790
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: BankAccountCalculationService, providedIn: 'root' }); }
|
19788
19791
|
}
|
19789
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
19792
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: BankAccountCalculationService, decorators: [{
|
19790
19793
|
type: Injectable,
|
19791
19794
|
args: [{
|
19792
19795
|
providedIn: 'root'
|
@@ -19813,10 +19816,10 @@ class ExportFormatterService {
|
|
19813
19816
|
}
|
19814
19817
|
}));
|
19815
19818
|
}
|
19816
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
19817
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
19819
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ExportFormatterService, deps: [{ token: i1$1.CurrencyPipe }, { token: i1$1.PercentPipe }, { token: i1$1.DatePipe }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
19820
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ExportFormatterService, providedIn: 'root' }); }
|
19818
19821
|
}
|
19819
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
19822
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ExportFormatterService, decorators: [{
|
19820
19823
|
type: Injectable,
|
19821
19824
|
args: [{
|
19822
19825
|
providedIn: 'root'
|
@@ -19836,10 +19839,10 @@ class HeaderTitleService {
|
|
19836
19839
|
return route;
|
19837
19840
|
}), filter((route) => route.outlet === 'primary'), mergeMap((route) => route.data));
|
19838
19841
|
}
|
19839
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
19840
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
19842
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: HeaderTitleService, deps: [{ token: i4.Router }, { token: i4.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
19843
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: HeaderTitleService, providedIn: 'root' }); }
|
19841
19844
|
}
|
19842
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
19845
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: HeaderTitleService, decorators: [{
|
19843
19846
|
type: Injectable,
|
19844
19847
|
args: [{
|
19845
19848
|
providedIn: 'root'
|
@@ -19872,10 +19875,10 @@ class IntercomService {
|
|
19872
19875
|
const connectionCredentials = this.initUser(user);
|
19873
19876
|
window.Intercom('boot', connectionCredentials);
|
19874
19877
|
}
|
19875
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
19876
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
19878
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IntercomService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
19879
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IntercomService, providedIn: 'root' }); }
|
19877
19880
|
}
|
19878
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
19881
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IntercomService, decorators: [{
|
19879
19882
|
type: Injectable,
|
19880
19883
|
args: [{
|
19881
19884
|
providedIn: 'root'
|
@@ -19945,10 +19948,10 @@ class PdfFromDomElementService {
|
|
19945
19948
|
.outputPdf('blob')
|
19946
19949
|
.then((blob) => new File([blob], filename, { type: 'application/pdf' })));
|
19947
19950
|
}
|
19948
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
19949
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
19951
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PdfFromDomElementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
19952
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PdfFromDomElementService, providedIn: 'root' }); }
|
19950
19953
|
}
|
19951
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
19954
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PdfFromDomElementService, decorators: [{
|
19952
19955
|
type: Injectable,
|
19953
19956
|
args: [{
|
19954
19957
|
providedIn: 'root'
|
@@ -20041,10 +20044,10 @@ class PdfFromTableService {
|
|
20041
20044
|
.text(description, FILE_SETTINGS.text.positionDescriptionX, FILE_SETTINGS.text.positionDescriptionY)
|
20042
20045
|
.setTextColor(FILE_SETTINGS.text.colorPrimary);
|
20043
20046
|
}
|
20044
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
20045
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
20047
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PdfFromTableService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
20048
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PdfFromTableService, providedIn: 'root' }); }
|
20046
20049
|
}
|
20047
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
20050
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PdfFromTableService, decorators: [{
|
20048
20051
|
type: Injectable,
|
20049
20052
|
args: [{
|
20050
20053
|
providedIn: 'root'
|
@@ -20082,10 +20085,10 @@ class PdfFromDataTableService extends PdfFromTableService {
|
|
20082
20085
|
});
|
20083
20086
|
return pdf;
|
20084
20087
|
}
|
20085
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
20086
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
20088
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
20089
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PdfFromDataTableService, providedIn: 'root' }); }
|
20087
20090
|
}
|
20088
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
20091
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PdfFromDataTableService, decorators: [{
|
20089
20092
|
type: Injectable,
|
20090
20093
|
args: [{
|
20091
20094
|
providedIn: 'root'
|
@@ -20123,10 +20126,10 @@ class PdfFromHtmlTableService extends PdfFromTableService {
|
|
20123
20126
|
});
|
20124
20127
|
return pdf;
|
20125
20128
|
}
|
20126
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
20127
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
20129
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PdfFromHtmlTableService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
20130
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PdfFromHtmlTableService, providedIn: 'root' }); }
|
20128
20131
|
}
|
20129
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
20132
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PdfFromHtmlTableService, decorators: [{
|
20130
20133
|
type: Injectable,
|
20131
20134
|
args: [{
|
20132
20135
|
providedIn: 'root'
|
@@ -20150,10 +20153,10 @@ class PreloaderService {
|
|
20150
20153
|
activePreloaders = activePreloaders.filter((preloader) => preloader !== endpoint);
|
20151
20154
|
this.activePreloaders.next(activePreloaders);
|
20152
20155
|
}
|
20153
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
20154
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
20156
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PreloaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
20157
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PreloaderService, providedIn: 'root' }); }
|
20155
20158
|
}
|
20156
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
20159
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PreloaderService, decorators: [{
|
20157
20160
|
type: Injectable,
|
20158
20161
|
args: [{
|
20159
20162
|
providedIn: 'root'
|
@@ -20179,10 +20182,10 @@ class EquityPositionChartService {
|
|
20179
20182
|
}))
|
20180
20183
|
}))));
|
20181
20184
|
}
|
20182
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
20183
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
20185
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: EquityPositionChartService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
20186
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: EquityPositionChartService, providedIn: 'root' }); }
|
20184
20187
|
}
|
20185
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
20188
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: EquityPositionChartService, decorators: [{
|
20186
20189
|
type: Injectable,
|
20187
20190
|
args: [{
|
20188
20191
|
providedIn: 'root'
|
@@ -20353,10 +20356,10 @@ class PropertyCalculationService {
|
|
20353
20356
|
return new Badge('Monitoring performance');
|
20354
20357
|
}
|
20355
20358
|
}
|
20356
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
20357
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
20359
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PropertyCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
20360
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PropertyCalculationService, providedIn: 'root' }); }
|
20358
20361
|
}
|
20359
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
20362
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PropertyCalculationService, decorators: [{
|
20360
20363
|
type: Injectable,
|
20361
20364
|
args: [{
|
20362
20365
|
providedIn: 'root'
|
@@ -20414,10 +20417,10 @@ class PropertyTransactionReportService {
|
|
20414
20417
|
getDepreciations() {
|
20415
20418
|
return this.depreciationService.get().pipe(map((depreciations) => depreciations.getByChartAccountsCategories(CHART_ACCOUNTS_CATEGORIES.property)));
|
20416
20419
|
}
|
20417
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
20418
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
20420
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PropertyTransactionReportService, deps: [{ token: PropertyService }, { token: TransactionService }, { token: DepreciationService }, { token: ChartAccountsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
20421
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PropertyTransactionReportService, providedIn: 'root' }); }
|
20419
20422
|
}
|
20420
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
20423
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PropertyTransactionReportService, decorators: [{
|
20421
20424
|
type: Injectable,
|
20422
20425
|
args: [{
|
20423
20426
|
providedIn: 'root'
|
@@ -20437,10 +20440,10 @@ class CurrentFirmBranchService {
|
|
20437
20440
|
set(firmBranches) {
|
20438
20441
|
this.firmBranchIds$.next(firmBranches.map(branch => branch.id));
|
20439
20442
|
}
|
20440
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
20441
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
20443
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: CurrentFirmBranchService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
20444
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: CurrentFirmBranchService, providedIn: 'root' }); }
|
20442
20445
|
}
|
20443
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
20446
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: CurrentFirmBranchService, decorators: [{
|
20444
20447
|
type: Injectable,
|
20445
20448
|
args: [{
|
20446
20449
|
providedIn: 'root'
|
@@ -20536,10 +20539,10 @@ class XlsxService {
|
|
20536
20539
|
});
|
20537
20540
|
FileSaver.saveAs(data, `${fileName}.xlsx`);
|
20538
20541
|
}
|
20539
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
20540
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
20542
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: XlsxService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
20543
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: XlsxService, providedIn: 'root' }); }
|
20541
20544
|
}
|
20542
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
20545
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: XlsxService, decorators: [{
|
20543
20546
|
type: Injectable,
|
20544
20547
|
args: [{
|
20545
20548
|
providedIn: 'root'
|
@@ -20573,10 +20576,10 @@ class UserSwitcherInterceptor {
|
|
20573
20576
|
intercept(request, next) {
|
20574
20577
|
return next.handle(this.switch(request, this.userSwitcherService.get()));
|
20575
20578
|
}
|
20576
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
20577
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
20579
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: UserSwitcherInterceptor, deps: [{ token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
20580
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: UserSwitcherInterceptor }); }
|
20578
20581
|
}
|
20579
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
20582
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: UserSwitcherInterceptor, decorators: [{
|
20580
20583
|
type: Injectable
|
20581
20584
|
}], ctorParameters: () => [{ type: UserSwitcherService }, { type: undefined, decorators: [{
|
20582
20585
|
type: Inject,
|
@@ -20919,10 +20922,10 @@ class PreloaderInterceptor {
|
|
20919
20922
|
findEndpoint(requestPath) {
|
20920
20923
|
return Object.values(ENDPOINTS).find((endpoint) => endpoint.test(requestPath));
|
20921
20924
|
}
|
20922
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
20923
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
20925
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
20926
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PreloaderInterceptor }); }
|
20924
20927
|
}
|
20925
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
20928
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PreloaderInterceptor, decorators: [{
|
20926
20929
|
type: Injectable
|
20927
20930
|
}], ctorParameters: () => [{ type: PreloaderService }] });
|
20928
20931
|
|
@@ -20947,10 +20950,10 @@ class BasiqTokenInterceptor {
|
|
20947
20950
|
}
|
20948
20951
|
});
|
20949
20952
|
}
|
20950
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
20951
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
20953
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: BasiqTokenInterceptor, deps: [{ token: BasiqTokenService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
20954
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: BasiqTokenInterceptor }); }
|
20952
20955
|
}
|
20953
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
20956
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: BasiqTokenInterceptor, decorators: [{
|
20954
20957
|
type: Injectable
|
20955
20958
|
}], ctorParameters: () => [{ type: BasiqTokenService }] });
|
20956
20959
|
|
@@ -20973,10 +20976,10 @@ class BasiqClientIdInterceptor {
|
|
20973
20976
|
url: request.url.replace('null', basiqClientId)
|
20974
20977
|
});
|
20975
20978
|
}
|
20976
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
20977
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
20979
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: BasiqClientIdInterceptor, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
20980
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: BasiqClientIdInterceptor }); }
|
20978
20981
|
}
|
20979
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
20982
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: BasiqClientIdInterceptor, decorators: [{
|
20980
20983
|
type: Injectable
|
20981
20984
|
}], ctorParameters: () => [{ type: UserService }] });
|
20982
20985
|
|
@@ -21011,10 +21014,10 @@ class RewardfulInterceptor {
|
|
21011
21014
|
&& (window['Rewardful'].referral || window['Rewardful'].coupon?.id)
|
21012
21015
|
&& registrationUrls.some(registrationUrl => request.url.includes(registrationUrl));
|
21013
21016
|
}
|
21014
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
21015
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
21017
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: RewardfulInterceptor, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
21018
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: RewardfulInterceptor }); }
|
21016
21019
|
}
|
21017
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
21020
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: RewardfulInterceptor, decorators: [{
|
21018
21021
|
type: Injectable
|
21019
21022
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
21020
21023
|
type: Inject,
|
@@ -21043,10 +21046,10 @@ class AussieInterceptor {
|
|
21043
21046
|
}
|
21044
21047
|
});
|
21045
21048
|
}
|
21046
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
21047
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
21049
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: AussieInterceptor, deps: [{ token: AussieService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
21050
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: AussieInterceptor }); }
|
21048
21051
|
}
|
21049
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
21052
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: AussieInterceptor, decorators: [{
|
21050
21053
|
type: Injectable
|
21051
21054
|
}], ctorParameters: () => [{ type: AussieService }, { type: undefined, decorators: [{
|
21052
21055
|
type: Inject,
|
@@ -21054,9 +21057,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.2", ngImpor
|
|
21054
21057
|
}] }] });
|
21055
21058
|
|
21056
21059
|
class InterceptorsModule {
|
21057
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
21058
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
21059
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
21060
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: InterceptorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
21061
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.4", ngImport: i0, type: InterceptorsModule }); }
|
21062
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: InterceptorsModule, providers: [
|
21060
21063
|
{
|
21061
21064
|
provide: HTTP_INTERCEPTORS,
|
21062
21065
|
useClass: CorelogicInterceptor,
|
@@ -21100,7 +21103,7 @@ class InterceptorsModule {
|
|
21100
21103
|
}
|
21101
21104
|
] }); }
|
21102
21105
|
}
|
21103
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
21106
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: InterceptorsModule, decorators: [{
|
21104
21107
|
type: NgModule,
|
21105
21108
|
args: [{
|
21106
21109
|
providers: [
|
@@ -21153,13 +21156,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.2", ngImpor
|
|
21153
21156
|
* https://angular.io/guide/creating-libraries
|
21154
21157
|
*/
|
21155
21158
|
class CoreModule {
|
21156
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
21157
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
21159
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: CoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
21160
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.4", ngImport: i0, type: CoreModule, imports: [CommonModule,
|
21158
21161
|
InterceptorsModule] }); }
|
21159
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
21162
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: CoreModule, imports: [CommonModule,
|
21160
21163
|
InterceptorsModule] }); }
|
21161
21164
|
}
|
21162
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
21165
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: CoreModule, decorators: [{
|
21163
21166
|
type: NgModule,
|
21164
21167
|
args: [{
|
21165
21168
|
declarations: [],
|
@@ -21179,10 +21182,10 @@ class AppCurrencyPipe extends CurrencyPipe {
|
|
21179
21182
|
digitsInfo = digitsInfo ?? '1.0-' + (value.toString().match(/[1-9]/)?.index || 2);
|
21180
21183
|
return super.transform(value, currencyCode, display, digitsInfo, locale);
|
21181
21184
|
}
|
21182
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
21183
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
21185
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: AppCurrencyPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
21186
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.1.4", ngImport: i0, type: AppCurrencyPipe, isStandalone: true, name: "appCurrency" }); }
|
21184
21187
|
}
|
21185
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
21188
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: AppCurrencyPipe, decorators: [{
|
21186
21189
|
type: Pipe,
|
21187
21190
|
args: [{
|
21188
21191
|
name: 'appCurrency',
|
@@ -21197,10 +21200,10 @@ class SafeUrlPipe {
|
|
21197
21200
|
transform(url) {
|
21198
21201
|
return this.sanitizer.bypassSecurityTrustResourceUrl(url);
|
21199
21202
|
}
|
21200
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
21201
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
21203
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SafeUrlPipe, deps: [{ token: i1$2.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe }); }
|
21204
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.1.4", ngImport: i0, type: SafeUrlPipe, isStandalone: true, name: "safeUrl" }); }
|
21202
21205
|
}
|
21203
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
21206
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SafeUrlPipe, decorators: [{
|
21204
21207
|
type: Pipe,
|
21205
21208
|
args: [{
|
21206
21209
|
name: 'safeUrl',
|
@@ -21215,10 +21218,10 @@ class AppPercentPipe {
|
|
21215
21218
|
transform(value, total, floor) {
|
21216
21219
|
return this.percentagePipe.transform(value, total, floor) + '%';
|
21217
21220
|
}
|
21218
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
21219
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
21221
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: AppPercentPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
21222
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.1.4", ngImport: i0, type: AppPercentPipe, isStandalone: true, name: "percentage" }); }
|
21220
21223
|
}
|
21221
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
21224
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: AppPercentPipe, decorators: [{
|
21222
21225
|
type: Pipe,
|
21223
21226
|
args: [{
|
21224
21227
|
name: 'percentage',
|
@@ -21592,10 +21595,10 @@ class BusinessResolver {
|
|
21592
21595
|
resolve() {
|
21593
21596
|
return this.soleDetailsService.getFirst();
|
21594
21597
|
}
|
21595
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
21596
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
21598
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: BusinessResolver, deps: [{ token: SoleDetailsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
21599
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: BusinessResolver, providedIn: 'root' }); }
|
21597
21600
|
}
|
21598
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
21601
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: BusinessResolver, decorators: [{
|
21599
21602
|
type: Injectable,
|
21600
21603
|
args: [{ providedIn: 'root' }]
|
21601
21604
|
}], ctorParameters: () => [{ type: SoleDetailsService }] });
|
@@ -21607,10 +21610,10 @@ class SoleDetailsResolver {
|
|
21607
21610
|
resolve() {
|
21608
21611
|
return this.soleDetails.getFirst();
|
21609
21612
|
}
|
21610
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
21611
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
21613
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SoleDetailsResolver, deps: [{ token: SoleDetailsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
21614
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SoleDetailsResolver, providedIn: 'root' }); }
|
21612
21615
|
}
|
21613
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
21616
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SoleDetailsResolver, decorators: [{
|
21614
21617
|
type: Injectable,
|
21615
21618
|
args: [{ providedIn: 'root' }]
|
21616
21619
|
}], ctorParameters: () => [{ type: SoleDetailsService }] });
|
@@ -22412,10 +22415,10 @@ class UniqueEmailValidator {
|
|
22412
22415
|
validate(control) {
|
22413
22416
|
return this.userService.search(control.value).pipe(map(user => user ? { emailIsUsed: true } : null));
|
22414
22417
|
}
|
22415
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
22416
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
22418
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: UniqueEmailValidator, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
22419
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: UniqueEmailValidator, providedIn: 'root' }); }
|
22417
22420
|
}
|
22418
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
22421
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: UniqueEmailValidator, decorators: [{
|
22419
22422
|
type: Injectable,
|
22420
22423
|
args: [{ providedIn: 'root' }]
|
22421
22424
|
}], ctorParameters: () => [{ type: UserService }] });
|
@@ -22497,10 +22500,10 @@ class ClientMovementForm extends AbstractForm {
|
|
22497
22500
|
firmBranch: new FormControl(clientMovement.firmBranch, [Validators.required]),
|
22498
22501
|
}, clientMovement);
|
22499
22502
|
}
|
22500
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
22501
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
22503
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ClientMovementForm, deps: [{ token: ClientMovement }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
22504
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ClientMovementForm, providedIn: 'root' }); }
|
22502
22505
|
}
|
22503
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
22506
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ClientMovementForm, decorators: [{
|
22504
22507
|
type: Injectable,
|
22505
22508
|
args: [{
|
22506
22509
|
providedIn: 'root'
|
@@ -22513,10 +22516,10 @@ class EmployeeDetailsForm extends AbstractForm {
|
|
22513
22516
|
firmBranches: new FormControl(employeeDetails.firmBranches, [Validators.required]),
|
22514
22517
|
}, employeeDetails);
|
22515
22518
|
}
|
22516
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
22517
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
22519
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: EmployeeDetailsForm, deps: [{ token: EmployeeDetails }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
22520
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: EmployeeDetailsForm, providedIn: 'root' }); }
|
22518
22521
|
}
|
22519
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
22522
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: EmployeeDetailsForm, decorators: [{
|
22520
22523
|
type: Injectable,
|
22521
22524
|
args: [{
|
22522
22525
|
providedIn: 'root'
|