taxtank-core 2.0.6 → 2.0.9
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 +450 -450
- package/fesm2022/taxtank-core.mjs.map +1 -1
- package/index.d.ts +11635 -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 -57
- 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 -6
- 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/date-formats.enum.d.ts +0 -8
- 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 -14
- 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 -8
- 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 -15
- 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 -8
- 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 -38
- 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 -18
- 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 -25
- 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 -62
- 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';
|
@@ -10229,6 +10229,9 @@ class BankAccount extends BankAccount$1 {
|
|
10229
10229
|
const endDate = new FinancialYear().endDate;
|
10230
10230
|
return this.status === BankAccountStatusEnum.ACTIVE && (!commencementDate || commencementDate <= endDate);
|
10231
10231
|
}
|
10232
|
+
isInactive() {
|
10233
|
+
return this.status === BankAccountStatusEnum.INACTIVE;
|
10234
|
+
}
|
10232
10235
|
/**
|
10233
10236
|
* first import (transactions) of basiq accounts
|
10234
10237
|
*/
|
@@ -11369,10 +11372,10 @@ class ToastService {
|
|
11369
11372
|
message,
|
11370
11373
|
}));
|
11371
11374
|
}
|
11372
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
11373
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
11375
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
11376
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ToastService, providedIn: 'root' }); }
|
11374
11377
|
}
|
11375
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
11378
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ToastService, decorators: [{
|
11376
11379
|
type: Injectable,
|
11377
11380
|
args: [{
|
11378
11381
|
providedIn: 'root'
|
@@ -11405,10 +11408,10 @@ class CorelogicService {
|
|
11405
11408
|
return throwError(() => error);
|
11406
11409
|
}));
|
11407
11410
|
}
|
11408
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
11409
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
11411
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: CorelogicService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
11412
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: CorelogicService, providedIn: 'root' }); }
|
11410
11413
|
}
|
11411
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
11414
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: CorelogicService, decorators: [{
|
11412
11415
|
type: Injectable,
|
11413
11416
|
args: [{
|
11414
11417
|
providedIn: 'root'
|
@@ -11445,10 +11448,10 @@ class CorelogicInterceptor {
|
|
11445
11448
|
}
|
11446
11449
|
});
|
11447
11450
|
}
|
11448
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
11449
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
11451
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: CorelogicInterceptor, deps: [{ token: CorelogicService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
11452
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: CorelogicInterceptor }); }
|
11450
11453
|
}
|
11451
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
11454
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: CorelogicInterceptor, decorators: [{
|
11452
11455
|
type: Injectable
|
11453
11456
|
}], ctorParameters: () => [{ type: CorelogicService }, { type: undefined, decorators: [{
|
11454
11457
|
type: Inject,
|
@@ -11484,10 +11487,10 @@ class FinancialYearInterceptor {
|
|
11484
11487
|
}
|
11485
11488
|
return next.handle(clonedReq);
|
11486
11489
|
}
|
11487
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
11488
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
11490
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
11491
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: FinancialYearInterceptor }); }
|
11489
11492
|
}
|
11490
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
11493
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: FinancialYearInterceptor, decorators: [{
|
11491
11494
|
type: Injectable
|
11492
11495
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
11493
11496
|
type: Inject,
|
@@ -11511,10 +11514,10 @@ class AddressService {
|
|
11511
11514
|
}
|
11512
11515
|
return this.countriesSubject.asObservable();
|
11513
11516
|
}
|
11514
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
11515
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
11517
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AddressService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
11518
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AddressService, providedIn: 'root' }); }
|
11516
11519
|
}
|
11517
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
11520
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AddressService, decorators: [{
|
11518
11521
|
type: Injectable,
|
11519
11522
|
args: [{
|
11520
11523
|
providedIn: 'root'
|
@@ -11538,10 +11541,10 @@ class PdfService {
|
|
11538
11541
|
formData.append('landscape', landscape ? '1' : '0');
|
11539
11542
|
return this.http.post(`${this.environment.apiV2}/pdf/html`, formData, { responseType: 'blob' });
|
11540
11543
|
}
|
11541
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
11542
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
11544
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PdfService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
11545
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PdfService, providedIn: 'root' }); }
|
11543
11546
|
}
|
11544
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
11547
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PdfService, decorators: [{
|
11545
11548
|
type: Injectable,
|
11546
11549
|
args: [{
|
11547
11550
|
providedIn: 'root'
|
@@ -11578,10 +11581,10 @@ class EventDispatcherService {
|
|
11578
11581
|
dispatch2(event) {
|
11579
11582
|
this.eventSubject2.next(event);
|
11580
11583
|
}
|
11581
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
11582
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
11584
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: EventDispatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
11585
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: EventDispatcherService, providedIn: 'root' }); }
|
11583
11586
|
}
|
11584
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
11587
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: EventDispatcherService, decorators: [{
|
11585
11588
|
type: Injectable,
|
11586
11589
|
args: [{
|
11587
11590
|
providedIn: 'root'
|
@@ -11617,10 +11620,10 @@ class SseService {
|
|
11617
11620
|
})
|
11618
11621
|
.pipe(map((messageEvent) => JSON.parse(messageEvent.data)));
|
11619
11622
|
}
|
11620
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
11621
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
11623
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SseService, deps: [{ token: i0.NgZone }, { token: i3.JwtService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
11624
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SseService, providedIn: 'root' }); }
|
11622
11625
|
}
|
11623
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
11626
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SseService, decorators: [{
|
11624
11627
|
type: Injectable,
|
11625
11628
|
args: [{
|
11626
11629
|
providedIn: 'root'
|
@@ -11708,10 +11711,10 @@ class DataService {
|
|
11708
11711
|
setCache(data) {
|
11709
11712
|
this.cache = this.createCollectionInstance(this.collectionClass, data);
|
11710
11713
|
}
|
11711
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
11712
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
11714
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DataService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
11715
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DataService, providedIn: 'root' }); }
|
11713
11716
|
}
|
11714
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
11717
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DataService, decorators: [{
|
11715
11718
|
type: Injectable,
|
11716
11719
|
args: [{
|
11717
11720
|
providedIn: 'root'
|
@@ -12078,10 +12081,10 @@ let RestService$1 = class RestService extends DataService {
|
|
12078
12081
|
this.handleResponse([change.model], change.method);
|
12079
12082
|
});
|
12080
12083
|
}
|
12081
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
12082
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
12084
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: RestService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
12085
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: RestService, providedIn: 'root' }); }
|
12083
12086
|
};
|
12084
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
12087
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: RestService$1, decorators: [{
|
12085
12088
|
type: Injectable,
|
12086
12089
|
args: [{
|
12087
12090
|
providedIn: 'root'
|
@@ -12221,10 +12224,10 @@ class BankAccountService extends RestService$1 {
|
|
12221
12224
|
}
|
12222
12225
|
});
|
12223
12226
|
}
|
12224
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
12225
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
12227
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BankAccountService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
12228
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BankAccountService, providedIn: 'root' }); }
|
12226
12229
|
}
|
12227
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
12230
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BankAccountService, decorators: [{
|
12228
12231
|
type: Injectable,
|
12229
12232
|
args: [{
|
12230
12233
|
providedIn: 'root'
|
@@ -12329,10 +12332,10 @@ class BankConnectionService extends RestService$1 {
|
|
12329
12332
|
}
|
12330
12333
|
});
|
12331
12334
|
}
|
12332
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
12333
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
12335
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BankConnectionService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
12336
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BankConnectionService, providedIn: 'root' }); }
|
12334
12337
|
}
|
12335
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
12338
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BankConnectionService, decorators: [{
|
12336
12339
|
type: Injectable,
|
12337
12340
|
args: [{
|
12338
12341
|
providedIn: 'root'
|
@@ -12398,10 +12401,10 @@ class BankTransactionService extends RestService$1 {
|
|
12398
12401
|
}
|
12399
12402
|
});
|
12400
12403
|
}
|
12401
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
12402
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
12404
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BankTransactionService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
12405
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BankTransactionService, providedIn: 'root' }); }
|
12403
12406
|
}
|
12404
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
12407
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BankTransactionService, decorators: [{
|
12405
12408
|
type: Injectable,
|
12406
12409
|
args: [{
|
12407
12410
|
providedIn: 'root'
|
@@ -12435,10 +12438,10 @@ class BasiqTokenService extends RestService$1 {
|
|
12435
12438
|
const now = new Date().getTime();
|
12436
12439
|
return new BasiqToken(tokenResponse['access_token'], new Date(now + tokenResponse['expires_in'] * 1000));
|
12437
12440
|
}
|
12438
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
12439
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
12441
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BasiqTokenService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
12442
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BasiqTokenService, providedIn: 'root' }); }
|
12440
12443
|
}
|
12441
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
12444
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BasiqTokenService, decorators: [{
|
12442
12445
|
type: Injectable,
|
12443
12446
|
args: [{
|
12444
12447
|
providedIn: 'root'
|
@@ -12580,10 +12583,10 @@ class BasiqService extends RestService$1 {
|
|
12580
12583
|
}
|
12581
12584
|
});
|
12582
12585
|
}
|
12583
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
12584
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
12586
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BasiqService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: BankConnectionService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
12587
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BasiqService, providedIn: 'root' }); }
|
12585
12588
|
}
|
12586
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
12589
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BasiqService, decorators: [{
|
12587
12590
|
type: Injectable,
|
12588
12591
|
args: [{
|
12589
12592
|
providedIn: 'root'
|
@@ -12611,10 +12614,10 @@ class BankService extends RestService$1 {
|
|
12611
12614
|
this.endpointUri = 'banks';
|
12612
12615
|
this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
|
12613
12616
|
}
|
12614
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
12615
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
12617
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BankService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
12618
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BankService, providedIn: 'root' }); }
|
12616
12619
|
}
|
12617
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
12620
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BankService, decorators: [{
|
12618
12621
|
type: Injectable,
|
12619
12622
|
args: [{
|
12620
12623
|
providedIn: 'root'
|
@@ -12629,10 +12632,10 @@ class BudgetService extends RestService$1 {
|
|
12629
12632
|
this.endpointUri = 'budgets';
|
12630
12633
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
12631
12634
|
}
|
12632
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
12633
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
12635
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BudgetService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
12636
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BudgetService, providedIn: 'root' }); }
|
12634
12637
|
}
|
12635
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
12638
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BudgetService, decorators: [{
|
12636
12639
|
type: Injectable,
|
12637
12640
|
args: [{
|
12638
12641
|
providedIn: 'root'
|
@@ -12658,10 +12661,10 @@ class ChartAccountsDepreciationService extends RestService$1 {
|
|
12658
12661
|
this.collectionClass = Collection;
|
12659
12662
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
12660
12663
|
}
|
12661
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
12662
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
12664
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ChartAccountsDepreciationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
12665
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ChartAccountsDepreciationService, providedIn: 'root' }); }
|
12663
12666
|
}
|
12664
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
12667
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ChartAccountsDepreciationService, decorators: [{
|
12665
12668
|
type: Injectable,
|
12666
12669
|
args: [{
|
12667
12670
|
providedIn: 'root'
|
@@ -12700,10 +12703,10 @@ class ChartAccountsService extends RestService$1 {
|
|
12700
12703
|
return headings;
|
12701
12704
|
}));
|
12702
12705
|
}
|
12703
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
12704
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
12706
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ChartAccountsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
12707
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ChartAccountsService, providedIn: 'root' }); }
|
12705
12708
|
}
|
12706
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
12709
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ChartAccountsService, decorators: [{
|
12707
12710
|
type: Injectable,
|
12708
12711
|
args: [{
|
12709
12712
|
providedIn: 'root'
|
@@ -12787,10 +12790,10 @@ class ChatService extends RestService$1 {
|
|
12787
12790
|
this.setCache(cache, true);
|
12788
12791
|
}, ['post']);
|
12789
12792
|
}
|
12790
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
12791
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
12793
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ChatService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
12794
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ChatService, providedIn: 'root' }); }
|
12792
12795
|
}
|
12793
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
12796
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ChatService, decorators: [{
|
12794
12797
|
type: Injectable,
|
12795
12798
|
args: [{
|
12796
12799
|
providedIn: 'root'
|
@@ -12820,10 +12823,10 @@ class MessageService extends RestService$1 {
|
|
12820
12823
|
getUnreadChatsAmount() {
|
12821
12824
|
return this.get().pipe(map((messages) => messages.getUnreadChatsAmount()));
|
12822
12825
|
}
|
12823
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
12824
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
12826
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: MessageService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
12827
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: MessageService, providedIn: 'root' }); }
|
12825
12828
|
}
|
12826
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
12829
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: MessageService, decorators: [{
|
12827
12830
|
type: Injectable,
|
12828
12831
|
args: [{
|
12829
12832
|
providedIn: 'root'
|
@@ -12892,10 +12895,10 @@ class MessageDocumentService extends RestService$1 {
|
|
12892
12895
|
addBatch(chatId, files) {
|
12893
12896
|
return combineLatest(files.map((file) => this.add(chatId, file))).pipe(map((docsBase) => docsBase.map((docBase) => plainToClass(MessageDocument, docBase))));
|
12894
12897
|
}
|
12895
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
12896
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
12898
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: MessageDocumentService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
12899
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: MessageDocumentService, providedIn: 'root' }); }
|
12897
12900
|
}
|
12898
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
12901
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: MessageDocumentService, decorators: [{
|
12899
12902
|
type: Injectable,
|
12900
12903
|
args: [{
|
12901
12904
|
providedIn: 'root'
|
@@ -12990,10 +12993,10 @@ class DepreciationService extends RestService$1 {
|
|
12990
12993
|
this.refreshCache();
|
12991
12994
|
});
|
12992
12995
|
}
|
12993
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
12994
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
12996
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DepreciationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
12997
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DepreciationService, providedIn: 'root' }); }
|
12995
12998
|
}
|
12996
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
12999
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DepreciationService, decorators: [{
|
12997
13000
|
type: Injectable,
|
12998
13001
|
args: [{
|
12999
13002
|
providedIn: 'root'
|
@@ -13015,10 +13018,10 @@ class DepreciationCapitalProjectService extends RestService$1 {
|
|
13015
13018
|
this.endpointUri = 'depreciation-capital-projects';
|
13016
13019
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
13017
13020
|
}
|
13018
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
13019
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
13021
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DepreciationCapitalProjectService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
13022
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DepreciationCapitalProjectService, providedIn: 'root' }); }
|
13020
13023
|
}
|
13021
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
13024
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DepreciationCapitalProjectService, decorators: [{
|
13022
13025
|
type: Injectable,
|
13023
13026
|
args: [{
|
13024
13027
|
providedIn: 'root'
|
@@ -13044,10 +13047,10 @@ class DocumentFolderService extends RestService$1 {
|
|
13044
13047
|
this.modelClass = DocumentFolder;
|
13045
13048
|
this.disabledMethods = ['deleteBatch', 'postBatch', 'putBatch'];
|
13046
13049
|
}
|
13047
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
13048
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
13050
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DocumentFolderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
13051
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DocumentFolderService, providedIn: 'root' }); }
|
13049
13052
|
}
|
13050
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
13053
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DocumentFolderService, decorators: [{
|
13051
13054
|
type: Injectable,
|
13052
13055
|
args: [{
|
13053
13056
|
providedIn: 'root'
|
@@ -13062,10 +13065,10 @@ class DocumentService extends RestService$1 {
|
|
13062
13065
|
this.collectionClass = Collection;
|
13063
13066
|
this.disabledMethods = ['postBatch', 'putBatch'];
|
13064
13067
|
}
|
13065
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
13066
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
13068
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
13069
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DocumentService, providedIn: 'root' }); }
|
13067
13070
|
}
|
13068
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
13071
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DocumentService, decorators: [{
|
13069
13072
|
type: Injectable,
|
13070
13073
|
args: [{
|
13071
13074
|
providedIn: 'root'
|
@@ -13147,10 +13150,10 @@ class FacebookService {
|
|
13147
13150
|
});
|
13148
13151
|
});
|
13149
13152
|
}
|
13150
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
13151
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
13153
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: FacebookService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: i3.JwtService }, { token: i4.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
13154
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: FacebookService, providedIn: 'root' }); }
|
13152
13155
|
}
|
13153
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
13156
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: FacebookService, decorators: [{
|
13154
13157
|
type: Injectable,
|
13155
13158
|
args: [{
|
13156
13159
|
providedIn: 'root'
|
@@ -13217,10 +13220,10 @@ class GoogleService {
|
|
13217
13220
|
logout() {
|
13218
13221
|
google.accounts.id.disableAutoSelect();
|
13219
13222
|
}
|
13220
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
13221
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
13223
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: GoogleService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: i3.JwtService }, { token: i4.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
13224
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: GoogleService, providedIn: 'root' }); }
|
13222
13225
|
}
|
13223
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
13226
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: GoogleService, decorators: [{
|
13224
13227
|
type: Injectable,
|
13225
13228
|
args: [{
|
13226
13229
|
providedIn: 'root'
|
@@ -13252,10 +13255,10 @@ class FileService extends RestService$1 {
|
|
13252
13255
|
download(file) {
|
13253
13256
|
return this.http.get(`${this.apiUrl}/${file.id}/download`, { responseType: 'blob' });
|
13254
13257
|
}
|
13255
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
13256
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
13258
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: FileService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
13259
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: FileService, providedIn: 'root' }); }
|
13257
13260
|
}
|
13258
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
13261
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: FileService, decorators: [{
|
13259
13262
|
type: Injectable,
|
13260
13263
|
args: [{
|
13261
13264
|
providedIn: 'root'
|
@@ -13345,10 +13348,10 @@ class ClientInviteService extends RestService$1 {
|
|
13345
13348
|
}
|
13346
13349
|
});
|
13347
13350
|
}
|
13348
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
13349
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
13351
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ClientInviteService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
13352
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ClientInviteService, providedIn: 'root' }); }
|
13350
13353
|
}
|
13351
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
13354
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ClientInviteService, decorators: [{
|
13352
13355
|
type: Injectable,
|
13353
13356
|
args: [{
|
13354
13357
|
providedIn: 'root'
|
@@ -13374,6 +13377,7 @@ var ClientInviteMessages;
|
|
13374
13377
|
})(ClientInviteMessages || (ClientInviteMessages = {}));
|
13375
13378
|
|
13376
13379
|
class ClientMovementService extends RestService$1 {
|
13380
|
+
// mercureTopic = 'clientMovements';
|
13377
13381
|
constructor(environment) {
|
13378
13382
|
super(environment);
|
13379
13383
|
this.environment = environment;
|
@@ -13381,7 +13385,6 @@ class ClientMovementService extends RestService$1 {
|
|
13381
13385
|
this.collectionClass = ClientMovementCollection;
|
13382
13386
|
this.modelClass = ClientMovement;
|
13383
13387
|
this.disabledMethods = ['postBatch', 'delete', 'deleteBatch'];
|
13384
|
-
this.mercureTopic = 'clientMovements';
|
13385
13388
|
this.listenEvents();
|
13386
13389
|
}
|
13387
13390
|
listenEvents() {
|
@@ -13438,10 +13441,10 @@ class ClientMovementService extends RestService$1 {
|
|
13438
13441
|
// this.updateCache([clientMovement], 'delete');
|
13439
13442
|
}));
|
13440
13443
|
}
|
13441
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
13442
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
13444
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ClientMovementService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
13445
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ClientMovementService, providedIn: 'root' }); }
|
13443
13446
|
}
|
13444
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
13447
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ClientMovementService, decorators: [{
|
13445
13448
|
type: Injectable,
|
13446
13449
|
args: [{
|
13447
13450
|
providedIn: 'root'
|
@@ -13502,10 +13505,10 @@ class EmployeeService extends RestService$1 {
|
|
13502
13505
|
index === -1 ? employee.roles.push(role) : employee.roles.splice(index, 1);
|
13503
13506
|
return super.put(employee, `${this.environment.apiV2}/${this.endpointUri}/${employee.id}`);
|
13504
13507
|
}
|
13505
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
13506
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
13508
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: EmployeeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
13509
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: EmployeeService, providedIn: 'root' }); }
|
13507
13510
|
}
|
13508
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
13511
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: EmployeeService, decorators: [{
|
13509
13512
|
type: Injectable,
|
13510
13513
|
args: [{
|
13511
13514
|
providedIn: 'root'
|
@@ -13566,10 +13569,10 @@ class EmployeeInviteService extends RestService$1 {
|
|
13566
13569
|
return updatedInvite;
|
13567
13570
|
}));
|
13568
13571
|
}
|
13569
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
13570
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
13572
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: EmployeeInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
13573
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: EmployeeInviteService, providedIn: 'root' }); }
|
13571
13574
|
}
|
13572
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
13575
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: EmployeeInviteService, decorators: [{
|
13573
13576
|
type: Injectable,
|
13574
13577
|
args: [{
|
13575
13578
|
providedIn: 'root'
|
@@ -13593,10 +13596,10 @@ class ClientPortfolioReportService {
|
|
13593
13596
|
return new ClientPortfolioReportCollection(clientReports);
|
13594
13597
|
}));
|
13595
13598
|
}
|
13596
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
13597
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
13599
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ClientPortfolioReportService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
13600
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ClientPortfolioReportService, providedIn: 'root' }); }
|
13598
13601
|
}
|
13599
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
13602
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ClientPortfolioReportService, decorators: [{
|
13600
13603
|
type: Injectable,
|
13601
13604
|
args: [{
|
13602
13605
|
providedIn: 'root'
|
@@ -13650,10 +13653,10 @@ class FirmService {
|
|
13650
13653
|
getByType(type) {
|
13651
13654
|
return this.getAll().pipe(map((firms) => firms.filter((firm) => firm.type === type)));
|
13652
13655
|
}
|
13653
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
13654
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
13656
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: FirmService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
13657
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: FirmService, providedIn: 'root' }); }
|
13655
13658
|
}
|
13656
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
13659
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: FirmService, decorators: [{
|
13657
13660
|
type: Injectable,
|
13658
13661
|
args: [{
|
13659
13662
|
providedIn: 'root'
|
@@ -13671,10 +13674,10 @@ class FirmBranchService extends RestService$1 {
|
|
13671
13674
|
this.collectionClass = (Collection);
|
13672
13675
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
13673
13676
|
}
|
13674
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
13675
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
13677
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: FirmBranchService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
13678
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: FirmBranchService, providedIn: 'root' }); }
|
13676
13679
|
}
|
13677
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
13680
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: FirmBranchService, decorators: [{
|
13678
13681
|
type: Injectable,
|
13679
13682
|
args: [{
|
13680
13683
|
providedIn: 'root'
|
@@ -13915,10 +13918,10 @@ class RestService {
|
|
13915
13918
|
getCache() {
|
13916
13919
|
return clone(this.cache);
|
13917
13920
|
}
|
13918
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
13919
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
13921
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: RestService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
13922
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: RestService, providedIn: 'root' }); }
|
13920
13923
|
}
|
13921
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
13924
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: RestService, decorators: [{
|
13922
13925
|
type: Injectable,
|
13923
13926
|
args: [{
|
13924
13927
|
providedIn: 'root'
|
@@ -13993,10 +13996,10 @@ class IncomeSourceForecastService extends RestService {
|
|
13993
13996
|
return incomeSource.incomeSourceForecasts;
|
13994
13997
|
}).flat();
|
13995
13998
|
}
|
13996
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
13997
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
13999
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: IncomeSourceForecastService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
14000
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: IncomeSourceForecastService, providedIn: 'root' }); }
|
13998
14001
|
}
|
13999
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
14002
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: IncomeSourceForecastService, decorators: [{
|
14000
14003
|
type: Injectable,
|
14001
14004
|
args: [{
|
14002
14005
|
providedIn: 'root'
|
@@ -14070,10 +14073,10 @@ class SalaryForecastService extends RestService {
|
|
14070
14073
|
return incomeSource.salaryForecasts;
|
14071
14074
|
}).flat();
|
14072
14075
|
}
|
14073
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
14074
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
14076
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SalaryForecastService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
14077
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SalaryForecastService, providedIn: 'root' }); }
|
14075
14078
|
}
|
14076
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
14079
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SalaryForecastService, decorators: [{
|
14077
14080
|
type: Injectable,
|
14078
14081
|
args: [{
|
14079
14082
|
providedIn: 'root'
|
@@ -14155,10 +14158,10 @@ class SoleForecastService extends RestService {
|
|
14155
14158
|
this.refreshCache();
|
14156
14159
|
});
|
14157
14160
|
}
|
14158
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
14159
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
14161
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleForecastService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
14162
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleForecastService, providedIn: 'root' }); }
|
14160
14163
|
}
|
14161
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
14164
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleForecastService, decorators: [{
|
14162
14165
|
type: Injectable,
|
14163
14166
|
args: [{
|
14164
14167
|
providedIn: 'root'
|
@@ -14241,10 +14244,10 @@ class IncomeSourceService extends RestService {
|
|
14241
14244
|
this.refreshCache();
|
14242
14245
|
});
|
14243
14246
|
}
|
14244
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
14245
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
14247
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: IncomeSourceService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
14248
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: IncomeSourceService, providedIn: 'root' }); }
|
14246
14249
|
}
|
14247
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
14250
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: IncomeSourceService, decorators: [{
|
14248
14251
|
type: Injectable,
|
14249
14252
|
args: [{
|
14250
14253
|
providedIn: 'root'
|
@@ -14317,10 +14320,10 @@ class BorrowingExpenseService {
|
|
14317
14320
|
return combinedBorrowingExpenses;
|
14318
14321
|
}));
|
14319
14322
|
}
|
14320
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
14321
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
14323
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BorrowingExpenseService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
14324
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BorrowingExpenseService, providedIn: 'root' }); }
|
14322
14325
|
}
|
14323
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
14326
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BorrowingExpenseService, decorators: [{
|
14324
14327
|
type: Injectable,
|
14325
14328
|
args: [{
|
14326
14329
|
providedIn: 'root'
|
@@ -14404,10 +14407,10 @@ class LoanService extends RestService$1 {
|
|
14404
14407
|
delete(loan) {
|
14405
14408
|
return super.delete(loan, `${this.environment.apiV2}/loans/${loan.id}`);
|
14406
14409
|
}
|
14407
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
14408
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
14410
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: LoanService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
14411
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: LoanService, providedIn: 'root' }); }
|
14409
14412
|
}
|
14410
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
14413
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: LoanService, decorators: [{
|
14411
14414
|
type: Injectable,
|
14412
14415
|
args: [{
|
14413
14416
|
providedIn: 'root'
|
@@ -14433,10 +14436,10 @@ class BorrowingReportService extends RestService$1 {
|
|
14433
14436
|
this.collectionClass = Collection;
|
14434
14437
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
14435
14438
|
}
|
14436
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
14437
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
14439
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BorrowingReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
14440
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BorrowingReportService, providedIn: 'root' }); }
|
14438
14441
|
}
|
14439
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
14442
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BorrowingReportService, decorators: [{
|
14440
14443
|
type: Injectable,
|
14441
14444
|
args: [{
|
14442
14445
|
providedIn: 'root'
|
@@ -14461,10 +14464,10 @@ class PropertyCategoryService extends RestService$1 {
|
|
14461
14464
|
this.endpointUri = 'properties/categories';
|
14462
14465
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
14463
14466
|
}
|
14464
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
14465
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
14467
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PropertyCategoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
14468
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PropertyCategoryService, providedIn: 'root' }); }
|
14466
14469
|
}
|
14467
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
14470
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PropertyCategoryService, decorators: [{
|
14468
14471
|
type: Injectable,
|
14469
14472
|
args: [{
|
14470
14473
|
providedIn: 'root'
|
@@ -14486,10 +14489,10 @@ class PropertyCategoryMovementService extends RestService$1 {
|
|
14486
14489
|
this.listenCSE(Property, this.refreshCache, ['post']);
|
14487
14490
|
this.listenCSE(PropertyCategoryMovement, this.refreshCache);
|
14488
14491
|
}
|
14489
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
14490
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
14492
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PropertyCategoryMovementService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
14493
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PropertyCategoryMovementService, providedIn: 'root' }); }
|
14491
14494
|
}
|
14492
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
14495
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PropertyCategoryMovementService, decorators: [{
|
14493
14496
|
type: Injectable,
|
14494
14497
|
args: [{
|
14495
14498
|
providedIn: 'root'
|
@@ -14521,10 +14524,10 @@ class PropertyDocumentService extends RestService$1 {
|
|
14521
14524
|
postFiles(property, files) {
|
14522
14525
|
return this.postParallel(files.map(file => plainToClass(PropertyDocument, { file, property })));
|
14523
14526
|
}
|
14524
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
14525
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
14527
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PropertyDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
14528
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PropertyDocumentService, providedIn: 'root' }); }
|
14526
14529
|
}
|
14527
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
14530
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PropertyDocumentService, decorators: [{
|
14528
14531
|
type: Injectable,
|
14529
14532
|
args: [{
|
14530
14533
|
providedIn: 'root'
|
@@ -14602,10 +14605,10 @@ class TaxExemptionService extends DataService {
|
|
14602
14605
|
this.collectionClass = TaxExemptionCollection;
|
14603
14606
|
this.setCache(TaxExemptions);
|
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.6", ngImport: i0, type: TaxExemptionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
14609
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TaxExemptionService, providedIn: 'root' }); }
|
14607
14610
|
}
|
14608
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
14611
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TaxExemptionService, decorators: [{
|
14609
14612
|
type: Injectable,
|
14610
14613
|
args: [{
|
14611
14614
|
providedIn: 'root'
|
@@ -14621,10 +14624,10 @@ class PropertySaleService extends RestService$1 {
|
|
14621
14624
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
14622
14625
|
this.roles = [UserRolesEnum.PROPERTY_TANK];
|
14623
14626
|
}
|
14624
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
14625
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
14627
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PropertySaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
14628
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PropertySaleService, providedIn: 'root' }); }
|
14626
14629
|
}
|
14627
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
14630
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PropertySaleService, decorators: [{
|
14628
14631
|
type: Injectable,
|
14629
14632
|
args: [{
|
14630
14633
|
providedIn: 'root'
|
@@ -14678,10 +14681,10 @@ class PropertyShareService extends RestService$1 {
|
|
14678
14681
|
listenSalesChanges() {
|
14679
14682
|
this.listenCSE(PropertySale, this.refreshCache, ['post', 'delete']);
|
14680
14683
|
}
|
14681
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
14682
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
14684
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PropertyShareService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
14685
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PropertyShareService, providedIn: 'root' }); }
|
14683
14686
|
}
|
14684
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
14687
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PropertyShareService, decorators: [{
|
14685
14688
|
type: Injectable,
|
14686
14689
|
args: [{
|
14687
14690
|
providedIn: 'root'
|
@@ -14700,10 +14703,10 @@ class PropertyValuationService extends RestService$1 {
|
|
14700
14703
|
this.disabledMethods = ['postBatch', 'putBatch'];
|
14701
14704
|
this.useBackendError = true;
|
14702
14705
|
}
|
14703
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
14704
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
14706
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PropertyValuationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
14707
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PropertyValuationService, providedIn: 'root' }); }
|
14705
14708
|
}
|
14706
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
14709
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PropertyValuationService, decorators: [{
|
14707
14710
|
type: Injectable,
|
14708
14711
|
args: [{
|
14709
14712
|
providedIn: 'root'
|
@@ -14847,10 +14850,10 @@ class PropertyService extends RestService$1 {
|
|
14847
14850
|
return of({ growthPercent: 0, lowMarketValue: 0, marketValue: 0, highMarketValue: 0, confidence: PropertyCorelogicStatsConfidenceTypeEnum.LOW });
|
14848
14851
|
}));
|
14849
14852
|
}
|
14850
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
14851
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
14853
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PropertyService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
14854
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PropertyService, providedIn: 'root' }); }
|
14852
14855
|
}
|
14853
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
14856
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PropertyService, decorators: [{
|
14854
14857
|
type: Injectable,
|
14855
14858
|
args: [{
|
14856
14859
|
providedIn: 'root'
|
@@ -14907,10 +14910,10 @@ class ServiceNotificationService extends RestService {
|
|
14907
14910
|
this.eventDispatcherService.dispatch(new AppEvent(AppEventTypeEnum.NOTIFICATION_ADDED, notification));
|
14908
14911
|
});
|
14909
14912
|
}
|
14910
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
14911
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
14913
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ServiceNotificationService, deps: [{ token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
14914
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ServiceNotificationService, providedIn: 'root' }); }
|
14912
14915
|
}
|
14913
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
14916
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ServiceNotificationService, decorators: [{
|
14914
14917
|
type: Injectable,
|
14915
14918
|
args: [{
|
14916
14919
|
providedIn: 'root'
|
@@ -14933,10 +14936,10 @@ class SoleBusinessService extends RestService$1 {
|
|
14933
14936
|
this.endpointUri = 'sole-businesses';
|
14934
14937
|
this.roles = [UserRolesEnum.SOLE_TANK];
|
14935
14938
|
}
|
14936
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
14937
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
14939
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleBusinessService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
14940
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleBusinessService, providedIn: 'root' }); }
|
14938
14941
|
}
|
14939
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
14942
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleBusinessService, decorators: [{
|
14940
14943
|
type: Injectable,
|
14941
14944
|
args: [{
|
14942
14945
|
providedIn: 'root'
|
@@ -14949,10 +14952,10 @@ class SoleBusinessActivityService extends RestService {
|
|
14949
14952
|
this.modelClass = SoleBusinessActivity;
|
14950
14953
|
this.url = 'sole-business-activities';
|
14951
14954
|
}
|
14952
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
14953
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
14955
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleBusinessActivityService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
14956
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleBusinessActivityService, providedIn: 'root' }); }
|
14954
14957
|
}
|
14955
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
14958
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleBusinessActivityService, decorators: [{
|
14956
14959
|
type: Injectable,
|
14957
14960
|
args: [{
|
14958
14961
|
providedIn: 'root'
|
@@ -14981,10 +14984,10 @@ class SoleBusinessLossService extends RestService$1 {
|
|
14981
14984
|
this.refreshCache();
|
14982
14985
|
});
|
14983
14986
|
}
|
14984
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
14985
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
14987
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleBusinessLossService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
14988
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleBusinessLossService, providedIn: 'root' }); }
|
14986
14989
|
}
|
14987
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
14990
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleBusinessLossService, decorators: [{
|
14988
14991
|
type: Injectable,
|
14989
14992
|
args: [{
|
14990
14993
|
providedIn: 'root'
|
@@ -15003,10 +15006,10 @@ class SoleBusinessLossOffsetRuleService extends RestService {
|
|
15003
15006
|
this.modelClass = SoleBusinessLossOffsetRule;
|
15004
15007
|
this.url = 'sole-business-loss-offset-rules';
|
15005
15008
|
}
|
15006
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
15007
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
15009
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
15010
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' }); }
|
15008
15011
|
}
|
15009
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
15012
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleBusinessLossOffsetRuleService, decorators: [{
|
15010
15013
|
type: Injectable,
|
15011
15014
|
args: [{
|
15012
15015
|
providedIn: 'root'
|
@@ -15019,10 +15022,10 @@ class SoleContactService extends RestService {
|
|
15019
15022
|
this.modelClass = SoleContact;
|
15020
15023
|
this.url = 'sole-contacts';
|
15021
15024
|
}
|
15022
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
15023
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
15025
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleContactService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
15026
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleContactService, providedIn: 'root' }); }
|
15024
15027
|
}
|
15025
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
15028
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleContactService, decorators: [{
|
15026
15029
|
type: Injectable,
|
15027
15030
|
args: [{
|
15028
15031
|
providedIn: 'root'
|
@@ -15078,10 +15081,10 @@ class SoleDepreciationMethodService {
|
|
15078
15081
|
this.get().subscribe();
|
15079
15082
|
});
|
15080
15083
|
}
|
15081
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
15082
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
15084
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleDepreciationMethodService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
15085
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleDepreciationMethodService, providedIn: 'root' }); }
|
15083
15086
|
}
|
15084
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
15087
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleDepreciationMethodService, decorators: [{
|
15085
15088
|
type: Injectable,
|
15086
15089
|
args: [{
|
15087
15090
|
providedIn: 'root'
|
@@ -15106,10 +15109,10 @@ class SoleDetailsService extends RestService$1 {
|
|
15106
15109
|
get() {
|
15107
15110
|
return super.get().pipe(map(soleDetails => soleDetails.length ? soleDetails : new Collection([plainToClass(SoleDetails, {})])));
|
15108
15111
|
}
|
15109
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
15110
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
15112
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleDetailsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
15113
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleDetailsService, providedIn: 'root' }); }
|
15111
15114
|
}
|
15112
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
15115
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleDetailsService, decorators: [{
|
15113
15116
|
type: Injectable,
|
15114
15117
|
args: [{
|
15115
15118
|
providedIn: 'root'
|
@@ -15143,10 +15146,10 @@ class SoleInvoiceService extends RestService$1 {
|
|
15143
15146
|
}
|
15144
15147
|
return this.cache.last.number + 1;
|
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.6", ngImport: i0, type: SoleInvoiceService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
15150
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleInvoiceService, providedIn: 'root' }); }
|
15148
15151
|
}
|
15149
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
15152
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleInvoiceService, decorators: [{
|
15150
15153
|
type: Injectable,
|
15151
15154
|
args: [{
|
15152
15155
|
providedIn: 'root'
|
@@ -15162,10 +15165,10 @@ class SoleInvoiceTemplateService extends RestService {
|
|
15162
15165
|
this.modelClass = SoleInvoiceTemplate;
|
15163
15166
|
this.url = 'sole-invoice-templates';
|
15164
15167
|
}
|
15165
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
15166
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
15168
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleInvoiceTemplateService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
15169
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleInvoiceTemplateService, providedIn: 'root' }); }
|
15167
15170
|
}
|
15168
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
15171
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleInvoiceTemplateService, decorators: [{
|
15169
15172
|
type: Injectable,
|
15170
15173
|
args: [{
|
15171
15174
|
providedIn: 'root'
|
@@ -15186,10 +15189,10 @@ class BasReportService extends RestService {
|
|
15186
15189
|
this.modelClass = BasReport;
|
15187
15190
|
this.url = 'bas-reports';
|
15188
15191
|
}
|
15189
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
15190
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
15192
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BasReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
15193
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BasReportService, providedIn: 'root' }); }
|
15191
15194
|
}
|
15192
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
15195
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BasReportService, decorators: [{
|
15193
15196
|
type: Injectable,
|
15194
15197
|
args: [{
|
15195
15198
|
providedIn: 'root'
|
@@ -15213,10 +15216,10 @@ class ServicePaymentService extends RestService$1 {
|
|
15213
15216
|
}
|
15214
15217
|
return this.http.get(`${this.environment.apiV2}/service-payments/${payment.id}/invoice-url`);
|
15215
15218
|
}
|
15216
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
15217
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
15219
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ServicePaymentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
15220
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ServicePaymentService, providedIn: 'root' }); }
|
15218
15221
|
}
|
15219
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
15222
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ServicePaymentService, decorators: [{
|
15220
15223
|
type: Injectable,
|
15221
15224
|
args: [{
|
15222
15225
|
providedIn: 'root'
|
@@ -15224,13 +15227,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.2", ngImpor
|
|
15224
15227
|
}] });
|
15225
15228
|
|
15226
15229
|
class ServicePaymentMethodService extends RestService$1 {
|
15230
|
+
// mercureTopic = 'servicePaymentMethods';
|
15227
15231
|
constructor(environment) {
|
15228
15232
|
super(environment);
|
15229
15233
|
this.environment = environment;
|
15230
15234
|
this.endpointUri = 'service-payment-methods';
|
15231
15235
|
this.collectionClass = Collection;
|
15232
15236
|
this.modelClass = ServicePaymentMethod;
|
15233
|
-
this.mercureTopic = 'servicePaymentMethods';
|
15234
15237
|
this.listenEvents();
|
15235
15238
|
}
|
15236
15239
|
listenEvents() {
|
@@ -15248,10 +15251,10 @@ class ServicePaymentMethodService extends RestService$1 {
|
|
15248
15251
|
return this.http.put(`${this.apiUrl}/${paymentMethod.id}/default`, {})
|
15249
15252
|
.pipe(map((updatedPaymentMethod) => plainToClass(ServicePaymentMethod, updatedPaymentMethod)));
|
15250
15253
|
}
|
15251
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
15252
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
15254
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ServicePaymentMethodService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
15255
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ServicePaymentMethodService, providedIn: 'root' }); }
|
15253
15256
|
}
|
15254
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
15257
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ServicePaymentMethodService, decorators: [{
|
15255
15258
|
type: Injectable,
|
15256
15259
|
args: [{
|
15257
15260
|
providedIn: 'root'
|
@@ -15272,10 +15275,10 @@ class ServicePriceService extends RestService$1 {
|
|
15272
15275
|
this.collectionClass = ServicePriceCollection;
|
15273
15276
|
this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
|
15274
15277
|
}
|
15275
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
15276
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
15278
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ServicePriceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
15279
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ServicePriceService, providedIn: 'root' }); }
|
15277
15280
|
}
|
15278
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
15281
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ServicePriceService, decorators: [{
|
15279
15282
|
type: Injectable,
|
15280
15283
|
args: [{
|
15281
15284
|
providedIn: 'root'
|
@@ -15296,6 +15299,7 @@ var SubscriptionMessagesEnum;
|
|
15296
15299
|
* @TODO Alex refactor
|
15297
15300
|
*/
|
15298
15301
|
class SubscriptionService extends RestService$1 {
|
15302
|
+
// mercureTopic = 'serviceSubscriptions';
|
15299
15303
|
constructor(http, environment) {
|
15300
15304
|
super(environment);
|
15301
15305
|
this.http = http;
|
@@ -15304,7 +15308,6 @@ class SubscriptionService extends RestService$1 {
|
|
15304
15308
|
this.modelClass = ServiceSubscription;
|
15305
15309
|
this.collectionClass = ServiceSubscriptionCollection;
|
15306
15310
|
this.disabledMethods = ['putBatch', 'delete', 'deleteBatch'];
|
15307
|
-
this.mercureTopic = 'serviceSubscriptions';
|
15308
15311
|
this.listenEvents();
|
15309
15312
|
}
|
15310
15313
|
listenEvents() {
|
@@ -15360,10 +15363,10 @@ class SubscriptionService extends RestService$1 {
|
|
15360
15363
|
get(path = this.apiUrl) {
|
15361
15364
|
return super.get(path).pipe(map(subscriptions => subscriptions.sortBy('isActive', 'ask')));
|
15362
15365
|
}
|
15363
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
15364
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
15366
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SubscriptionService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
15367
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SubscriptionService, providedIn: 'root' }); }
|
15365
15368
|
}
|
15366
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
15369
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SubscriptionService, decorators: [{
|
15367
15370
|
type: Injectable,
|
15368
15371
|
args: [{
|
15369
15372
|
providedIn: 'root'
|
@@ -15381,10 +15384,10 @@ class ServiceProductService extends RestService$1 {
|
|
15381
15384
|
this.endpointUri = 'service-products';
|
15382
15385
|
this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
|
15383
15386
|
}
|
15384
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
15385
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
15387
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ServiceProductService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
15388
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ServiceProductService, providedIn: 'root' }); }
|
15386
15389
|
}
|
15387
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
15390
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ServiceProductService, decorators: [{
|
15388
15391
|
type: Injectable,
|
15389
15392
|
args: [{
|
15390
15393
|
providedIn: 'root'
|
@@ -15520,10 +15523,10 @@ class TaxReviewHistoryService extends RestService {
|
|
15520
15523
|
this.updateCache();
|
15521
15524
|
});
|
15522
15525
|
}
|
15523
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
15524
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
15526
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TaxReviewHistoryService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
15527
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TaxReviewHistoryService, providedIn: 'root' }); }
|
15525
15528
|
}
|
15526
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
15529
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TaxReviewHistoryService, decorators: [{
|
15527
15530
|
type: Injectable,
|
15528
15531
|
args: [{
|
15529
15532
|
providedIn: 'root'
|
@@ -15616,10 +15619,10 @@ class TaxReviewService extends RestService {
|
|
15616
15619
|
}
|
15617
15620
|
});
|
15618
15621
|
}
|
15619
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
15620
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
15622
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TaxReviewService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
15623
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TaxReviewService, providedIn: 'root' }); }
|
15621
15624
|
}
|
15622
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
15625
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TaxReviewService, decorators: [{
|
15623
15626
|
type: Injectable,
|
15624
15627
|
args: [{
|
15625
15628
|
providedIn: 'root'
|
@@ -15950,10 +15953,10 @@ class TaxSummaryService {
|
|
15950
15953
|
this.getForecast().subscribe();
|
15951
15954
|
});
|
15952
15955
|
}
|
15953
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
15954
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
15956
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TaxSummaryService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
15957
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TaxSummaryService, providedIn: 'root' }); }
|
15955
15958
|
}
|
15956
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
15959
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TaxSummaryService, decorators: [{
|
15957
15960
|
type: Injectable,
|
15958
15961
|
args: [{
|
15959
15962
|
providedIn: 'root'
|
@@ -15974,10 +15977,10 @@ class AllocationRuleService extends RestService$1 {
|
|
15974
15977
|
getCustomHttpErrorMessages() {
|
15975
15978
|
return { 422: 'You can only have 10 conditions in a rule' };
|
15976
15979
|
}
|
15977
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
15978
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
15980
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AllocationRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
15981
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AllocationRuleService, providedIn: 'root' }); }
|
15979
15982
|
}
|
15980
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
15983
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AllocationRuleService, decorators: [{
|
15981
15984
|
type: Injectable,
|
15982
15985
|
args: [{
|
15983
15986
|
providedIn: 'root'
|
@@ -16082,10 +16085,10 @@ class TransactionAllocationService extends RestService {
|
|
16082
16085
|
}
|
16083
16086
|
});
|
16084
16087
|
}
|
16085
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
16086
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
16088
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TransactionAllocationService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
16089
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TransactionAllocationService, providedIn: 'root' }); }
|
16087
16090
|
}
|
16088
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
16091
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TransactionAllocationService, decorators: [{
|
16089
16092
|
type: Injectable,
|
16090
16093
|
args: [{
|
16091
16094
|
providedIn: 'root'
|
@@ -16337,10 +16340,10 @@ class TransactionService extends RestService {
|
|
16337
16340
|
}
|
16338
16341
|
});
|
16339
16342
|
}
|
16340
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
16341
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
16343
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TransactionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
16344
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TransactionService, providedIn: 'root' }); }
|
16342
16345
|
}
|
16343
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
16346
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TransactionService, decorators: [{
|
16344
16347
|
type: Injectable,
|
16345
16348
|
args: [{
|
16346
16349
|
providedIn: 'root'
|
@@ -16366,10 +16369,10 @@ class PriorTransactionService extends RestService$1 {
|
|
16366
16369
|
const financialYear = new FinancialYear(new FinancialYear().year - 1);
|
16367
16370
|
return super.get(this.apiUrl + `?financialYear=${financialYear.year}`).pipe(map(transactions => transactions.filterByFinancialYear('date', null, financialYear)));
|
16368
16371
|
}
|
16369
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
16370
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
16372
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PriorTransactionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
16373
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PriorTransactionService, providedIn: 'root' }); }
|
16371
16374
|
}
|
16372
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
16375
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PriorTransactionService, decorators: [{
|
16373
16376
|
type: Injectable,
|
16374
16377
|
args: [{
|
16375
16378
|
providedIn: 'root'
|
@@ -16391,10 +16394,10 @@ class InvoiceTransactionsService extends RestService$1 {
|
|
16391
16394
|
this.endpointUri = 'invoices/transactions';
|
16392
16395
|
this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
|
16393
16396
|
}
|
16394
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
16395
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
16397
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: InvoiceTransactionsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
16398
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: InvoiceTransactionsService, providedIn: 'root' }); }
|
16396
16399
|
}
|
16397
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
16400
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: InvoiceTransactionsService, decorators: [{
|
16398
16401
|
type: Injectable,
|
16399
16402
|
args: [{
|
16400
16403
|
providedIn: 'root'
|
@@ -16418,10 +16421,10 @@ class YoutubeService {
|
|
16418
16421
|
title: item.snippet.title
|
16419
16422
|
}))));
|
16420
16423
|
}
|
16421
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
16422
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
16424
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: YoutubeService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
16425
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: YoutubeService, providedIn: 'root' }); }
|
16423
16426
|
}
|
16424
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
16427
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: YoutubeService, decorators: [{
|
16425
16428
|
type: Injectable,
|
16426
16429
|
args: [{
|
16427
16430
|
providedIn: 'root'
|
@@ -16441,10 +16444,10 @@ class VehicleService extends RestService$1 {
|
|
16441
16444
|
this.collectionClass = (Collection);
|
16442
16445
|
this.modelClass = Vehicle;
|
16443
16446
|
}
|
16444
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
16445
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
16447
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: VehicleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
16448
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: VehicleService, providedIn: 'root' }); }
|
16446
16449
|
}
|
16447
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
16450
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: VehicleService, decorators: [{
|
16448
16451
|
type: Injectable,
|
16449
16452
|
args: [{
|
16450
16453
|
providedIn: 'root'
|
@@ -16474,10 +16477,10 @@ class VehicleClaimService extends RestService$1 {
|
|
16474
16477
|
this.refreshCache();
|
16475
16478
|
});
|
16476
16479
|
}
|
16477
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
16478
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
16480
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: VehicleClaimService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
16481
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: VehicleClaimService, providedIn: 'root' }); }
|
16479
16482
|
}
|
16480
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
16483
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: VehicleClaimService, decorators: [{
|
16481
16484
|
type: Injectable,
|
16482
16485
|
args: [{
|
16483
16486
|
providedIn: 'root'
|
@@ -16539,10 +16542,10 @@ class VehicleClaimDetailsService {
|
|
16539
16542
|
const vehicleClaimDetails = plainToClass(VehicleClaimDetails, Object.assign({}, this.cache, { isManual: true }));
|
16540
16543
|
this.update(vehicleClaimDetails).subscribe();
|
16541
16544
|
}
|
16542
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
16543
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
16545
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: VehicleClaimDetailsService, deps: [{ token: 'environment' }, { token: i1.HttpClient }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
16546
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: VehicleClaimDetailsService, providedIn: 'root' }); }
|
16544
16547
|
}
|
16545
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
16548
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: VehicleClaimDetailsService, decorators: [{
|
16546
16549
|
type: Injectable,
|
16547
16550
|
args: [{
|
16548
16551
|
providedIn: 'root'
|
@@ -16563,10 +16566,10 @@ class VehicleLogbookService extends RestService$1 {
|
|
16563
16566
|
this.collectionClass = VehicleLogbookCollection;
|
16564
16567
|
this.modelClass = VehicleLogbook;
|
16565
16568
|
}
|
16566
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
16567
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
16569
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: VehicleLogbookService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
16570
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: VehicleLogbookService, providedIn: 'root' }); }
|
16568
16571
|
}
|
16569
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
16572
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: VehicleLogbookService, decorators: [{
|
16570
16573
|
type: Injectable,
|
16571
16574
|
args: [{
|
16572
16575
|
providedIn: 'root'
|
@@ -16589,10 +16592,10 @@ class AnnualClientDetailsService extends RestService$1 {
|
|
16589
16592
|
this.endpointUri = 'annual-client-details';
|
16590
16593
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch', 'delete'];
|
16591
16594
|
}
|
16592
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
16593
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
16595
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AnnualClientDetailsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
16596
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AnnualClientDetailsService, providedIn: 'root' }); }
|
16594
16597
|
}
|
16595
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
16598
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AnnualClientDetailsService, decorators: [{
|
16596
16599
|
type: Injectable,
|
16597
16600
|
args: [{
|
16598
16601
|
providedIn: 'root'
|
@@ -16622,10 +16625,10 @@ class OccupationService {
|
|
16622
16625
|
}
|
16623
16626
|
return this.occupationsSubject.asObservable();
|
16624
16627
|
}
|
16625
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
16626
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
16628
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: OccupationService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
16629
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: OccupationService, providedIn: 'root' }); }
|
16627
16630
|
}
|
16628
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
16631
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: OccupationService, decorators: [{
|
16629
16632
|
type: Injectable,
|
16630
16633
|
args: [{
|
16631
16634
|
providedIn: 'root'
|
@@ -16647,10 +16650,10 @@ class ClientCouponService extends RestService$1 {
|
|
16647
16650
|
this.endpointUri = 'users/current/promo-code';
|
16648
16651
|
this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
|
16649
16652
|
}
|
16650
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
16651
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
16653
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ClientCouponService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
16654
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ClientCouponService, providedIn: 'root' }); }
|
16652
16655
|
}
|
16653
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
16656
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ClientCouponService, decorators: [{
|
16654
16657
|
type: Injectable,
|
16655
16658
|
args: [{
|
16656
16659
|
providedIn: 'root'
|
@@ -16665,10 +16668,10 @@ class CapitalLossService extends RestService$1 {
|
|
16665
16668
|
this.collectionClass = (Collection);
|
16666
16669
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
16667
16670
|
}
|
16668
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
16669
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
16671
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: CapitalLossService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
16672
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: CapitalLossService, providedIn: 'root' }); }
|
16670
16673
|
}
|
16671
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
16674
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: CapitalLossService, decorators: [{
|
16672
16675
|
type: Injectable,
|
16673
16676
|
args: [{
|
16674
16677
|
providedIn: 'root'
|
@@ -16731,10 +16734,10 @@ class UserEventSettingService extends RestService$1 {
|
|
16731
16734
|
this.endpointUri = 'user-event-settings';
|
16732
16735
|
this.disabledMethods = ['postBatch', 'putBatch', 'delete', 'deleteBatch'];
|
16733
16736
|
}
|
16734
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
16735
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
16737
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: UserEventSettingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
16738
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: UserEventSettingService, providedIn: 'root' }); }
|
16736
16739
|
}
|
16737
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
16740
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: UserEventSettingService, decorators: [{
|
16738
16741
|
type: Injectable,
|
16739
16742
|
args: [{
|
16740
16743
|
providedIn: 'root'
|
@@ -16749,10 +16752,10 @@ class UserEventTypeService extends RestService$1 {
|
|
16749
16752
|
this.endpointUri = 'user-event-types';
|
16750
16753
|
this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
|
16751
16754
|
}
|
16752
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
16753
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
16755
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: UserEventTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
16756
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: UserEventTypeService, providedIn: 'root' }); }
|
16754
16757
|
}
|
16755
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
16758
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: UserEventTypeService, decorators: [{
|
16756
16759
|
type: Injectable,
|
16757
16760
|
args: [{
|
16758
16761
|
providedIn: 'root'
|
@@ -16779,10 +16782,10 @@ class UsersInviteService extends RestService {
|
|
16779
16782
|
this.modelClass = RegistrationInvite;
|
16780
16783
|
this.url = 'users/invite';
|
16781
16784
|
}
|
16782
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
16783
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
16785
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: UsersInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
16786
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: UsersInviteService, providedIn: 'root' }); }
|
16784
16787
|
}
|
16785
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
16788
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: UsersInviteService, decorators: [{
|
16786
16789
|
type: Injectable,
|
16787
16790
|
args: [{
|
16788
16791
|
providedIn: 'root'
|
@@ -16897,10 +16900,10 @@ class UserService extends RestService$1 {
|
|
16897
16900
|
this.setCache([user], true);
|
16898
16901
|
}, ['post', 'put']);
|
16899
16902
|
}
|
16900
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
16901
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
16903
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: UserService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
16904
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: UserService, providedIn: 'root' }); }
|
16902
16905
|
}
|
16903
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
16906
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: UserService, decorators: [{
|
16904
16907
|
type: Injectable,
|
16905
16908
|
args: [{
|
16906
16909
|
providedIn: 'root'
|
@@ -16921,10 +16924,10 @@ class FinancialYearService {
|
|
16921
16924
|
window.location.reload();
|
16922
16925
|
}));
|
16923
16926
|
}
|
16924
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
16925
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
16927
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: FinancialYearService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
16928
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: FinancialYearService, providedIn: 'root' }); }
|
16926
16929
|
}
|
16927
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
16930
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: FinancialYearService, decorators: [{
|
16928
16931
|
type: Injectable,
|
16929
16932
|
args: [{
|
16930
16933
|
providedIn: 'root'
|
@@ -16968,10 +16971,10 @@ class MfaDetailsService extends RestService$1 {
|
|
16968
16971
|
return mfaDetails;
|
16969
16972
|
}));
|
16970
16973
|
}
|
16971
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
16972
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
16974
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: MfaDetailsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
16975
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: MfaDetailsService, providedIn: 'root' }); }
|
16973
16976
|
}
|
16974
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
16977
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: MfaDetailsService, decorators: [{
|
16975
16978
|
type: Injectable,
|
16976
16979
|
args: [{
|
16977
16980
|
providedIn: 'root'
|
@@ -17008,10 +17011,10 @@ class HoldingTradeService extends RestService$1 {
|
|
17008
17011
|
}
|
17009
17012
|
});
|
17010
17013
|
}
|
17011
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
17012
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
17014
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: HoldingTradeService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
17015
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: HoldingTradeService, providedIn: 'root' }); }
|
17013
17016
|
}
|
17014
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
17017
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: HoldingTradeService, decorators: [{
|
17015
17018
|
type: Injectable,
|
17016
17019
|
args: [{
|
17017
17020
|
providedIn: 'root'
|
@@ -17048,10 +17051,10 @@ class HoldingTypeService extends RestService$1 {
|
|
17048
17051
|
}
|
17049
17052
|
});
|
17050
17053
|
}
|
17051
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
17052
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
17054
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: HoldingTypeService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
17055
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: HoldingTypeService, providedIn: 'root' }); }
|
17053
17056
|
}
|
17054
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
17057
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: HoldingTypeService, decorators: [{
|
17055
17058
|
type: Injectable,
|
17056
17059
|
args: [{
|
17057
17060
|
providedIn: 'root'
|
@@ -17070,10 +17073,10 @@ class HoldingSaleService extends RestService$1 {
|
|
17070
17073
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
17071
17074
|
this.roles = [UserRolesEnum.HOLDING_TANK];
|
17072
17075
|
}
|
17073
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
17074
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
17076
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: HoldingSaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
17077
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: HoldingSaleService, providedIn: 'root' }); }
|
17075
17078
|
}
|
17076
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
17079
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: HoldingSaleService, decorators: [{
|
17077
17080
|
type: Injectable,
|
17078
17081
|
args: [{
|
17079
17082
|
providedIn: 'root'
|
@@ -17115,10 +17118,10 @@ class HoldingTradeImportService extends RestService$1 {
|
|
17115
17118
|
return throwError(error);
|
17116
17119
|
}));
|
17117
17120
|
}
|
17118
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
17119
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
17121
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: HoldingTradeImportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
17122
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: HoldingTradeImportService, providedIn: 'root' }); }
|
17120
17123
|
}
|
17121
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
17124
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: HoldingTradeImportService, decorators: [{
|
17122
17125
|
type: Injectable,
|
17123
17126
|
args: [{
|
17124
17127
|
providedIn: 'root'
|
@@ -17212,10 +17215,10 @@ class HoldingTypeExchangeService extends DataService {
|
|
17212
17215
|
this.collectionClass = Collection;
|
17213
17216
|
this.setCache(HoldingTypeExchanges);
|
17214
17217
|
}
|
17215
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
17216
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
17218
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: HoldingTypeExchangeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
17219
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: HoldingTypeExchangeService, providedIn: 'root' }); }
|
17217
17220
|
}
|
17218
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
17221
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: HoldingTypeExchangeService, decorators: [{
|
17219
17222
|
type: Injectable,
|
17220
17223
|
args: [{
|
17221
17224
|
providedIn: 'root'
|
@@ -17249,10 +17252,10 @@ class HomeOfficeClaimService extends RestService$1 {
|
|
17249
17252
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
17250
17253
|
this.roles = [UserRolesEnum.WORK_TANK, UserRolesEnum.SOLE_TANK];
|
17251
17254
|
}
|
17252
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
17253
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
17255
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: HomeOfficeClaimService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
17256
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: HomeOfficeClaimService, providedIn: 'root' }); }
|
17254
17257
|
}
|
17255
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
17258
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: HomeOfficeClaimService, decorators: [{
|
17256
17259
|
type: Injectable,
|
17257
17260
|
args: [{
|
17258
17261
|
providedIn: 'root'
|
@@ -17280,10 +17283,10 @@ class HomeOfficeLogService extends RestService$1 {
|
|
17280
17283
|
listenEvents() {
|
17281
17284
|
this.listenCSE(HomeOfficeClaim, this.refreshCache, ['post']);
|
17282
17285
|
}
|
17283
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
17284
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
17286
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: HomeOfficeLogService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
17287
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: HomeOfficeLogService, providedIn: 'root' }); }
|
17285
17288
|
}
|
17286
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
17289
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: HomeOfficeLogService, decorators: [{
|
17287
17290
|
type: Injectable,
|
17288
17291
|
args: [{
|
17289
17292
|
providedIn: 'root'
|
@@ -17323,10 +17326,10 @@ class AussieService extends RestService$1 {
|
|
17323
17326
|
postAppointment() {
|
17324
17327
|
return this.http.delete(`${this.environment.apiV2}/aussie/appointments`);
|
17325
17328
|
}
|
17326
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
17327
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
17329
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AussieService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
17330
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AussieService, providedIn: 'root' }); }
|
17328
17331
|
}
|
17329
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
17332
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AussieService, decorators: [{
|
17330
17333
|
type: Injectable,
|
17331
17334
|
args: [{
|
17332
17335
|
providedIn: 'root'
|
@@ -17350,10 +17353,10 @@ class SharesightDetailsService extends RestService$1 {
|
|
17350
17353
|
reconnect(sharesightDetails) {
|
17351
17354
|
return this.put(sharesightDetails, `${this.apiUrl}/${sharesightDetails.id}/reconnect`);
|
17352
17355
|
}
|
17353
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
17354
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
17356
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SharesightDetailsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
17357
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SharesightDetailsService, providedIn: 'root' }); }
|
17355
17358
|
}
|
17356
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
17359
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SharesightDetailsService, decorators: [{
|
17357
17360
|
type: Injectable,
|
17358
17361
|
args: [{
|
17359
17362
|
providedIn: 'root'
|
@@ -17371,10 +17374,10 @@ class SharesightPortfolioService extends RestService$1 {
|
|
17371
17374
|
getExternal() {
|
17372
17375
|
return this.fetch(`${this.apiUrl}/external`, false);
|
17373
17376
|
}
|
17374
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
17375
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
17377
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SharesightPortfolioService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
17378
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SharesightPortfolioService, providedIn: 'root' }); }
|
17376
17379
|
}
|
17377
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
17380
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SharesightPortfolioService, decorators: [{
|
17378
17381
|
type: Injectable,
|
17379
17382
|
args: [{
|
17380
17383
|
providedIn: 'root'
|
@@ -17451,10 +17454,10 @@ class IncomeSourceTypeService extends DataService {
|
|
17451
17454
|
this.collectionClass = Collection;
|
17452
17455
|
this.setCache(IncomeSourceTypes);
|
17453
17456
|
}
|
17454
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
17455
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
17457
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: IncomeSourceTypeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
17458
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: IncomeSourceTypeService, providedIn: 'root' }); }
|
17456
17459
|
}
|
17457
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
17460
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: IncomeSourceTypeService, decorators: [{
|
17458
17461
|
type: Injectable,
|
17459
17462
|
args: [{
|
17460
17463
|
providedIn: 'root'
|
@@ -17468,10 +17471,10 @@ class ChartAccountsValueService extends DataService {
|
|
17468
17471
|
this.collectionClass = ChartAccountsValueCollection;
|
17469
17472
|
this.setCache(ChartAccountsValues);
|
17470
17473
|
}
|
17471
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
17472
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
17474
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ChartAccountsValueService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
17475
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ChartAccountsValueService, providedIn: 'root' }); }
|
17473
17476
|
}
|
17474
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
17477
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ChartAccountsValueService, decorators: [{
|
17475
17478
|
type: Injectable,
|
17476
17479
|
args: [{
|
17477
17480
|
providedIn: 'root'
|
@@ -19444,10 +19447,10 @@ class TaxReturnItemService extends DataService {
|
|
19444
19447
|
this.collectionClass = Collection;
|
19445
19448
|
this.setCache(TaxReturnItems);
|
19446
19449
|
}
|
19447
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
19448
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
19450
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TaxReturnItemService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
19451
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TaxReturnItemService, providedIn: 'root' }); }
|
19449
19452
|
}
|
19450
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
19453
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TaxReturnItemService, decorators: [{
|
19451
19454
|
type: Injectable,
|
19452
19455
|
args: [{
|
19453
19456
|
providedIn: 'root'
|
@@ -19462,10 +19465,10 @@ class SetupItemService extends RestService$1 {
|
|
19462
19465
|
this.collectionClass = AccountSetupItemCollection;
|
19463
19466
|
this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
|
19464
19467
|
}
|
19465
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
19466
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
19468
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SetupItemService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
19469
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SetupItemService, providedIn: 'root' }); }
|
19467
19470
|
}
|
19468
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
19471
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SetupItemService, decorators: [{
|
19469
19472
|
type: Injectable,
|
19470
19473
|
args: [{
|
19471
19474
|
providedIn: 'root'
|
@@ -19648,10 +19651,10 @@ class AccountSetupService {
|
|
19648
19651
|
getSharesightDetails(importEnabled) {
|
19649
19652
|
return this.sharesightDetailsService.getArray().pipe(map(details => details.filter(detail => importEnabled ? detail.importEnabled : detail.exportEnabled)));
|
19650
19653
|
}
|
19651
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
19652
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
19654
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", 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 }); }
|
19655
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AccountSetupService, providedIn: 'root' }); }
|
19653
19656
|
}
|
19654
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
19657
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AccountSetupService, decorators: [{
|
19655
19658
|
type: Injectable,
|
19656
19659
|
args: [{
|
19657
19660
|
providedIn: 'root'
|
@@ -19660,16 +19663,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.2", ngImpor
|
|
19660
19663
|
|
19661
19664
|
class AdblockService {
|
19662
19665
|
constructor() {
|
19663
|
-
this.isAdBlockDetected = signal(false);
|
19666
|
+
this.isAdBlockDetected = signal(false, ...(ngDevMode ? [{ debugName: "isAdBlockDetected" }] : []));
|
19664
19667
|
/**
|
19665
19668
|
* do we need to show initial or recurrent notification
|
19666
19669
|
*/
|
19667
|
-
this.isNotificationShown = signal(true);
|
19670
|
+
this.isNotificationShown = signal(true, ...(ngDevMode ? [{ debugName: "isNotificationShown" }] : []));
|
19668
19671
|
/**
|
19669
19672
|
* checkAdBlock is promise based, so we need to know when service is ready
|
19670
19673
|
*/
|
19671
19674
|
this.serviceInitSubject = new Subject();
|
19672
|
-
this.isInitialModalClosed = signal(false);
|
19675
|
+
this.isInitialModalClosed = signal(false, ...(ngDevMode ? [{ debugName: "isInitialModalClosed" }] : []));
|
19673
19676
|
checkAdBlock().then((isWorking) => {
|
19674
19677
|
this.isAdBlockDetected.set(isWorking);
|
19675
19678
|
this.setNotificationShown(this.getNotificationShown());
|
@@ -19692,10 +19695,10 @@ class AdblockService {
|
|
19692
19695
|
getInitialModalClosed() {
|
19693
19696
|
return JSON.parse(localStorage.getItem('isInitialModalClosed')) || false;
|
19694
19697
|
}
|
19695
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
19696
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
19698
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AdblockService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
19699
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AdblockService, providedIn: 'root' }); }
|
19697
19700
|
}
|
19698
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
19701
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AdblockService, decorators: [{
|
19699
19702
|
type: Injectable,
|
19700
19703
|
args: [{
|
19701
19704
|
providedIn: 'root'
|
@@ -19727,10 +19730,10 @@ class UserSwitcherService {
|
|
19727
19730
|
localStorage.removeItem(KEY);
|
19728
19731
|
window.location.replace('/firm/dashboard');
|
19729
19732
|
}
|
19730
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
19731
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
19733
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: UserSwitcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
19734
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: UserSwitcherService, providedIn: 'root' }); }
|
19732
19735
|
}
|
19733
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
19736
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: UserSwitcherService, decorators: [{
|
19734
19737
|
type: Injectable,
|
19735
19738
|
args: [{
|
19736
19739
|
providedIn: 'root'
|
@@ -19771,10 +19774,10 @@ class AssetsService {
|
|
19771
19774
|
delete(entityId, asset) {
|
19772
19775
|
return this.http.delete(`${this.environment.apiV2}/${asset.entityType}/${entityId}/${asset.type}/${asset.id}`);
|
19773
19776
|
}
|
19774
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
19775
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
19777
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AssetsService, deps: [{ token: i1.HttpClient }, { token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
19778
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AssetsService, providedIn: 'root' }); }
|
19776
19779
|
}
|
19777
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
19780
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AssetsService, decorators: [{
|
19778
19781
|
type: Injectable,
|
19779
19782
|
args: [{
|
19780
19783
|
providedIn: 'root'
|
@@ -19802,10 +19805,10 @@ class BankAccountCalculationService {
|
|
19802
19805
|
getNetPosition(bankAccounts, bankTransactions, allocations) {
|
19803
19806
|
return bankAccounts.currentBalance - this.getTaxTankBalance(bankAccounts.getLoanAccounts(), bankTransactions, allocations);
|
19804
19807
|
}
|
19805
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
19806
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
19808
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BankAccountCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
19809
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BankAccountCalculationService, providedIn: 'root' }); }
|
19807
19810
|
}
|
19808
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
19811
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BankAccountCalculationService, decorators: [{
|
19809
19812
|
type: Injectable,
|
19810
19813
|
args: [{
|
19811
19814
|
providedIn: 'root'
|
@@ -19832,10 +19835,10 @@ class ExportFormatterService {
|
|
19832
19835
|
}
|
19833
19836
|
}));
|
19834
19837
|
}
|
19835
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
19836
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
19838
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ExportFormatterService, deps: [{ token: i1$1.CurrencyPipe }, { token: i1$1.PercentPipe }, { token: i1$1.DatePipe }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
19839
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ExportFormatterService, providedIn: 'root' }); }
|
19837
19840
|
}
|
19838
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
19841
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ExportFormatterService, decorators: [{
|
19839
19842
|
type: Injectable,
|
19840
19843
|
args: [{
|
19841
19844
|
providedIn: 'root'
|
@@ -19855,10 +19858,10 @@ class HeaderTitleService {
|
|
19855
19858
|
return route;
|
19856
19859
|
}), filter((route) => route.outlet === 'primary'), mergeMap((route) => route.data));
|
19857
19860
|
}
|
19858
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
19859
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
19861
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: HeaderTitleService, deps: [{ token: i4.Router }, { token: i4.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
19862
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: HeaderTitleService, providedIn: 'root' }); }
|
19860
19863
|
}
|
19861
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
19864
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: HeaderTitleService, decorators: [{
|
19862
19865
|
type: Injectable,
|
19863
19866
|
args: [{
|
19864
19867
|
providedIn: 'root'
|
@@ -19891,10 +19894,10 @@ class IntercomService {
|
|
19891
19894
|
const connectionCredentials = this.initUser(user);
|
19892
19895
|
window.Intercom('boot', connectionCredentials);
|
19893
19896
|
}
|
19894
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
19895
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
19897
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: IntercomService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
19898
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: IntercomService, providedIn: 'root' }); }
|
19896
19899
|
}
|
19897
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
19900
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: IntercomService, decorators: [{
|
19898
19901
|
type: Injectable,
|
19899
19902
|
args: [{
|
19900
19903
|
providedIn: 'root'
|
@@ -19964,10 +19967,10 @@ class PdfFromDomElementService {
|
|
19964
19967
|
.outputPdf('blob')
|
19965
19968
|
.then((blob) => new File([blob], filename, { type: 'application/pdf' })));
|
19966
19969
|
}
|
19967
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
19968
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
19970
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PdfFromDomElementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
19971
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PdfFromDomElementService, providedIn: 'root' }); }
|
19969
19972
|
}
|
19970
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
19973
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PdfFromDomElementService, decorators: [{
|
19971
19974
|
type: Injectable,
|
19972
19975
|
args: [{
|
19973
19976
|
providedIn: 'root'
|
@@ -20060,10 +20063,10 @@ class PdfFromTableService {
|
|
20060
20063
|
.text(description, FILE_SETTINGS.text.positionDescriptionX, FILE_SETTINGS.text.positionDescriptionY)
|
20061
20064
|
.setTextColor(FILE_SETTINGS.text.colorPrimary);
|
20062
20065
|
}
|
20063
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
20064
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
20066
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PdfFromTableService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
20067
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PdfFromTableService, providedIn: 'root' }); }
|
20065
20068
|
}
|
20066
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
20069
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PdfFromTableService, decorators: [{
|
20067
20070
|
type: Injectable,
|
20068
20071
|
args: [{
|
20069
20072
|
providedIn: 'root'
|
@@ -20101,10 +20104,10 @@ class PdfFromDataTableService extends PdfFromTableService {
|
|
20101
20104
|
});
|
20102
20105
|
return pdf;
|
20103
20106
|
}
|
20104
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
20105
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
20107
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
20108
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PdfFromDataTableService, providedIn: 'root' }); }
|
20106
20109
|
}
|
20107
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
20110
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PdfFromDataTableService, decorators: [{
|
20108
20111
|
type: Injectable,
|
20109
20112
|
args: [{
|
20110
20113
|
providedIn: 'root'
|
@@ -20142,10 +20145,10 @@ class PdfFromHtmlTableService extends PdfFromTableService {
|
|
20142
20145
|
});
|
20143
20146
|
return pdf;
|
20144
20147
|
}
|
20145
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
20146
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
20148
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PdfFromHtmlTableService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
20149
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PdfFromHtmlTableService, providedIn: 'root' }); }
|
20147
20150
|
}
|
20148
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
20151
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PdfFromHtmlTableService, decorators: [{
|
20149
20152
|
type: Injectable,
|
20150
20153
|
args: [{
|
20151
20154
|
providedIn: 'root'
|
@@ -20169,10 +20172,10 @@ class PreloaderService {
|
|
20169
20172
|
activePreloaders = activePreloaders.filter((preloader) => preloader !== endpoint);
|
20170
20173
|
this.activePreloaders.next(activePreloaders);
|
20171
20174
|
}
|
20172
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
20173
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
20175
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PreloaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
20176
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PreloaderService, providedIn: 'root' }); }
|
20174
20177
|
}
|
20175
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
20178
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PreloaderService, decorators: [{
|
20176
20179
|
type: Injectable,
|
20177
20180
|
args: [{
|
20178
20181
|
providedIn: 'root'
|
@@ -20198,10 +20201,10 @@ class EquityPositionChartService {
|
|
20198
20201
|
}))
|
20199
20202
|
}))));
|
20200
20203
|
}
|
20201
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
20202
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
20204
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: EquityPositionChartService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
20205
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: EquityPositionChartService, providedIn: 'root' }); }
|
20203
20206
|
}
|
20204
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
20207
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: EquityPositionChartService, decorators: [{
|
20205
20208
|
type: Injectable,
|
20206
20209
|
args: [{
|
20207
20210
|
providedIn: 'root'
|
@@ -20372,10 +20375,10 @@ class PropertyCalculationService {
|
|
20372
20375
|
return new Badge('Monitoring performance');
|
20373
20376
|
}
|
20374
20377
|
}
|
20375
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
20376
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
20378
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PropertyCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
20379
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PropertyCalculationService, providedIn: 'root' }); }
|
20377
20380
|
}
|
20378
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
20381
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PropertyCalculationService, decorators: [{
|
20379
20382
|
type: Injectable,
|
20380
20383
|
args: [{
|
20381
20384
|
providedIn: 'root'
|
@@ -20433,10 +20436,10 @@ class PropertyTransactionReportService {
|
|
20433
20436
|
getDepreciations() {
|
20434
20437
|
return this.depreciationService.get().pipe(map((depreciations) => depreciations.getByChartAccountsCategories(CHART_ACCOUNTS_CATEGORIES.property)));
|
20435
20438
|
}
|
20436
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
20437
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
20439
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PropertyTransactionReportService, deps: [{ token: PropertyService }, { token: TransactionService }, { token: DepreciationService }, { token: ChartAccountsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
20440
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PropertyTransactionReportService, providedIn: 'root' }); }
|
20438
20441
|
}
|
20439
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
20442
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PropertyTransactionReportService, decorators: [{
|
20440
20443
|
type: Injectable,
|
20441
20444
|
args: [{
|
20442
20445
|
providedIn: 'root'
|
@@ -20456,10 +20459,10 @@ class CurrentFirmBranchService {
|
|
20456
20459
|
set(firmBranches) {
|
20457
20460
|
this.firmBranchIds$.next(firmBranches.map(branch => branch.id));
|
20458
20461
|
}
|
20459
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
20460
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
20462
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: CurrentFirmBranchService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
20463
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: CurrentFirmBranchService, providedIn: 'root' }); }
|
20461
20464
|
}
|
20462
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
20465
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: CurrentFirmBranchService, decorators: [{
|
20463
20466
|
type: Injectable,
|
20464
20467
|
args: [{
|
20465
20468
|
providedIn: 'root'
|
@@ -20512,7 +20515,7 @@ class XlsxService {
|
|
20512
20515
|
xlsx.utils.sheet_add_aoa(worksheet, [], { origin: -1 });
|
20513
20516
|
});
|
20514
20517
|
xlsx.utils.book_append_sheet(workbook, worksheet);
|
20515
|
-
return xlsx.write(workbook, { bookType: 'xlsx', type: 'array' });
|
20518
|
+
return xlsx.write(workbook, { bookType: 'xlsx', type: 'array', compression: true });
|
20516
20519
|
}
|
20517
20520
|
htmlToXlsCell(cell) {
|
20518
20521
|
const cellValue = cell.innerText.trim();
|
@@ -20549,16 +20552,16 @@ class XlsxService {
|
|
20549
20552
|
// set empty row after current table
|
20550
20553
|
xlsx.utils.sheet_add_aoa(worksheet, [], { origin: -1 });
|
20551
20554
|
xlsx.utils.book_append_sheet(workbook, worksheet);
|
20552
|
-
const excelFile = xlsx.write(workbook, { bookType: 'xlsx', type: 'array' });
|
20555
|
+
const excelFile = xlsx.write(workbook, { bookType: 'xlsx', type: 'array', compression: true });
|
20553
20556
|
const data = new Blob([excelFile], {
|
20554
20557
|
type: EXCEL_TYPE
|
20555
20558
|
});
|
20556
20559
|
FileSaver.saveAs(data, `${fileName}.xlsx`);
|
20557
20560
|
}
|
20558
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
20559
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
20561
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: XlsxService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
20562
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: XlsxService, providedIn: 'root' }); }
|
20560
20563
|
}
|
20561
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
20564
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: XlsxService, decorators: [{
|
20562
20565
|
type: Injectable,
|
20563
20566
|
args: [{
|
20564
20567
|
providedIn: 'root'
|
@@ -20592,10 +20595,10 @@ class UserSwitcherInterceptor {
|
|
20592
20595
|
intercept(request, next) {
|
20593
20596
|
return next.handle(this.switch(request, this.userSwitcherService.get()));
|
20594
20597
|
}
|
20595
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
20596
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
20598
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: UserSwitcherInterceptor, deps: [{ token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
20599
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: UserSwitcherInterceptor }); }
|
20597
20600
|
}
|
20598
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
20601
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: UserSwitcherInterceptor, decorators: [{
|
20599
20602
|
type: Injectable
|
20600
20603
|
}], ctorParameters: () => [{ type: UserSwitcherService }, { type: undefined, decorators: [{
|
20601
20604
|
type: Inject,
|
@@ -20938,10 +20941,10 @@ class PreloaderInterceptor {
|
|
20938
20941
|
findEndpoint(requestPath) {
|
20939
20942
|
return Object.values(ENDPOINTS).find((endpoint) => endpoint.test(requestPath));
|
20940
20943
|
}
|
20941
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
20942
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
20944
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
20945
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PreloaderInterceptor }); }
|
20943
20946
|
}
|
20944
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
20947
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PreloaderInterceptor, decorators: [{
|
20945
20948
|
type: Injectable
|
20946
20949
|
}], ctorParameters: () => [{ type: PreloaderService }] });
|
20947
20950
|
|
@@ -20966,10 +20969,10 @@ class BasiqTokenInterceptor {
|
|
20966
20969
|
}
|
20967
20970
|
});
|
20968
20971
|
}
|
20969
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
20970
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
20972
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BasiqTokenInterceptor, deps: [{ token: BasiqTokenService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
20973
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BasiqTokenInterceptor }); }
|
20971
20974
|
}
|
20972
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
20975
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BasiqTokenInterceptor, decorators: [{
|
20973
20976
|
type: Injectable
|
20974
20977
|
}], ctorParameters: () => [{ type: BasiqTokenService }] });
|
20975
20978
|
|
@@ -20992,10 +20995,10 @@ class BasiqClientIdInterceptor {
|
|
20992
20995
|
url: request.url.replace('null', basiqClientId)
|
20993
20996
|
});
|
20994
20997
|
}
|
20995
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
20996
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
20998
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BasiqClientIdInterceptor, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
20999
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BasiqClientIdInterceptor }); }
|
20997
21000
|
}
|
20998
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
21001
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BasiqClientIdInterceptor, decorators: [{
|
20999
21002
|
type: Injectable
|
21000
21003
|
}], ctorParameters: () => [{ type: UserService }] });
|
21001
21004
|
|
@@ -21030,10 +21033,10 @@ class RewardfulInterceptor {
|
|
21030
21033
|
&& (window['Rewardful'].referral || window['Rewardful'].coupon?.id)
|
21031
21034
|
&& registrationUrls.some(registrationUrl => request.url.includes(registrationUrl));
|
21032
21035
|
}
|
21033
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
21034
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
21036
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: RewardfulInterceptor, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
21037
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: RewardfulInterceptor }); }
|
21035
21038
|
}
|
21036
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
21039
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: RewardfulInterceptor, decorators: [{
|
21037
21040
|
type: Injectable
|
21038
21041
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
21039
21042
|
type: Inject,
|
@@ -21062,10 +21065,10 @@ class AussieInterceptor {
|
|
21062
21065
|
}
|
21063
21066
|
});
|
21064
21067
|
}
|
21065
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
21066
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
21068
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AussieInterceptor, deps: [{ token: AussieService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
21069
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AussieInterceptor }); }
|
21067
21070
|
}
|
21068
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
21071
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AussieInterceptor, decorators: [{
|
21069
21072
|
type: Injectable
|
21070
21073
|
}], ctorParameters: () => [{ type: AussieService }, { type: undefined, decorators: [{
|
21071
21074
|
type: Inject,
|
@@ -21073,9 +21076,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.2", ngImpor
|
|
21073
21076
|
}] }] });
|
21074
21077
|
|
21075
21078
|
class InterceptorsModule {
|
21076
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
21077
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
21078
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
21079
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: InterceptorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
21080
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.6", ngImport: i0, type: InterceptorsModule }); }
|
21081
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: InterceptorsModule, providers: [
|
21079
21082
|
{
|
21080
21083
|
provide: HTTP_INTERCEPTORS,
|
21081
21084
|
useClass: CorelogicInterceptor,
|
@@ -21119,7 +21122,7 @@ class InterceptorsModule {
|
|
21119
21122
|
}
|
21120
21123
|
] }); }
|
21121
21124
|
}
|
21122
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
21125
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: InterceptorsModule, decorators: [{
|
21123
21126
|
type: NgModule,
|
21124
21127
|
args: [{
|
21125
21128
|
providers: [
|
@@ -21172,13 +21175,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.2", ngImpor
|
|
21172
21175
|
* https://angular.io/guide/creating-libraries
|
21173
21176
|
*/
|
21174
21177
|
class CoreModule {
|
21175
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
21176
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
21178
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: CoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
21179
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.6", ngImport: i0, type: CoreModule, imports: [CommonModule,
|
21177
21180
|
InterceptorsModule] }); }
|
21178
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
21181
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: CoreModule, imports: [CommonModule,
|
21179
21182
|
InterceptorsModule] }); }
|
21180
21183
|
}
|
21181
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
21184
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: CoreModule, decorators: [{
|
21182
21185
|
type: NgModule,
|
21183
21186
|
args: [{
|
21184
21187
|
declarations: [],
|
@@ -21198,10 +21201,10 @@ class AppCurrencyPipe extends CurrencyPipe {
|
|
21198
21201
|
digitsInfo = digitsInfo ?? '1.0-' + (value.toString().match(/[1-9]/)?.index || 2);
|
21199
21202
|
return super.transform(value, currencyCode, display, digitsInfo, locale);
|
21200
21203
|
}
|
21201
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
21202
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
21204
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AppCurrencyPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
21205
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.1.6", ngImport: i0, type: AppCurrencyPipe, isStandalone: true, name: "appCurrency" }); }
|
21203
21206
|
}
|
21204
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
21207
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AppCurrencyPipe, decorators: [{
|
21205
21208
|
type: Pipe,
|
21206
21209
|
args: [{
|
21207
21210
|
name: 'appCurrency',
|
@@ -21216,10 +21219,10 @@ class SafeUrlPipe {
|
|
21216
21219
|
transform(url) {
|
21217
21220
|
return this.sanitizer.bypassSecurityTrustResourceUrl(url);
|
21218
21221
|
}
|
21219
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
21220
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
21222
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SafeUrlPipe, deps: [{ token: i1$2.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe }); }
|
21223
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.1.6", ngImport: i0, type: SafeUrlPipe, isStandalone: true, name: "safeUrl" }); }
|
21221
21224
|
}
|
21222
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
21225
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SafeUrlPipe, decorators: [{
|
21223
21226
|
type: Pipe,
|
21224
21227
|
args: [{
|
21225
21228
|
name: 'safeUrl',
|
@@ -21234,10 +21237,10 @@ class AppPercentPipe {
|
|
21234
21237
|
transform(value, total, floor) {
|
21235
21238
|
return this.percentagePipe.transform(value, total, floor) + '%';
|
21236
21239
|
}
|
21237
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
21238
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
21240
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AppPercentPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
21241
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.1.6", ngImport: i0, type: AppPercentPipe, isStandalone: true, name: "percentage" }); }
|
21239
21242
|
}
|
21240
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
21243
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AppPercentPipe, decorators: [{
|
21241
21244
|
type: Pipe,
|
21242
21245
|
args: [{
|
21243
21246
|
name: 'percentage',
|
@@ -21611,10 +21614,10 @@ class BusinessResolver {
|
|
21611
21614
|
resolve() {
|
21612
21615
|
return this.soleDetailsService.getFirst();
|
21613
21616
|
}
|
21614
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
21615
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
21617
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BusinessResolver, deps: [{ token: SoleDetailsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
21618
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BusinessResolver, providedIn: 'root' }); }
|
21616
21619
|
}
|
21617
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
21620
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BusinessResolver, decorators: [{
|
21618
21621
|
type: Injectable,
|
21619
21622
|
args: [{ providedIn: 'root' }]
|
21620
21623
|
}], ctorParameters: () => [{ type: SoleDetailsService }] });
|
@@ -21626,10 +21629,10 @@ class SoleDetailsResolver {
|
|
21626
21629
|
resolve() {
|
21627
21630
|
return this.soleDetails.getFirst();
|
21628
21631
|
}
|
21629
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
21630
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
21632
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleDetailsResolver, deps: [{ token: SoleDetailsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
21633
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleDetailsResolver, providedIn: 'root' }); }
|
21631
21634
|
}
|
21632
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
21635
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleDetailsResolver, decorators: [{
|
21633
21636
|
type: Injectable,
|
21634
21637
|
args: [{ providedIn: 'root' }]
|
21635
21638
|
}], ctorParameters: () => [{ type: SoleDetailsService }] });
|
@@ -22432,21 +22435,18 @@ class UniqueEmailValidator {
|
|
22432
22435
|
validate(control) {
|
22433
22436
|
return this.userService.search(control.value).pipe(map(user => user ? { emailIsUsed: true } : null));
|
22434
22437
|
}
|
22435
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
22436
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
22438
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: UniqueEmailValidator, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
22439
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: UniqueEmailValidator, providedIn: 'root' }); }
|
22437
22440
|
}
|
22438
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
22441
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: UniqueEmailValidator, decorators: [{
|
22439
22442
|
type: Injectable,
|
22440
22443
|
args: [{ providedIn: 'root' }]
|
22441
22444
|
}], ctorParameters: () => [{ type: UserService }] });
|
22442
22445
|
|
22443
|
-
|
22444
|
-
|
22445
|
-
*/
|
22446
|
-
function alphaSpaceValidator() {
|
22446
|
+
const NAME_PATTERN = /^[A-Za-z' -]+$/;
|
22447
|
+
function nameValidator() {
|
22447
22448
|
return (control) => {
|
22448
|
-
|
22449
|
-
return valid ? null : { 'alphaSpace': true };
|
22449
|
+
return NAME_PATTERN.test(control.value) ? null : { name: true };
|
22450
22450
|
};
|
22451
22451
|
}
|
22452
22452
|
|
@@ -22496,8 +22496,8 @@ class EmployeeInviteForm extends AbstractForm {
|
|
22496
22496
|
constructor(invite = plainToClass(EmployeeInvite, {}), uniqueEmailValidator = null) {
|
22497
22497
|
super({
|
22498
22498
|
registrationInvite: new FormGroup({
|
22499
|
-
firstName: new FormControl(invite.registrationInvite?.firstName, [Validators.required,
|
22500
|
-
lastName: new FormControl(invite.registrationInvite?.lastName, [Validators.required,
|
22499
|
+
firstName: new FormControl(invite.registrationInvite?.firstName, [Validators.required, nameValidator(), Validators.maxLength(40)]),
|
22500
|
+
lastName: new FormControl(invite.registrationInvite?.lastName, [Validators.required, nameValidator(), Validators.maxLength(40)]),
|
22501
22501
|
email: new FormControl(invite.registrationInvite?.email, {
|
22502
22502
|
// @TODO RxwebValidators.unique()
|
22503
22503
|
validators: [Validators.required, Validators.email],
|
@@ -22517,10 +22517,10 @@ class ClientMovementForm extends AbstractForm {
|
|
22517
22517
|
firmBranch: new FormControl(clientMovement.firmBranch, [Validators.required]),
|
22518
22518
|
}, clientMovement);
|
22519
22519
|
}
|
22520
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
22521
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
22520
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ClientMovementForm, deps: [{ token: ClientMovement }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
22521
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ClientMovementForm, providedIn: 'root' }); }
|
22522
22522
|
}
|
22523
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
22523
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ClientMovementForm, decorators: [{
|
22524
22524
|
type: Injectable,
|
22525
22525
|
args: [{
|
22526
22526
|
providedIn: 'root'
|
@@ -22533,10 +22533,10 @@ class EmployeeDetailsForm extends AbstractForm {
|
|
22533
22533
|
firmBranches: new FormControl(employeeDetails.firmBranches, [Validators.required]),
|
22534
22534
|
}, employeeDetails);
|
22535
22535
|
}
|
22536
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
22537
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
22536
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: EmployeeDetailsForm, deps: [{ token: EmployeeDetails }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
22537
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: EmployeeDetailsForm, providedIn: 'root' }); }
|
22538
22538
|
}
|
22539
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
22539
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: EmployeeDetailsForm, decorators: [{
|
22540
22540
|
type: Injectable,
|
22541
22541
|
args: [{
|
22542
22542
|
providedIn: 'root'
|
@@ -22548,8 +22548,8 @@ class ClientInviteForm extends AbstractForm {
|
|
22548
22548
|
super({
|
22549
22549
|
employee: new FormControl(invite.employee, [Validators.required]),
|
22550
22550
|
registrationInvite: new FormGroup({
|
22551
|
-
firstName: new FormControl(invite.registrationInvite?.firstName, [Validators.required,
|
22552
|
-
lastName: new FormControl(invite.registrationInvite?.lastName, [Validators.required,
|
22551
|
+
firstName: new FormControl(invite.registrationInvite?.firstName, [Validators.required, nameValidator(), Validators.maxLength(40)]),
|
22552
|
+
lastName: new FormControl(invite.registrationInvite?.lastName, [Validators.required, nameValidator(), Validators.maxLength(40)]),
|
22553
22553
|
email: new FormControl(invite.registrationInvite?.email, [Validators.required, Validators.email]),
|
22554
22554
|
}),
|
22555
22555
|
}, invite);
|
@@ -22570,8 +22570,8 @@ class FirmInviteForm extends AbstractForm {
|
|
22570
22570
|
super({
|
22571
22571
|
address: new FormControl(invite.address, [Validators.required]),
|
22572
22572
|
registrationInvite: new FormGroup({
|
22573
|
-
firstName: new FormControl(invite.registrationInvite?.firstName, [Validators.required,
|
22574
|
-
lastName: new FormControl(invite.registrationInvite?.lastName, [Validators.required,
|
22573
|
+
firstName: new FormControl(invite.registrationInvite?.firstName, [Validators.required, nameValidator(), Validators.maxLength(40)]),
|
22574
|
+
lastName: new FormControl(invite.registrationInvite?.lastName, [Validators.required, nameValidator(), Validators.maxLength(40)]),
|
22575
22575
|
email: new FormControl(invite.registrationInvite?.email, [Validators.required, Validators.email]),
|
22576
22576
|
}),
|
22577
22577
|
}, invite);
|
@@ -22639,7 +22639,7 @@ class BankAccountPropertiesForm extends UntypedFormArray {
|
|
22639
22639
|
class SoleBusinessForm extends AbstractForm {
|
22640
22640
|
constructor(business = plainToClass(SoleBusiness, {})) {
|
22641
22641
|
super({
|
22642
|
-
name: new UntypedFormControl(business.name, Validators.required),
|
22642
|
+
name: new UntypedFormControl(business.name, [Validators.required, Validators.maxLength(60), nameValidator()]),
|
22643
22643
|
activity: new UntypedFormControl(business.activity, Validators.required),
|
22644
22644
|
description: new UntypedFormControl(business.description),
|
22645
22645
|
website: new UntypedFormControl(business.website),
|
@@ -22797,10 +22797,10 @@ function requiredLengthValidator(length) {
|
|
22797
22797
|
class SoleContactForm extends AbstractForm {
|
22798
22798
|
constructor(contact = plainToClass(SoleContact, {})) {
|
22799
22799
|
super({
|
22800
|
-
name: new UntypedFormControl(contact.name, Validators.required),
|
22800
|
+
name: new UntypedFormControl(contact.name, [Validators.required, nameValidator(), Validators.maxLength(60)]),
|
22801
22801
|
abn: new UntypedFormControl(contact.abn, [requiredLengthValidator(11)]),
|
22802
|
-
firstName: new UntypedFormControl(contact.firstName, [Validators.required,
|
22803
|
-
lastName: new UntypedFormControl(contact.lastName, [Validators.required,
|
22802
|
+
firstName: new UntypedFormControl(contact.firstName, [Validators.required, nameValidator(), Validators.maxLength(40)]),
|
22803
|
+
lastName: new UntypedFormControl(contact.lastName, [Validators.required, nameValidator(), Validators.maxLength(40)]),
|
22804
22804
|
email: new UntypedFormControl(contact.email, [Validators.required, Validators.email]),
|
22805
22805
|
phone: new UntypedFormControl(contact.phone),
|
22806
22806
|
address: new UntypedFormControl(contact.address)
|
@@ -23341,7 +23341,7 @@ class ResetPasswordForm extends AbstractForm {
|
|
23341
23341
|
class UserInviteForm extends AbstractForm {
|
23342
23342
|
constructor() {
|
23343
23343
|
super({
|
23344
|
-
firstName: new UntypedFormControl(null, [Validators.required,
|
23344
|
+
firstName: new UntypedFormControl(null, [Validators.required, nameValidator(), Validators.maxLength(40)]),
|
23345
23345
|
email: new UntypedFormControl(null, [Validators.required, Validators.email]),
|
23346
23346
|
}, plainToClass(RegistrationInvite, {}));
|
23347
23347
|
}
|
@@ -23351,8 +23351,8 @@ class UserForm extends AbstractForm {
|
|
23351
23351
|
constructor(user) {
|
23352
23352
|
super({
|
23353
23353
|
title: new FormControl(user.title),
|
23354
|
-
firstName: new FormControl(user.firstName, [Validators.required,
|
23355
|
-
lastName: new FormControl(user.lastName, [Validators.required,
|
23354
|
+
firstName: new FormControl(user.firstName, [Validators.required, nameValidator(), Validators.maxLength(40)]),
|
23355
|
+
lastName: new FormControl(user.lastName, [Validators.required, nameValidator(), Validators.maxLength(40)]),
|
23356
23356
|
address: new FormControl(user.address),
|
23357
23357
|
phone: new FormControl(user.phone),
|
23358
23358
|
file: new FormControl(user.file),
|
@@ -23403,8 +23403,8 @@ class MfaDetailsForm extends AbstractForm {
|
|
23403
23403
|
class RegisterClientForm extends AbstractForm {
|
23404
23404
|
constructor(user = plainToClass(User, {})) {
|
23405
23405
|
super({
|
23406
|
-
firstName: new UntypedFormControl(user.firstName, [Validators.required,
|
23407
|
-
lastName: new UntypedFormControl(user.lastName, [Validators.required,
|
23406
|
+
firstName: new UntypedFormControl(user.firstName, [Validators.required, nameValidator(), Validators.maxLength(40)]),
|
23407
|
+
lastName: new UntypedFormControl(user.lastName, [Validators.required, nameValidator(), Validators.maxLength(40)]),
|
23408
23408
|
email: new UntypedFormControl(user.email, [Validators.required, Validators.email]),
|
23409
23409
|
password: new PasswordForm(),
|
23410
23410
|
referenceCode: new UntypedFormControl(user.referenceCode)
|
@@ -25825,5 +25825,5 @@ var MessagesEnum;
|
|
25825
25825
|
* Generated bundle index. Do not edit.
|
25826
25826
|
*/
|
25827
25827
|
|
25828
|
-
export { AbstractForm, AbstractModel, AccountSetupItem, AccountSetupItemCollection, AccountSetupItemStatusEnum, AccountSetupItemsEnum, AccountSetupService, AdblockService, Address, AddressForm, AddressService, AddressTypeEnum, AllocationGroup, AllocationGroupCollection, AllocationRule, AllocationRuleCollection, AllocationRuleConditionComparisonOperatorEnum, AllocationRuleConditionFieldEnum, AllocationRuleConditionOperatorEnum, AllocationRuleForm, AllocationRuleService, AllocationRuleTransaction, AllocationRuleTransactionMetaField, AllocationRuleTypeEnum, AlphabetColorsEnum, AnnualClientDetails, AnnualClientDetailsForm, AnnualClientDetailsService, AnnualFrequencyEnum, AppCurrencyPipe, AppEvent, AppEvent2, AppEventTypeEnum, AppFile, AppPercentPipe, AssetEntityTypeEnum, AssetSale, AssetSaleCollection, AssetTypeEnum, AssetsService, AussieAppointment, AussieAppointmentForm, AussieBroker, AussieConfirmationForm, AussieService, AussieStore, AussieStoreForm, Badge, BadgeColorEnum, Bank, BankAccount, BankAccountAddManualForm, BankAccountAllocationForm, BankAccountCalculationService, BankAccountChartData, BankAccountCollection, BankAccountImportForm, BankAccountPropertiesForm, BankAccountProperty, BankAccountService, BankAccountStatusEnum, BankAccountTypeEnum, BankAccountsImportForm, BankConnection, BankConnectionMessagesEnum, BankConnectionService, BankConnectionStatusEnum, BankExternalStats, BankPopularEnum, BankProviderEnum, BankService, BankTransaction, BankTransactionChartData, BankTransactionCollection, BankTransactionService, BankTransactionSummaryFieldsEnum, BankTransactionTypeEnum, BasReport, BasReportForm, BasReportMessagesEnum, BasReportService, BasiqConfig, BasiqJob, BasiqJobResponse, BasiqJobStep, BasiqMessagesEnum, BasiqService, BasiqToken, BasiqTokenService, BestVehicleLogbookCollection, BorrowingExpense, BorrowingExpenseLoan, BorrowingExpenseService, BorrowingReport, BorrowingReportForm, BorrowingReportMessagesEnum, BorrowingReportService, Budget, BudgetForm, BudgetMessagesEnum, BudgetRule, BudgetService, BusinessChartAccountsEnum, BusinessResolver, BusinessTypeEnum, CAPITAL_COSTS_ITEMS, CHART_ACCOUNTS_CATEGORIES, CalculationFormItem, CalculationFormTypeEnum, CapitalLoss, CapitalLossForm, CapitalLossMessagesEnum, CapitalLossService, CgtExemptionAndRolloverCodeEnum, ChartAccounts, ChartAccountsAdjustmentIncludedListEnum, ChartAccountsCategoryECollection, ChartAccountsCategoryEnum, ChartAccountsCollection, ChartAccountsDepreciation, ChartAccountsDepreciationService, ChartAccountsEtpEnum, ChartAccountsForm, ChartAccountsHeading, ChartAccountsHeadingListEnum, ChartAccountsHeadingTaxDeductibleEnum, ChartAccountsHeadingTaxableEnum, ChartAccountsHeadingVehicleListEnum, ChartAccountsHoldingUntaxedIncomeListEnum, ChartAccountsKeepSign, ChartAccountsListEnum, ChartAccountsMessagesEnum, ChartAccountsMetaField, ChartAccountsMetaFieldListEnum, ChartAccountsMetaFieldTypeEnum, ChartAccountsPropertyAdjustmentsListEnum, ChartAccountsSalaryAdjustmentsListEnum, ChartAccountsService, ChartAccountsTaxLabelsEnum, ChartAccountsTypeEnum, ChartAccountsValue, ChartAccountsValueCollection, ChartAccountsValueService, ChartData, ChartSerie, Chat, ChatCollection, ChatFilterForm, ChatService, ChatStatusEnum, ChatViewTypeEnum, ClientCollection, ClientCouponService, ClientDetails, ClientDetailsForm, ClientDetailsMedicareExemptionEnum, ClientDetailsWorkDepreciationCalculationEnum, ClientDetailsWorkingHolidayMakerEnum, ClientInvite, ClientInviteCollection, ClientInviteForm, ClientInviteMessages, ClientInvitePutForm, ClientInviteService, ClientInviteStatusEnum, ClientInviteTypeEnum, ClientMovement, ClientMovementCollection, ClientMovementForm, ClientMovementMessagesEnum, ClientMovementService, ClientPortfolioChartData, ClientPortfolioReport, ClientPortfolioReportCollection, ClientPortfolioReportService, Collection, CollectionDictionary, CollectionForm, CoreModule, CorelogicMessagesEnum, CorelogicService, CorelogicSuggestion, Country, CurrentFirmBranchService, DEDUCTION_CATEGORIES, DEPRECIATION_GROUPS, DOCUMENT_FILE_TYPES, DateFormatsEnum, DateRange, DeductionClothingTypeEnum, DeductionSelfEducationTypeEnum, Depreciation, DepreciationCalculationEnum, DepreciationCalculationPercentEnum, DepreciationCapitalProject, DepreciationCapitalProjectService, DepreciationCollection, DepreciationForecast, DepreciationForecastCollection, DepreciationForm, DepreciationGroup, DepreciationGroupEnum, DepreciationGroupItem, DepreciationLvpAssetTypeEnum, DepreciationLvpRateEnum, DepreciationLvpReportItem, DepreciationLvpReportItemCollection, DepreciationReportItem, DepreciationReportItemCollection, DepreciationService, DepreciationTypeEnum, DepreciationWriteOffAmountEnum, Dictionary, Document, DocumentApiUrlPrefixEnum, DocumentFolder, DocumentFolderForm, DocumentFolderMessagesEnum, DocumentFolderService, DocumentForm, DocumentMessagesEnum, DocumentService, DocumentTypeEnum, ENDPOINTS, EmployeeCollection, EmployeeDetails, EmployeeDetailsForm, EmployeeInvite, EmployeeInviteCollection, EmployeeInviteForm, EmployeeInviteRoleEnum, EmployeeInviteService, EmployeeMessagesEnum, EmployeeService, Endpoint, EquityPositionChartService, EventDispatcherService, ExportDataTable, ExportFormatEnum, ExportFormatterService, ExportableCollection, FacebookService, FileService, FileValidator, FinancialYear, FinancialYearService, Firm, FirmBranch, FirmBranchForm, FirmBranchMessagesEnum, FirmBranchService, FirmForm, FirmInviteForm, FirmMessagesEnum, FirmService, FirmTypeEnum, FormValidationsEnum, GenderEnum, GoogleService, HTTP_ERROR_MESSAGES, HeaderTitleService, Holding, HoldingCollection, HoldingExpenseForm, HoldingIncomeForm, HoldingReinvest, HoldingReinvestForm, HoldingSale, HoldingSaleCollection, HoldingSaleService, HoldingTrade, HoldingTradeCollection, HoldingTradeFilterForm, HoldingTradeForm, HoldingTradeImport, HoldingTradeImportForm, HoldingTradeImportMessagesEnum, HoldingTradeImportService, HoldingTradeMessagesEnum, HoldingTradeService, HoldingTradeTypeEnum, HoldingType, HoldingTypeCategoryEnum, HoldingTypeCollection, HoldingTypeExchange, HoldingTypeExchangeListEnum, HoldingTypeExchangeService, HoldingTypeForm, HoldingTypeMessagesEnum, HoldingTypeService, HomeOfficeCalculatorForm, HomeOfficeClaim, HomeOfficeClaimCollection, HomeOfficeClaimForm, HomeOfficeClaimMessagesEnum, HomeOfficeClaimMethodEnum, HomeOfficeClaimService, HomeOfficeLog, HomeOfficeLogForm, HomeOfficeLogMessagesEnum, HomeOfficeLogService, IconsFileEnum, IncomeAmountTypeEnum, IncomePosition, IncomeSource, IncomeSourceChartData, IncomeSourceCollection, IncomeSourceForecast, IncomeSourceForecastCollection, IncomeSourceForecastService, IncomeSourceForecastTrustTypeEnum, IncomeSourceMessagesEnum, IncomeSourceService, IncomeSourceType, IncomeSourceTypeEnum, IncomeSourceTypeListHoldingEnum, IncomeSourceTypeListOtherEnum, IncomeSourceTypeListSoleEnum, IncomeSourceTypeListWorkEnum, IncomeSourceTypeService, InterceptorsModule, IntercomService, InviteStatusEnum, InvoicePaymentForm, InvoiceTransactionsService, JsPdf, Loan, LoanBankTypeEnum, LoanCollection, LoanForm, LoanFrequencyEnum, LoanInterestTypeEnum, LoanInterestTypeLabelEnum, LoanMaxNumberOfPaymentsEnum, LoanMessagesEnum, LoanPayment, LoanPaymentCollection, LoanPayout, LoanPayoutTypeEnum, LoanRepaymentFrequencyEnum, LoanRepaymentTypeEnum, LoanRepaymentTypeLabelEnum, LoanService, LoanTypeEnum, LoanVehicleTypeEnum, LoginForm, LossTypeEnum, MODULE_URL_LIST, MONTHS, Message, MessageCollection, MessageDocument, MessageDocumentCollection, MessageDocumentService, MessageService, MessagesEnum, MfaDetails, MfaDetailsForm, MfaDetailsMessagesEnum, MfaDetailsService, MonthNameShortEnum, MonthNumberEnum, MyAccountHistory, MyAccountHistoryInitiatedByEnum, MyAccountHistoryStatusEnum, MyAccountHistoryTypeEnum, MyTaxBusinessDetails, MyTaxBusinessDetailsForm, MyTaxBusinessIncome, MyTaxBusinessIncomeForm, MyTaxBusinessIncomeOrLossesForm, MyTaxBusinessLosses, MyTaxBusinessLossesForm, MyTaxCgt, MyTaxCgtForm, MyTaxDeductions, MyTaxDeductionsForm, MyTaxDividends, MyTaxDividendsForm, MyTaxEstimate, MyTaxIncomeStatements, MyTaxIncomeStatementsForm, MyTaxIncomeTests, MyTaxIncomeTestsForm, MyTaxInterest, MyTaxInterestForm, MyTaxLosses, MyTaxLossesForm, MyTaxMedicareForm, MyTaxOffsets, MyTaxOffsetsForm, MyTaxOtherIncome, MyTaxOtherIncomeForm, MyTaxPartnershipsAndTrusts, MyTaxPartnershipsAndTrustsForm, MyTaxRent, MyTaxRentForm, Notification, Occupation, OccupationService, PASSWORD_REGEXPS, PasswordForm, PdfFromDataTableService, PdfFromDomElementService, PdfFromHtmlTableService, PdfFromTableService, PdfOrientationEnum, PdfService, PdfSettings, Phone, PhoneForm, PhoneTypeEnum, PreloaderService, PriorTransactionService, Property, PropertyAddForm, PropertyCalculationService, PropertyCategory, PropertyCategoryListEnum, PropertyCategoryMovement, PropertyCategoryMovementCollection, PropertyCategoryMovementForm, PropertyCategoryMovementService, PropertyCategoryService, PropertyCollection, PropertyDepreciationCalculationEnum, PropertyDocument, PropertyDocumentForm, PropertyDocumentMessagesEnum, PropertyDocumentService, PropertyEditForm, PropertyEquityChartData, PropertyEquityChartItem, PropertyEquityChartTypeEnum, PropertyForecast, PropertyForecastForm, PropertyMessagesEnum, PropertyReportItem, PropertyReportItemCollection, PropertyReportItemDepreciation, PropertyReportItemDepreciationCollection, PropertyReportItemTransaction, PropertyReportItemTransactionCollection, PropertySale, PropertySaleCollection, PropertySaleCostBase, PropertySaleCostBaseForm, PropertySaleCostSaleForm, PropertySaleExemptionsForm, PropertySaleService, PropertySaleTaxExemptionMetaField, PropertySaleTaxExemptionMetaFieldCollection, PropertyService, PropertyShare, PropertyShareAccessEnum, PropertyShareCollection, PropertyShareForm, PropertyShareService, PropertyShareStatusEnum, PropertySubscription, PropertyTransactionReportService, PropertyValuation, PropertyValuationCollection, PropertyValuationForm, PropertyValuationMessages, PropertyValuationService, REPORTS, RegisterClientForm, RegisterFirmForm, RegistrationInvite, RegistrationInviteStatusEnum, ReportItem, ReportItemCollection, ReportItemDetails, ResetPasswordForm, RestMessagesEnum, RestService$1 as RestService, SERVICE_PRODUCT_ROLES, SafeUrlPipe, SalaryForecast, SalaryForecastFrequencyEnum, SalaryForecastService, ServiceNotificationService, ServiceNotificationStatusEnum, ServiceNotificationTypeEnum, ServicePayment, ServicePaymentMethod, ServicePaymentMethodService, ServicePaymentService, ServicePaymentStatusEnum, ServicePrice, ServicePriceCollection, ServicePriceListEnum, ServicePriceRecurringIntervalEnum, ServicePriceService, ServicePriceTypeEnum, ServiceProduct, ServiceProductCollection, ServiceProductIconsEnum, ServiceProductIdEnum, ServiceProductService, ServiceProductStatusEnum, ServicePromoCode, ServiceSubscription, ServiceSubscriptionCollection, ServiceSubscriptionItem, ServiceSubscriptionStatusEnum, SetupItemTypeEnum, SharesightDetails, SharesightDetailsMessagesEnum, SharesightDetailsService, SharesightPortfolio, SharesightPortfolioMessages, SharesightPortfolioService, SoleBusiness, SoleBusinessActivity, SoleBusinessActivityService, SoleBusinessAllocation, SoleBusinessAllocationsForm, SoleBusinessForm, SoleBusinessLoss, SoleBusinessLossCollection, SoleBusinessLossForm, SoleBusinessLossOffsetRule, SoleBusinessLossOffsetRuleService, SoleBusinessLossReport, SoleBusinessLossService, SoleBusinessMessagesEnum, SoleBusinessService, SoleContact, SoleContactForm, SoleContactService, SoleDepreciationMethod, SoleDepreciationMethodEnum, SoleDepreciationMethodForm, SoleDepreciationMethodService, SoleDetails, SoleDetailsForm, SoleDetailsResolver, SoleDetailsService, SoleForecast, SoleForecastService, SoleIncomeForm, SoleInvoice, SoleInvoiceCollection, SoleInvoiceForm, SoleInvoiceItem, SoleInvoiceItemCollection, SoleInvoiceItemForm, SoleInvoiceService, SoleInvoiceStateEnum, SoleInvoiceStatusesEnum, SoleInvoiceTaxTypeEnum, SoleInvoiceTemplate, SoleInvoiceTemplateForm, SoleInvoiceTemplateService, SoleInvoiceTemplateTaxTypeEnum, SpareDocumentSpareTypeEnum, SseService, StatesEnum, SubscriptionItemCollection, SubscriptionMessagesEnum, SubscriptionService, TAX_RETURN_CATEGORIES, TYPE_LOAN, TankTypeEnum, TaxCalculationMedicareExemptionEnum, TaxCalculationTypeEnum, TaxExemption, TaxExemptionCollection, TaxExemptionEnum, TaxExemptionMetaField, TaxExemptionMetaFieldEnum, TaxExemptionService, TaxReturn, TaxReturnCategory, TaxReturnCategoryListEnum, TaxReturnCategorySectionEnum, TaxReturnItem, TaxReturnItemEnum, TaxReturnItemService, TaxReview, TaxReviewCollection, TaxReviewFilterForm, TaxReviewFilterStatusEnum, TaxReviewHistoryService, TaxReviewMessagesEnum, TaxReviewService, TaxReviewStatusEnum, TaxSummary, TaxSummaryListEnum, TaxSummarySection, TaxSummarySectionEnum, TaxSummaryService, TaxSummaryTaxSummaryEnum, TaxSummaryTypeEnum, TicketFeedbackEnum, TicketStatusEnum, TicketTypesEnum, TimezoneEnum, Toast, ToastService, ToastTypeEnum, Transaction, TransactionAllocation, TransactionAllocationCollection, TransactionAllocationService, TransactionBase, TransactionBaseCollection, TransactionBaseFilterForm, TransactionBaseForm, TransactionCategoryEnum, TransactionCollection, TransactionForm, TransactionMetaField, TransactionOperationEnum, TransactionReportItem, TransactionReportItemCollection, TransactionService, TransactionSourceEnum, TransactionTypeEnum, USER_ROLES, USER_WORK_POSITION, UniqueEmailValidator, User, UserCollection, UserEventSetting, UserEventSettingCollection, UserEventSettingFieldEnum, UserEventSettingService, UserEventStatusEnum, UserEventType, UserEventTypeCategory, UserEventTypeClientTypeEnum, UserEventTypeCollection, UserEventTypeEmployeeTypeEnum, UserEventTypeFrequencyEnum, UserEventTypeService, UserEventTypeUserTypeEnum, UserForm, UserInviteForm, UserMedicareExemptionEnum, UserMessagesEnum, UserService, UserStatusEnum, UserSwitcherService, UserTitleEnum, UserToRegister, UserWorkDepreciationCalculationEnum, UserWorkingHolidayMakerEnum, UsersInviteService, Vehicle, VehicleClaim, VehicleClaimCollection, VehicleClaimDetails, VehicleClaimDetailsForm, VehicleClaimDetailsMethodEnum, VehicleClaimDetailsService, VehicleClaimForm, VehicleClaimService, VehicleExpense, VehicleExpenseCollection, VehicleForm, VehicleLogbook, VehicleLogbookCollection, VehicleLogbookForm, VehicleLogbookMessages, VehicleLogbookPurposeEnum, VehicleLogbookService, VehicleMessagesEnum, VehicleService, WorkExpenseForm, WorkIncomeForm, XlsxService, YoutubeService, YoutubeVideosEnum, alphaSpaceValidator, atLeastOneCheckedValidator, atoLinks, autocompleteValidator, cloneDeep, compare, compareMatOptions, conditionalValidator, createDate, currentFinYearValidator, displayMatOptions, enumToList, fieldsSumValidator, getDocIcon, greaterThanValidator, matchSumValidator, maxDateValidator, minDateValidator, passwordMatchValidator, passwordValidator, replace, sort, sortDeep, toArray };
|
25828
|
+
export { AbstractForm, AbstractModel, AccountSetupItem, AccountSetupItemCollection, AccountSetupItemStatusEnum, AccountSetupItemsEnum, AccountSetupService, AdblockService, Address, AddressForm, AddressService, AddressTypeEnum, AllocationGroup, AllocationGroupCollection, AllocationRule, AllocationRuleCollection, AllocationRuleConditionComparisonOperatorEnum, AllocationRuleConditionFieldEnum, AllocationRuleConditionOperatorEnum, AllocationRuleForm, AllocationRuleService, AllocationRuleTransaction, AllocationRuleTransactionMetaField, AllocationRuleTypeEnum, AlphabetColorsEnum, AnnualClientDetails, AnnualClientDetailsForm, AnnualClientDetailsService, AnnualFrequencyEnum, AppCurrencyPipe, AppEvent, AppEvent2, AppEventTypeEnum, AppFile, AppPercentPipe, AssetEntityTypeEnum, AssetSale, AssetSaleCollection, AssetTypeEnum, AssetsService, AussieAppointment, AussieAppointmentForm, AussieBroker, AussieConfirmationForm, AussieService, AussieStore, AussieStoreForm, Badge, BadgeColorEnum, Bank, BankAccount, BankAccountAddManualForm, BankAccountAllocationForm, BankAccountCalculationService, BankAccountChartData, BankAccountCollection, BankAccountImportForm, BankAccountPropertiesForm, BankAccountProperty, BankAccountService, BankAccountStatusEnum, BankAccountTypeEnum, BankAccountsImportForm, BankConnection, BankConnectionMessagesEnum, BankConnectionService, BankConnectionStatusEnum, BankExternalStats, BankPopularEnum, BankProviderEnum, BankService, BankTransaction, BankTransactionChartData, BankTransactionCollection, BankTransactionService, BankTransactionSummaryFieldsEnum, BankTransactionTypeEnum, BasReport, BasReportForm, BasReportMessagesEnum, BasReportService, BasiqConfig, BasiqJob, BasiqJobResponse, BasiqJobStep, BasiqMessagesEnum, BasiqService, BasiqToken, BasiqTokenService, BestVehicleLogbookCollection, BorrowingExpense, BorrowingExpenseLoan, BorrowingExpenseService, BorrowingReport, BorrowingReportForm, BorrowingReportMessagesEnum, BorrowingReportService, Budget, BudgetForm, BudgetMessagesEnum, BudgetRule, BudgetService, BusinessChartAccountsEnum, BusinessResolver, BusinessTypeEnum, CAPITAL_COSTS_ITEMS, CHART_ACCOUNTS_CATEGORIES, CalculationFormItem, CalculationFormTypeEnum, CapitalLoss, CapitalLossForm, CapitalLossMessagesEnum, CapitalLossService, CgtExemptionAndRolloverCodeEnum, ChartAccounts, ChartAccountsAdjustmentIncludedListEnum, ChartAccountsCategoryECollection, ChartAccountsCategoryEnum, ChartAccountsCollection, ChartAccountsDepreciation, ChartAccountsDepreciationService, ChartAccountsEtpEnum, ChartAccountsForm, ChartAccountsHeading, ChartAccountsHeadingListEnum, ChartAccountsHeadingTaxDeductibleEnum, ChartAccountsHeadingTaxableEnum, ChartAccountsHeadingVehicleListEnum, ChartAccountsHoldingUntaxedIncomeListEnum, ChartAccountsKeepSign, ChartAccountsListEnum, ChartAccountsMessagesEnum, ChartAccountsMetaField, ChartAccountsMetaFieldListEnum, ChartAccountsMetaFieldTypeEnum, ChartAccountsPropertyAdjustmentsListEnum, ChartAccountsSalaryAdjustmentsListEnum, ChartAccountsService, ChartAccountsTaxLabelsEnum, ChartAccountsTypeEnum, ChartAccountsValue, ChartAccountsValueCollection, ChartAccountsValueService, ChartData, ChartSerie, Chat, ChatCollection, ChatFilterForm, ChatService, ChatStatusEnum, ChatViewTypeEnum, ClientCollection, ClientCouponService, ClientDetails, ClientDetailsForm, ClientDetailsMedicareExemptionEnum, ClientDetailsWorkDepreciationCalculationEnum, ClientDetailsWorkingHolidayMakerEnum, ClientInvite, ClientInviteCollection, ClientInviteForm, ClientInviteMessages, ClientInvitePutForm, ClientInviteService, ClientInviteStatusEnum, ClientInviteTypeEnum, ClientMovement, ClientMovementCollection, ClientMovementForm, ClientMovementMessagesEnum, ClientMovementService, ClientPortfolioChartData, ClientPortfolioReport, ClientPortfolioReportCollection, ClientPortfolioReportService, Collection, CollectionDictionary, CollectionForm, CoreModule, CorelogicMessagesEnum, CorelogicService, CorelogicSuggestion, Country, CurrentFirmBranchService, DEDUCTION_CATEGORIES, DEPRECIATION_GROUPS, DOCUMENT_FILE_TYPES, DateFormatsEnum, DateRange, DeductionClothingTypeEnum, DeductionSelfEducationTypeEnum, Depreciation, DepreciationCalculationEnum, DepreciationCalculationPercentEnum, DepreciationCapitalProject, DepreciationCapitalProjectService, DepreciationCollection, DepreciationForecast, DepreciationForecastCollection, DepreciationForm, DepreciationGroup, DepreciationGroupEnum, DepreciationGroupItem, DepreciationLvpAssetTypeEnum, DepreciationLvpRateEnum, DepreciationLvpReportItem, DepreciationLvpReportItemCollection, DepreciationReportItem, DepreciationReportItemCollection, DepreciationService, DepreciationTypeEnum, DepreciationWriteOffAmountEnum, Dictionary, Document, DocumentApiUrlPrefixEnum, DocumentFolder, DocumentFolderForm, DocumentFolderMessagesEnum, DocumentFolderService, DocumentForm, DocumentMessagesEnum, DocumentService, DocumentTypeEnum, ENDPOINTS, EmployeeCollection, EmployeeDetails, EmployeeDetailsForm, EmployeeInvite, EmployeeInviteCollection, EmployeeInviteForm, EmployeeInviteRoleEnum, EmployeeInviteService, EmployeeMessagesEnum, EmployeeService, Endpoint, EquityPositionChartService, EventDispatcherService, ExportDataTable, ExportFormatEnum, ExportFormatterService, ExportableCollection, FacebookService, FileService, FileValidator, FinancialYear, FinancialYearService, Firm, FirmBranch, FirmBranchForm, FirmBranchMessagesEnum, FirmBranchService, FirmForm, FirmInviteForm, FirmMessagesEnum, FirmService, FirmTypeEnum, FormValidationsEnum, GenderEnum, GoogleService, HTTP_ERROR_MESSAGES, HeaderTitleService, Holding, HoldingCollection, HoldingExpenseForm, HoldingIncomeForm, HoldingReinvest, HoldingReinvestForm, HoldingSale, HoldingSaleCollection, HoldingSaleService, HoldingTrade, HoldingTradeCollection, HoldingTradeFilterForm, HoldingTradeForm, HoldingTradeImport, HoldingTradeImportForm, HoldingTradeImportMessagesEnum, HoldingTradeImportService, HoldingTradeMessagesEnum, HoldingTradeService, HoldingTradeTypeEnum, HoldingType, HoldingTypeCategoryEnum, HoldingTypeCollection, HoldingTypeExchange, HoldingTypeExchangeListEnum, HoldingTypeExchangeService, HoldingTypeForm, HoldingTypeMessagesEnum, HoldingTypeService, HomeOfficeCalculatorForm, HomeOfficeClaim, HomeOfficeClaimCollection, HomeOfficeClaimForm, HomeOfficeClaimMessagesEnum, HomeOfficeClaimMethodEnum, HomeOfficeClaimService, HomeOfficeLog, HomeOfficeLogForm, HomeOfficeLogMessagesEnum, HomeOfficeLogService, IconsFileEnum, IncomeAmountTypeEnum, IncomePosition, IncomeSource, IncomeSourceChartData, IncomeSourceCollection, IncomeSourceForecast, IncomeSourceForecastCollection, IncomeSourceForecastService, IncomeSourceForecastTrustTypeEnum, IncomeSourceMessagesEnum, IncomeSourceService, IncomeSourceType, IncomeSourceTypeEnum, IncomeSourceTypeListHoldingEnum, IncomeSourceTypeListOtherEnum, IncomeSourceTypeListSoleEnum, IncomeSourceTypeListWorkEnum, IncomeSourceTypeService, InterceptorsModule, IntercomService, InviteStatusEnum, InvoicePaymentForm, InvoiceTransactionsService, JsPdf, Loan, LoanBankTypeEnum, LoanCollection, LoanForm, LoanFrequencyEnum, LoanInterestTypeEnum, LoanInterestTypeLabelEnum, LoanMaxNumberOfPaymentsEnum, LoanMessagesEnum, LoanPayment, LoanPaymentCollection, LoanPayout, LoanPayoutTypeEnum, LoanRepaymentFrequencyEnum, LoanRepaymentTypeEnum, LoanRepaymentTypeLabelEnum, LoanService, LoanTypeEnum, LoanVehicleTypeEnum, LoginForm, LossTypeEnum, MODULE_URL_LIST, MONTHS, Message, MessageCollection, MessageDocument, MessageDocumentCollection, MessageDocumentService, MessageService, MessagesEnum, MfaDetails, MfaDetailsForm, MfaDetailsMessagesEnum, MfaDetailsService, MonthNameShortEnum, MonthNumberEnum, MyAccountHistory, MyAccountHistoryInitiatedByEnum, MyAccountHistoryStatusEnum, MyAccountHistoryTypeEnum, MyTaxBusinessDetails, MyTaxBusinessDetailsForm, MyTaxBusinessIncome, MyTaxBusinessIncomeForm, MyTaxBusinessIncomeOrLossesForm, MyTaxBusinessLosses, MyTaxBusinessLossesForm, MyTaxCgt, MyTaxCgtForm, MyTaxDeductions, MyTaxDeductionsForm, MyTaxDividends, MyTaxDividendsForm, MyTaxEstimate, MyTaxIncomeStatements, MyTaxIncomeStatementsForm, MyTaxIncomeTests, MyTaxIncomeTestsForm, MyTaxInterest, MyTaxInterestForm, MyTaxLosses, MyTaxLossesForm, MyTaxMedicareForm, MyTaxOffsets, MyTaxOffsetsForm, MyTaxOtherIncome, MyTaxOtherIncomeForm, MyTaxPartnershipsAndTrusts, MyTaxPartnershipsAndTrustsForm, MyTaxRent, MyTaxRentForm, Notification, Occupation, OccupationService, PASSWORD_REGEXPS, PasswordForm, PdfFromDataTableService, PdfFromDomElementService, PdfFromHtmlTableService, PdfFromTableService, PdfOrientationEnum, PdfService, PdfSettings, Phone, PhoneForm, PhoneTypeEnum, PreloaderService, PriorTransactionService, Property, PropertyAddForm, PropertyCalculationService, PropertyCategory, PropertyCategoryListEnum, PropertyCategoryMovement, PropertyCategoryMovementCollection, PropertyCategoryMovementForm, PropertyCategoryMovementService, PropertyCategoryService, PropertyCollection, PropertyDepreciationCalculationEnum, PropertyDocument, PropertyDocumentForm, PropertyDocumentMessagesEnum, PropertyDocumentService, PropertyEditForm, PropertyEquityChartData, PropertyEquityChartItem, PropertyEquityChartTypeEnum, PropertyForecast, PropertyForecastForm, PropertyMessagesEnum, PropertyReportItem, PropertyReportItemCollection, PropertyReportItemDepreciation, PropertyReportItemDepreciationCollection, PropertyReportItemTransaction, PropertyReportItemTransactionCollection, PropertySale, PropertySaleCollection, PropertySaleCostBase, PropertySaleCostBaseForm, PropertySaleCostSaleForm, PropertySaleExemptionsForm, PropertySaleService, PropertySaleTaxExemptionMetaField, PropertySaleTaxExemptionMetaFieldCollection, PropertyService, PropertyShare, PropertyShareAccessEnum, PropertyShareCollection, PropertyShareForm, PropertyShareService, PropertyShareStatusEnum, PropertySubscription, PropertyTransactionReportService, PropertyValuation, PropertyValuationCollection, PropertyValuationForm, PropertyValuationMessages, PropertyValuationService, REPORTS, RegisterClientForm, RegisterFirmForm, RegistrationInvite, RegistrationInviteStatusEnum, ReportItem, ReportItemCollection, ReportItemDetails, ResetPasswordForm, RestMessagesEnum, RestService$1 as RestService, SERVICE_PRODUCT_ROLES, SafeUrlPipe, SalaryForecast, SalaryForecastFrequencyEnum, SalaryForecastService, ServiceNotificationService, ServiceNotificationStatusEnum, ServiceNotificationTypeEnum, ServicePayment, ServicePaymentMethod, ServicePaymentMethodService, ServicePaymentService, ServicePaymentStatusEnum, ServicePrice, ServicePriceCollection, ServicePriceListEnum, ServicePriceRecurringIntervalEnum, ServicePriceService, ServicePriceTypeEnum, ServiceProduct, ServiceProductCollection, ServiceProductIconsEnum, ServiceProductIdEnum, ServiceProductService, ServiceProductStatusEnum, ServicePromoCode, ServiceSubscription, ServiceSubscriptionCollection, ServiceSubscriptionItem, ServiceSubscriptionStatusEnum, SetupItemTypeEnum, SharesightDetails, SharesightDetailsMessagesEnum, SharesightDetailsService, SharesightPortfolio, SharesightPortfolioMessages, SharesightPortfolioService, SoleBusiness, SoleBusinessActivity, SoleBusinessActivityService, SoleBusinessAllocation, SoleBusinessAllocationsForm, SoleBusinessForm, SoleBusinessLoss, SoleBusinessLossCollection, SoleBusinessLossForm, SoleBusinessLossOffsetRule, SoleBusinessLossOffsetRuleService, SoleBusinessLossReport, SoleBusinessLossService, SoleBusinessMessagesEnum, SoleBusinessService, SoleContact, SoleContactForm, SoleContactService, SoleDepreciationMethod, SoleDepreciationMethodEnum, SoleDepreciationMethodForm, SoleDepreciationMethodService, SoleDetails, SoleDetailsForm, SoleDetailsResolver, SoleDetailsService, SoleForecast, SoleForecastService, SoleIncomeForm, SoleInvoice, SoleInvoiceCollection, SoleInvoiceForm, SoleInvoiceItem, SoleInvoiceItemCollection, SoleInvoiceItemForm, SoleInvoiceService, SoleInvoiceStateEnum, SoleInvoiceStatusesEnum, SoleInvoiceTaxTypeEnum, SoleInvoiceTemplate, SoleInvoiceTemplateForm, SoleInvoiceTemplateService, SoleInvoiceTemplateTaxTypeEnum, SpareDocumentSpareTypeEnum, SseService, StatesEnum, SubscriptionItemCollection, SubscriptionMessagesEnum, SubscriptionService, TAX_RETURN_CATEGORIES, TYPE_LOAN, TankTypeEnum, TaxCalculationMedicareExemptionEnum, TaxCalculationTypeEnum, TaxExemption, TaxExemptionCollection, TaxExemptionEnum, TaxExemptionMetaField, TaxExemptionMetaFieldEnum, TaxExemptionService, TaxReturn, TaxReturnCategory, TaxReturnCategoryListEnum, TaxReturnCategorySectionEnum, TaxReturnItem, TaxReturnItemEnum, TaxReturnItemService, TaxReview, TaxReviewCollection, TaxReviewFilterForm, TaxReviewFilterStatusEnum, TaxReviewHistoryService, TaxReviewMessagesEnum, TaxReviewService, TaxReviewStatusEnum, TaxSummary, TaxSummaryListEnum, TaxSummarySection, TaxSummarySectionEnum, TaxSummaryService, TaxSummaryTaxSummaryEnum, TaxSummaryTypeEnum, TicketFeedbackEnum, TicketStatusEnum, TicketTypesEnum, TimezoneEnum, Toast, ToastService, ToastTypeEnum, Transaction, TransactionAllocation, TransactionAllocationCollection, TransactionAllocationService, TransactionBase, TransactionBaseCollection, TransactionBaseFilterForm, TransactionBaseForm, TransactionCategoryEnum, TransactionCollection, TransactionForm, TransactionMetaField, TransactionOperationEnum, TransactionReportItem, TransactionReportItemCollection, TransactionService, TransactionSourceEnum, TransactionTypeEnum, USER_ROLES, USER_WORK_POSITION, UniqueEmailValidator, User, UserCollection, UserEventSetting, UserEventSettingCollection, UserEventSettingFieldEnum, UserEventSettingService, UserEventStatusEnum, UserEventType, UserEventTypeCategory, UserEventTypeClientTypeEnum, UserEventTypeCollection, UserEventTypeEmployeeTypeEnum, UserEventTypeFrequencyEnum, UserEventTypeService, UserEventTypeUserTypeEnum, UserForm, UserInviteForm, UserMedicareExemptionEnum, UserMessagesEnum, UserService, UserStatusEnum, UserSwitcherService, UserTitleEnum, UserToRegister, UserWorkDepreciationCalculationEnum, UserWorkingHolidayMakerEnum, UsersInviteService, Vehicle, VehicleClaim, VehicleClaimCollection, VehicleClaimDetails, VehicleClaimDetailsForm, VehicleClaimDetailsMethodEnum, VehicleClaimDetailsService, VehicleClaimForm, VehicleClaimService, VehicleExpense, VehicleExpenseCollection, VehicleForm, VehicleLogbook, VehicleLogbookCollection, VehicleLogbookForm, VehicleLogbookMessages, VehicleLogbookPurposeEnum, VehicleLogbookService, VehicleMessagesEnum, VehicleService, WorkExpenseForm, WorkIncomeForm, XlsxService, YoutubeService, YoutubeVideosEnum, atLeastOneCheckedValidator, atoLinks, autocompleteValidator, cloneDeep, compare, compareMatOptions, conditionalValidator, createDate, currentFinYearValidator, displayMatOptions, enumToList, fieldsSumValidator, getDocIcon, greaterThanValidator, matchSumValidator, maxDateValidator, minDateValidator, nameValidator, passwordMatchValidator, passwordValidator, replace, sort, sortDeep, toArray };
|
25829
25829
|
//# sourceMappingURL=taxtank-core.mjs.map
|