taxtank-core 0.32.15 → 0.32.17
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/esm2022/lib/collections/collection.mjs +9 -3
- package/esm2022/lib/collections/property/index.mjs +2 -1
- package/esm2022/lib/collections/property/property-category-movement.collection.mjs +12 -4
- package/esm2022/lib/collections/property/property-valuation.collection.mjs +4 -0
- package/esm2022/lib/collections/property/property.collection.mjs +31 -33
- package/esm2022/lib/db/Models/bank/bank-transaction.mjs +1 -1
- package/esm2022/lib/db/Models/firm/client-movement.mjs +3 -3
- package/esm2022/lib/db/Models/property/property.mjs +1 -1
- package/esm2022/lib/forms/budget/budget.form.mjs +1 -2
- package/esm2022/lib/forms/property/index.mjs +5 -1
- package/esm2022/lib/forms/property/property-add.form.mjs +69 -0
- package/esm2022/lib/forms/property/property-category-movement-form.mjs +21 -0
- package/esm2022/lib/forms/property/property-forecast.form.mjs +29 -0
- package/esm2022/lib/forms/property/property-share.form.mjs +16 -0
- package/esm2022/lib/forms/property/property-valuation.form.mjs +5 -3
- package/esm2022/lib/models/bank/bank-transaction.mjs +1 -2
- package/esm2022/lib/models/budget/budget.mjs +4 -6
- package/esm2022/lib/models/client/client-movement.mjs +3 -3
- package/esm2022/lib/models/depreciation/depreciation.mjs +1 -1
- package/esm2022/lib/models/endpoint/endpoints.const.mjs +10 -12
- package/esm2022/lib/models/event/app-event-type.enum.mjs +55 -57
- package/esm2022/lib/models/property/index.mjs +1 -2
- package/esm2022/lib/models/property/property-category-movement.mjs +5 -1
- package/esm2022/lib/models/property/property-valuation.mjs +1 -4
- package/esm2022/lib/models/property/property.mjs +15 -26
- package/esm2022/lib/models/transaction/transaction.mjs +1 -1
- package/esm2022/lib/services/data.service.mjs +2 -3
- package/esm2022/lib/services/event/sse.service.mjs +2 -2
- package/esm2022/lib/services/http/address/address.service.mjs +2 -2
- package/esm2022/lib/services/http/bank/bank-account/bank-account.service.mjs +8 -7
- package/esm2022/lib/services/http/bank/bank-connection/bank-connection.service.mjs +11 -20
- package/esm2022/lib/services/http/bank/bank-transaction/bank-transaction.service.mjs +11 -6
- package/esm2022/lib/services/http/bank/bank.service.mjs +1 -2
- package/esm2022/lib/services/http/bank/basiq/basiq.service.mjs +7 -7
- package/esm2022/lib/services/http/budget/budget.service.mjs +1 -2
- package/esm2022/lib/services/http/chart-accounts/chart-accounts-depreciations/chart-accounts-depreciations.service.mjs +1 -2
- package/esm2022/lib/services/http/chat/chat.service.mjs +11 -13
- package/esm2022/lib/services/http/chat/message-document.service.mjs +13 -9
- package/esm2022/lib/services/http/chat/message.service.mjs +9 -41
- package/esm2022/lib/services/http/client/capital-gain/annual-client-details.service.mjs +1 -2
- package/esm2022/lib/services/http/depreciation/depreciation.service.mjs +6 -5
- package/esm2022/lib/services/http/document/document.service.mjs +1 -2
- package/esm2022/lib/services/http/file/file.service.mjs +1 -2
- package/esm2022/lib/services/http/firm/client-income/client-income-types.service.mjs +1 -2
- package/esm2022/lib/services/http/firm/client-invite/client-invite.service.mjs +17 -31
- package/esm2022/lib/services/http/firm/client-movement/client-movement.service.mjs +21 -25
- package/esm2022/lib/services/http/firm/firm.service.mjs +2 -2
- package/esm2022/lib/services/http/firm/portfolio-report/client-portfolio-report.service.mjs +1 -1
- package/esm2022/lib/services/http/holding/holding-sale.service.mjs +1 -2
- package/esm2022/lib/services/http/holding/holding-type.service.mjs +1 -2
- package/esm2022/lib/services/http/holding/holding.service.mjs +12 -8
- package/esm2022/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.mjs +12 -7
- package/esm2022/lib/services/http/income-source/income-source.service.mjs +12 -7
- package/esm2022/lib/services/http/income-source/salary-forecast/salary-forecast.service.mjs +12 -10
- package/esm2022/lib/services/http/income-source/sole-forecast/sole-forecast.service.mjs +12 -10
- package/esm2022/lib/services/http/loan/borrowing-expense/borrowing-expense.service.mjs +1 -1
- package/esm2022/lib/services/http/loan/loan.service.mjs +14 -9
- package/esm2022/lib/services/http/property/borrowing-report/borrowing-report.service.mjs +1 -2
- package/esm2022/lib/services/http/property/property-category-movement/property-category-movement.service.mjs +6 -4
- package/esm2022/lib/services/http/property/property-document/property-document.service.mjs +2 -28
- package/esm2022/lib/services/http/property/property-share/property-share.service.mjs +12 -7
- package/esm2022/lib/services/http/property/property-valuation/property-valuation.service.mjs +5 -16
- package/esm2022/lib/services/http/property/property.service.mjs +26 -50
- package/esm2022/lib/services/http/rest/rest-old.service.mjs +13 -19
- package/esm2022/lib/services/http/rest/rest.service.mjs +53 -34
- package/esm2022/lib/services/http/service-notification/service-notification.service.mjs +16 -18
- package/esm2022/lib/services/http/setup-item/setup-item.service.mjs +1 -2
- package/esm2022/lib/services/http/sole/bas-report/bas-report.service.mjs +1 -2
- package/esm2022/lib/services/http/sole/sole-business/sole-business.service.mjs +2 -4
- package/esm2022/lib/services/http/sole/sole-business-activity/sole-business-activity.service.mjs +1 -2
- package/esm2022/lib/services/http/sole/sole-business-loss/sole-business-loss-rules/sole-business-loss-offset-rule.service.mjs +1 -2
- package/esm2022/lib/services/http/sole/sole-business-loss/sole-business-loss.service.mjs +12 -8
- package/esm2022/lib/services/http/sole/sole-contact/sole-contact.service.mjs +1 -2
- package/esm2022/lib/services/http/sole/sole-depreciation-method/sole-depreciation-method.service.mjs +7 -7
- package/esm2022/lib/services/http/sole/sole-details/sole-details.service.mjs +2 -2
- package/esm2022/lib/services/http/sole/sole-invoice/sole-invoice.service.mjs +12 -9
- package/esm2022/lib/services/http/sole/sole-invoice-template/sole-invoice-template.service.mjs +1 -2
- package/esm2022/lib/services/http/subscription/service-payment/service-payment.service.mjs +1 -2
- package/esm2022/lib/services/http/subscription/service-payment-method/service-payment-method.service.mjs +10 -27
- package/esm2022/lib/services/http/subscription/service-price/service-price.service.mjs +1 -2
- package/esm2022/lib/services/http/subscription/service-product/service-product.service.mjs +1 -2
- package/esm2022/lib/services/http/subscription/service-subscription/subscription.service.mjs +11 -28
- package/esm2022/lib/services/http/tax-review/tax-review-history/tax-review-history.service.mjs +12 -7
- package/esm2022/lib/services/http/tax-review/tax-review.service.mjs +11 -6
- package/esm2022/lib/services/http/tax-summary/tax-summary.service.mjs +3 -3
- package/esm2022/lib/services/http/transaction/transaction-allocation/allocation-rule/allocation-rule.service.mjs +1 -2
- package/esm2022/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.mjs +11 -6
- package/esm2022/lib/services/http/transaction/transaction.service.mjs +6 -7
- package/esm2022/lib/services/http/tutorial-video/tutorial-video.service.mjs +1 -1
- package/esm2022/lib/services/http/user/user-event-setting/user-event-setting.service.mjs +1 -2
- package/esm2022/lib/services/http/user/user-event-type/user-event-type.service.mjs +1 -2
- package/esm2022/lib/services/http/user/user.service.mjs +20 -17
- package/esm2022/lib/services/http/vehicle/vehicle-claim-details.service.mjs +5 -6
- package/esm2022/lib/services/http/vehicle/vehicle-claim.service.mjs +1 -1
- package/esm2022/lib/services/property/property-calculation/property-calculation.service.mjs +2 -3
- package/fesm2022/taxtank-core.mjs +748 -726
- package/fesm2022/taxtank-core.mjs.map +1 -1
- package/lib/collections/account-setup-item.collection.d.ts.map +1 -0
- package/lib/collections/allocation-group.collection.d.ts.map +1 -0
- package/lib/collections/allocation-rule.collection.d.ts.map +1 -0
- package/lib/collections/asset-sale.collection.d.ts.map +1 -0
- package/lib/collections/bank-account.collection.d.ts.map +1 -0
- package/lib/collections/bank-transaction.collection.d.ts.map +1 -0
- package/lib/collections/chart-accounts.collection.d.ts.map +1 -0
- package/lib/collections/chat/chat.collection.d.ts.map +1 -0
- package/lib/collections/chat/index.d.ts.map +1 -0
- package/lib/collections/chat/message-document.collection.d.ts.map +1 -0
- package/lib/collections/chat/message.collection.d.ts.map +1 -0
- package/lib/collections/client-invite.collection.d.ts.map +1 -0
- package/lib/collections/client-movement.collection.d.ts.map +1 -0
- package/lib/collections/client-portfolio-report.collection.d.ts.map +1 -0
- package/lib/collections/client.collection.d.ts.map +1 -0
- package/lib/collections/collection-dictionary.d.ts.map +1 -0
- package/lib/collections/collection.d.ts +2 -1
- package/lib/collections/collection.d.ts.map +1 -0
- package/lib/collections/depreciation-forecast.collection.d.ts.map +1 -0
- package/lib/collections/depreciation.collection.d.ts.map +1 -0
- package/lib/collections/employee.collection.d.ts.map +1 -0
- package/lib/collections/exportable.collection.d.ts.map +1 -0
- package/lib/collections/holding/holding-sale.collection.d.ts.map +1 -0
- package/lib/collections/holding/holding-type.collection.d.ts.map +1 -0
- package/lib/collections/holding/holding.collection.d.ts.map +1 -0
- package/lib/collections/holding/index.d.ts.map +1 -0
- package/lib/collections/income-source/income-source-forecast.collection.d.ts.map +1 -0
- package/lib/collections/income-source/income-source.collection.d.ts.map +1 -0
- package/lib/collections/income-source/index.d.ts.map +1 -0
- package/lib/collections/index.d.ts.map +1 -0
- package/lib/collections/loan/index.d.ts.map +1 -0
- package/lib/collections/loan/loan-payment.collection.d.ts.map +1 -0
- package/lib/collections/loan/loan.collection.d.ts.map +1 -0
- package/lib/collections/property/index.d.ts +1 -0
- package/lib/collections/property/index.d.ts.map +1 -0
- package/lib/collections/property/property-category-movement.collection.d.ts +5 -1
- package/lib/collections/property/property-category-movement.collection.d.ts.map +1 -0
- package/lib/collections/property/property-sale/index.d.ts.map +1 -0
- package/lib/collections/property/property-sale/property-sale-tax-exemption-meta-field.collection.d.ts.map +1 -0
- package/lib/collections/property/property-sale/property-sale.collection.d.ts.map +1 -0
- package/lib/collections/property/property-share.collection.d.ts.map +1 -0
- package/lib/collections/property/property-valuation.collection.d.ts +4 -0
- package/lib/collections/property/property-valuation.collection.d.ts.map +1 -0
- package/lib/collections/property/property.collection.d.ts +12 -16
- package/lib/collections/property/property.collection.d.ts.map +1 -0
- package/lib/collections/report/depreciation/depreciation-lvp-report-item.collection.d.ts.map +1 -0
- package/lib/collections/report/depreciation/depreciation-report-item.collection.d.ts.map +1 -0
- package/lib/collections/report/index.d.ts.map +1 -0
- package/lib/collections/report/property/property-report-item-depreciation.collection.d.ts.map +1 -0
- package/lib/collections/report/property/property-report-item-transaction.collection.d.ts.map +1 -0
- package/lib/collections/report/property/property-report-item.collection.d.ts.map +1 -0
- package/lib/collections/report/vehicle-expense/vehicle-expense.collection.d.ts.map +1 -0
- package/lib/collections/sole/index.d.ts.map +1 -0
- package/lib/collections/sole/sole-business-losses.collection.d.ts.map +1 -0
- package/lib/collections/sole/sole-invoice-item.collection.d.ts.map +1 -0
- package/lib/collections/sole/sole-invoice.collection.d.ts.map +1 -0
- package/lib/collections/subscription/index.d.ts.map +1 -0
- package/lib/collections/subscription/service-price.collection.d.ts.map +1 -0
- package/lib/collections/subscription/service-product.collection.d.ts.map +1 -0
- package/lib/collections/subscription/service-subscription.collection.d.ts.map +1 -0
- package/lib/collections/subscription/subscription-item.collection.d.ts.map +1 -0
- package/lib/collections/tax-review.collection.d.ts.map +1 -0
- package/lib/collections/tax-summary/index.d.ts.map +1 -0
- package/lib/collections/tax-summary/report-item.collection.d.ts.map +1 -0
- package/lib/collections/tax-summary/tax-return-categories.const.d.ts.map +1 -0
- package/lib/collections/transaction/index.d.ts.map +1 -0
- package/lib/collections/transaction/transaction-allocation.collection.d.ts.map +1 -0
- package/lib/collections/transaction/transaction.collection.d.ts.map +1 -0
- package/lib/collections/user-event-setting.collection.d.ts.map +1 -0
- package/lib/collections/user-event-type-collection.d.ts.map +1 -0
- package/lib/collections/vehicle/best-vehicle-logbook.collection.d.ts.map +1 -0
- package/lib/collections/vehicle/index.d.ts.map +1 -0
- package/lib/collections/vehicle/vehicle-claim.collection.d.ts.map +1 -0
- package/lib/collections/vehicle/vehicle-logbook.collection.d.ts.map +1 -0
- package/lib/db/Enums/address-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/allocation-rule-condition-comparison-operator.enum.d.ts.map +1 -0
- package/lib/db/Enums/allocation-rule-condition-field.enum.d.ts.map +1 -0
- package/lib/db/Enums/allocation-rule-condition-operator.enum.d.ts.map +1 -0
- package/lib/db/Enums/allocation-rule-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/annual-frequency.enum.d.ts.map +1 -0
- package/lib/db/Enums/bank/bank-account-status.enum.d.ts.map +1 -0
- package/lib/db/Enums/bank/bank-account-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/bank/bank-connection-status.enum.d.ts.map +1 -0
- package/lib/db/Enums/bank/bank-popular.enum.d.ts.map +1 -0
- package/lib/db/Enums/bank/bank-provider.enum.d.ts.map +1 -0
- package/lib/db/Enums/bank/bank-transaction-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/bank/index.d.ts.map +1 -0
- package/lib/db/Enums/bank/loan/index.d.ts.map +1 -0
- package/lib/db/Enums/bank/loan/loan-bank-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/bank/loan/loan-frequency.enum.d.ts.map +1 -0
- package/lib/db/Enums/bank/loan/loan-interest-type-label.enum.d.ts.map +1 -0
- package/lib/db/Enums/bank/loan/loan-interest-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/bank/loan/loan-payout-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/bank/loan/loan-repayment-frequency.enum.d.ts.map +1 -0
- package/lib/db/Enums/bank/loan/loan-repayment-type-label.enum.d.ts.map +1 -0
- package/lib/db/Enums/bank/loan/loan-repayment-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/bank/loan/loan-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/bank/loan/loan-vehicle-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/chart-accounts/chart-accounts-category.enum.d.ts.map +1 -0
- package/lib/db/Enums/chart-accounts/chart-accounts-etp.enum.d.ts.map +1 -0
- package/lib/db/Enums/chart-accounts/chart-accounts-heading-list.enum.d.ts.map +1 -0
- package/lib/db/Enums/chart-accounts/chart-accounts-heading-tax-deductible.enum.d.ts.map +1 -0
- package/lib/db/Enums/chart-accounts/chart-accounts-heading-taxable.enum.d.ts.map +1 -0
- package/lib/db/Enums/chart-accounts/chart-accounts-heading-vehicle-list.enum.d.ts.map +1 -0
- package/lib/db/Enums/chart-accounts/chart-accounts-holding-untaxed-income-list.enum.d.ts.map +1 -0
- package/lib/db/Enums/chart-accounts/chart-accounts-invoice-expense.enum.d.ts.map +1 -0
- package/lib/db/Enums/chart-accounts/chart-accounts-keep-sign.enum.d.ts.map +1 -0
- package/lib/db/Enums/chart-accounts/chart-accounts-list.enum.d.ts.map +1 -0
- package/lib/db/Enums/chart-accounts/chart-accounts-meta-field-list.enum.d.ts.map +1 -0
- package/lib/db/Enums/chart-accounts/chart-accounts-meta-field-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/chart-accounts/chart-accounts-salary-adjustments-list.enum.d.ts.map +1 -0
- package/lib/db/Enums/chart-accounts/chart-accounts-salary-included-list.enum.d.ts.map +1 -0
- package/lib/db/Enums/chart-accounts/chart-accounts-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/chart-accounts/index.d.ts.map +1 -0
- package/lib/db/Enums/chat-status.enum.d.ts.map +1 -0
- package/lib/db/Enums/client-details-medicare-exemption.enum.d.ts.map +1 -0
- package/lib/db/Enums/client-details-work-depreciation-calculation.enum.d.ts.map +1 -0
- package/lib/db/Enums/client-details-working-holiday-maker.enum.d.ts.map +1 -0
- package/lib/db/Enums/client-invite-status.enum.d.ts.map +1 -0
- package/lib/db/Enums/client-invite-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/depreciation-calculation-percent.enum.d.ts.map +1 -0
- package/lib/db/Enums/depreciation-calculation.enum.d.ts.map +1 -0
- package/lib/db/Enums/depreciation-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/depreciation-write-off-amount.enum.d.ts.map +1 -0
- package/lib/db/Enums/document-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/file-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/firm-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/holding/holding-type-category.enum.d.ts.map +1 -0
- package/lib/db/Enums/income-source/income-source-forecast-trust-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/income-source/income-source-type-list-holding.enum.d.ts.map +1 -0
- package/lib/db/Enums/income-source/income-source-type-list-other.enum.d.ts.map +1 -0
- package/lib/db/Enums/income-source/income-source-type-list-sole.enum.d.ts.map +1 -0
- package/lib/db/Enums/income-source/income-source-type-list-work.enum.d.ts.map +1 -0
- package/lib/db/Enums/income-source/income-source-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/income-source/index.d.ts.map +1 -0
- package/lib/db/Enums/index.d.ts.map +1 -0
- package/lib/db/Enums/invite-status.enum.d.ts.map +1 -0
- package/lib/db/Enums/phone-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/property/property-category-list.enum.d.ts.map +1 -0
- package/lib/db/Enums/property/property-depreciation-calculation.enum.d.ts.map +1 -0
- package/lib/db/Enums/property/property-sale/tax-exemption-meta-field.enum.d.ts.map +1 -0
- package/lib/db/Enums/property/property-sale/tax-exemption.enum.d.ts.map +1 -0
- package/lib/db/Enums/property/property-share-access.enum.d.ts.map +1 -0
- package/lib/db/Enums/property/property-share-status.enum.d.ts.map +1 -0
- package/lib/db/Enums/registration-invite-status.enum.d.ts.map +1 -0
- package/lib/db/Enums/salary-forecast-frequency.enum.d.ts.map +1 -0
- package/lib/db/Enums/service-notification-status.enum.d.ts.map +1 -0
- package/lib/db/Enums/service-notification-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/setup-item-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/sole-depreciation-method.enum.d.ts.map +1 -0
- package/lib/db/Enums/sole-invoice-statuses.enum.d.ts.map +1 -0
- package/lib/db/Enums/sole-invoice-tax-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/sole-invoice-template-tax-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/spare-document-spare-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/subscription/service-payment-method-card-brand.enum.d.ts.map +1 -0
- package/lib/db/Enums/subscription/service-payment-method-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/subscription/service-payment-status.enum.d.ts.map +1 -0
- package/lib/db/Enums/subscription/service-price-recurring-interval.enum.d.ts.map +1 -0
- package/lib/db/Enums/subscription/service-price-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/subscription/service-product-id.enum.d.ts.map +1 -0
- package/lib/db/Enums/subscription/service-product-status.enum.d.ts.map +1 -0
- package/lib/db/Enums/subscription/service-subscription-status.enum.d.ts.map +1 -0
- package/lib/db/Enums/tank-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/tax-calculation-medicare-exemption.enum.d.ts.map +1 -0
- package/lib/db/Enums/tax-calculation-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/tax-return/index.d.ts.map +1 -0
- package/lib/db/Enums/tax-return/tax-return-category-list.enum.d.ts.map +1 -0
- package/lib/db/Enums/tax-return/tax-return-category-section.enum.d.ts.map +1 -0
- package/lib/db/Enums/tax-return/tax-return-item.enum.d.ts.map +1 -0
- package/lib/db/Enums/tax-review-status.enum.d.ts.map +1 -0
- package/lib/db/Enums/tax-summary-list.enum.d.ts.map +1 -0
- package/lib/db/Enums/tax-summary-section.enum.d.ts.map +1 -0
- package/lib/db/Enums/tax-summary-tax-summary.enum.d.ts.map +1 -0
- package/lib/db/Enums/ticket-feedback.enum.d.ts.map +1 -0
- package/lib/db/Enums/ticket-status.enum.d.ts.map +1 -0
- package/lib/db/Enums/ticket-types.enum.d.ts.map +1 -0
- package/lib/db/Enums/transaction-operation.enum.d.ts.map +1 -0
- package/lib/db/Enums/transaction-source.enum.d.ts.map +1 -0
- package/lib/db/Enums/transaction-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/user-event-status.enum.d.ts.map +1 -0
- package/lib/db/Enums/user-event-type-client-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/user-event-type-employee-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/user-event-type-frequency.enum.d.ts.map +1 -0
- package/lib/db/Enums/user-event-type-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/user-event-type-user-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/user-medicare-exemption.enum.d.ts.map +1 -0
- package/lib/db/Enums/user-roles.enum.d.ts.map +1 -0
- package/lib/db/Enums/user-status.enum.d.ts.map +1 -0
- package/lib/db/Enums/user-title.enum.d.ts.map +1 -0
- package/lib/db/Enums/user-work-depreciation-calculation.enum.d.ts.map +1 -0
- package/lib/db/Enums/user-working-holiday-maker.enum.d.ts.map +1 -0
- package/lib/db/Enums/vehicle-claim-details-method.enum.d.ts.map +1 -0
- package/lib/db/Enums/vehicle-logbook-purpose.enum.d.ts.map +1 -0
- package/lib/db/Models/abstract-model.d.ts.map +1 -0
- package/lib/db/Models/address.d.ts.map +1 -0
- package/lib/db/Models/bank/bank-account-balance.d.ts.map +1 -0
- package/lib/db/Models/bank/bank-account-property.d.ts.map +1 -0
- package/lib/db/Models/bank/bank-account.d.ts.map +1 -0
- package/lib/db/Models/bank/bank-connection.d.ts.map +1 -0
- package/lib/db/Models/bank/bank-transaction-import.d.ts.map +1 -0
- package/lib/db/Models/bank/bank-transaction.d.ts +1 -1
- package/lib/db/Models/bank/bank-transaction.d.ts.map +1 -0
- package/lib/db/Models/bank/bank.d.ts.map +1 -0
- package/lib/db/Models/bank/basiq-job-step.enum.d.ts.map +1 -0
- package/lib/db/Models/bank/basiq-job.d.ts.map +1 -0
- package/lib/db/Models/budget/budget-rule.d.ts.map +1 -0
- package/lib/db/Models/budget/budget.d.ts.map +1 -0
- package/lib/db/Models/budget/index.d.ts.map +1 -0
- package/lib/db/Models/chart-accounts/chart-accounts-depreciation.d.ts.map +1 -0
- package/lib/db/Models/chart-accounts/chart-accounts-heading.d.ts.map +1 -0
- package/lib/db/Models/chart-accounts/chart-accounts-meta-field.d.ts.map +1 -0
- package/lib/db/Models/chart-accounts/chart-accounts-value.d.ts.map +1 -0
- package/lib/db/Models/chart-accounts/chart-accounts.d.ts.map +1 -0
- package/lib/db/Models/client/annual-client-details.d.ts.map +1 -0
- package/lib/db/Models/client/client-details.d.ts.map +1 -0
- package/lib/db/Models/client/client-income-types.d.ts.map +1 -0
- package/lib/db/Models/client/index.d.ts.map +1 -0
- package/lib/db/Models/client/occupation.d.ts.map +1 -0
- package/lib/db/Models/country.d.ts.map +1 -0
- package/lib/db/Models/depreciation/depreciation-capital-project.d.ts.map +1 -0
- package/lib/db/Models/depreciation/depreciation-forecast.d.ts.map +1 -0
- package/lib/db/Models/depreciation/depreciation.d.ts.map +1 -0
- package/lib/db/Models/document/document-base.d.ts.map +1 -0
- package/lib/db/Models/document/document-folder.d.ts.map +1 -0
- package/lib/db/Models/document/document.d.ts.map +1 -0
- package/lib/db/Models/document/property-document.d.ts.map +1 -0
- package/lib/db/Models/file.d.ts.map +1 -0
- package/lib/db/Models/firm/accountant/tax-review.d.ts.map +1 -0
- package/lib/db/Models/firm/accountant/ticket.d.ts.map +1 -0
- package/lib/db/Models/firm/chat.d.ts.map +1 -0
- package/lib/db/Models/firm/client-invite.d.ts.map +1 -0
- package/lib/db/Models/firm/client-movement.d.ts +2 -2
- package/lib/db/Models/firm/client-movement.d.ts.map +1 -0
- package/lib/db/Models/firm/employee-invite.d.ts.map +1 -0
- package/lib/db/Models/firm/firm-invite.d.ts.map +1 -0
- package/lib/db/Models/firm/firm.d.ts.map +1 -0
- package/lib/db/Models/firm/message-document.d.ts.map +1 -0
- package/lib/db/Models/firm/message.d.ts.map +1 -0
- package/lib/db/Models/holding/holding-sale.d.ts.map +1 -0
- package/lib/db/Models/holding/holding-type-exchange.d.ts.map +1 -0
- package/lib/db/Models/holding/holding-type.d.ts.map +1 -0
- package/lib/db/Models/holding/holding.d.ts.map +1 -0
- package/lib/db/Models/holding/index.d.ts.map +1 -0
- package/lib/db/Models/incomeSource/income-source-forecast.d.ts.map +1 -0
- package/lib/db/Models/incomeSource/income-source-type.d.ts.map +1 -0
- package/lib/db/Models/incomeSource/income-source.d.ts.map +1 -0
- package/lib/db/Models/incomeSource/salary-forecast.d.ts.map +1 -0
- package/lib/db/Models/index.d.ts.map +1 -0
- package/lib/db/Models/loan/borrowing-expense-loan.d.ts.map +1 -0
- package/lib/db/Models/loan/borrowing-expense.d.ts.map +1 -0
- package/lib/db/Models/loan/loan-payout.d.ts.map +1 -0
- package/lib/db/Models/loan/loan.d.ts.map +1 -0
- package/lib/db/Models/observable-model.d.ts.map +1 -0
- package/lib/db/Models/phone.d.ts.map +1 -0
- package/lib/db/Models/property/borrowing-report.d.ts.map +1 -0
- package/lib/db/Models/property/property-category-movement.d.ts.map +1 -0
- package/lib/db/Models/property/property-category.d.ts.map +1 -0
- package/lib/db/Models/property/property-forecast.d.ts.map +1 -0
- package/lib/db/Models/property/property-sale/property-sale-tax-exemption-meta-field.d.ts.map +1 -0
- package/lib/db/Models/property/property-sale/property-sale.d.ts.map +1 -0
- package/lib/db/Models/property/property-sale/tax-exemption-meta-field.d.ts.map +1 -0
- package/lib/db/Models/property/property-sale/tax-exemption.d.ts.map +1 -0
- package/lib/db/Models/property/property-share.d.ts.map +1 -0
- package/lib/db/Models/property/property-subscription.d.ts.map +1 -0
- package/lib/db/Models/property/property-valuation.d.ts.map +1 -0
- package/lib/db/Models/property/property.d.ts +1 -0
- package/lib/db/Models/property/property.d.ts.map +1 -0
- package/lib/db/Models/service-notification.d.ts.map +1 -0
- package/lib/db/Models/setup-item.d.ts.map +1 -0
- package/lib/db/Models/sole/bas-report.d.ts.map +1 -0
- package/lib/db/Models/sole/sole-business-activity.d.ts.map +1 -0
- package/lib/db/Models/sole/sole-business-allocation.d.ts.map +1 -0
- package/lib/db/Models/sole/sole-business-loss-offset-rule.d.ts.map +1 -0
- package/lib/db/Models/sole/sole-business-loss.d.ts.map +1 -0
- package/lib/db/Models/sole/sole-business.d.ts.map +1 -0
- package/lib/db/Models/sole/sole-contact.d.ts.map +1 -0
- package/lib/db/Models/sole/sole-depreciation-method.d.ts.map +1 -0
- package/lib/db/Models/sole/sole-details.d.ts.map +1 -0
- package/lib/db/Models/sole/sole-forecast.d.ts.map +1 -0
- package/lib/db/Models/sole/sole-invoice-item.d.ts.map +1 -0
- package/lib/db/Models/sole/sole-invoice-template.d.ts.map +1 -0
- package/lib/db/Models/sole/sole-invoice.d.ts.map +1 -0
- package/lib/db/Models/spare/spare-document-category.d.ts.map +1 -0
- package/lib/db/Models/spare/spare-document.d.ts.map +1 -0
- package/lib/db/Models/subscription/service-payment-method.d.ts.map +1 -0
- package/lib/db/Models/subscription/service-payment.d.ts.map +1 -0
- package/lib/db/Models/subscription/service-price.d.ts.map +1 -0
- package/lib/db/Models/subscription/service-product.d.ts.map +1 -0
- package/lib/db/Models/subscription/service-subscription-item.d.ts.map +1 -0
- package/lib/db/Models/subscription/service-subscription.d.ts.map +1 -0
- package/lib/db/Models/tax-calculation.d.ts.map +1 -0
- package/lib/db/Models/tax-return/index.d.ts.map +1 -0
- package/lib/db/Models/tax-return/tax-return-category.d.ts.map +1 -0
- package/lib/db/Models/tax-return/tax-return-item.d.ts.map +1 -0
- package/lib/db/Models/tax-return/tax-return.d.ts.map +1 -0
- package/lib/db/Models/transaction/allocation-rule-condition.d.ts.map +1 -0
- package/lib/db/Models/transaction/allocation-rule-transaction-meta-field.d.ts.map +1 -0
- package/lib/db/Models/transaction/allocation-rule-transaction.d.ts.map +1 -0
- package/lib/db/Models/transaction/allocation-rule.d.ts.map +1 -0
- package/lib/db/Models/transaction/transaction-allocation.d.ts.map +1 -0
- package/lib/db/Models/transaction/transaction-base.d.ts.map +1 -0
- package/lib/db/Models/transaction/transaction-meta-field.d.ts.map +1 -0
- package/lib/db/Models/transaction/transaction.d.ts.map +1 -0
- package/lib/db/Models/user/employee-details.d.ts.map +1 -0
- package/lib/db/Models/user/registration-invite.d.ts.map +1 -0
- package/lib/db/Models/user/user-event-setting.d.ts.map +1 -0
- package/lib/db/Models/user/user-event-type-category.d.ts.map +1 -0
- package/lib/db/Models/user/user-event-type.d.ts.map +1 -0
- package/lib/db/Models/user/user-event.d.ts.map +1 -0
- package/lib/db/Models/user/user.d.ts.map +1 -0
- package/lib/db/Models/vehicle/vehicle-claim-details.d.ts.map +1 -0
- package/lib/db/Models/vehicle/vehicle-claim.d.ts.map +1 -0
- package/lib/db/Models/vehicle/vehicle-logbook.d.ts.map +1 -0
- package/lib/db/Models/vehicle/vehicle.d.ts.map +1 -0
- package/lib/db-static/chart-accounts/chart-accounts-values.d.ts.map +1 -0
- package/lib/forms/abstract.form.d.ts.map +1 -0
- package/lib/forms/address/address.form.d.ts.map +1 -0
- package/lib/forms/address/index.d.ts.map +1 -0
- package/lib/forms/bank/bank-account/bank-account-add-manual.form.d.ts.map +1 -0
- package/lib/forms/bank/bank-account/bank-account-allocation.form.d.ts.map +1 -0
- package/lib/forms/bank/bank-account/bank-account-import.form.d.ts.map +1 -0
- package/lib/forms/bank/bank-account/bank-account-properties.form.d.ts.map +1 -0
- package/lib/forms/bank/bank-account/bank-accounts-import.form.d.ts.map +1 -0
- package/lib/forms/budget/budget.form.d.ts +0 -1
- package/lib/forms/budget/budget.form.d.ts.map +1 -0
- package/lib/forms/budget/index.d.ts.map +1 -0
- package/lib/forms/client/annual-client-details.form.d.ts.map +1 -0
- package/lib/forms/client/client-income-types.form.d.ts.map +1 -0
- package/lib/forms/client/index.d.ts.map +1 -0
- package/lib/forms/depreciation/depreciation.form.d.ts.map +1 -0
- package/lib/forms/depreciation/index.d.ts.map +1 -0
- package/lib/forms/document-folder/document-folder.form.d.ts.map +1 -0
- package/lib/forms/document-folder/document.form.d.ts.map +1 -0
- package/lib/forms/document-folder/index.d.ts.map +1 -0
- package/lib/forms/firm/firm.form.d.ts.map +1 -0
- package/lib/forms/firm/index.d.ts.map +1 -0
- package/lib/forms/form-validations.enum.d.ts.map +1 -0
- package/lib/forms/holding/holding-reinvest.form.d.ts.map +1 -0
- package/lib/forms/holding/holding-sale.form.d.ts.map +1 -0
- package/lib/forms/holding/holding-type.form.d.ts.map +1 -0
- package/lib/forms/holding/holding.form.d.ts.map +1 -0
- package/lib/forms/holding/index.d.ts.map +1 -0
- package/lib/forms/index.d.ts.map +1 -0
- package/lib/forms/loan/index.d.ts.map +1 -0
- package/lib/forms/loan/loan.form.d.ts.map +1 -0
- package/lib/forms/login/login.form.d.ts.map +1 -0
- package/lib/forms/phone/index.d.ts.map +1 -0
- package/lib/forms/phone/phone.form.d.ts.map +1 -0
- package/lib/forms/property/borrowing-report.form.d.ts.map +1 -0
- package/lib/forms/property/index.d.ts +4 -0
- package/lib/forms/property/index.d.ts.map +1 -0
- package/lib/forms/property/property-add.form.d.ts +16 -0
- package/lib/forms/property/property-add.form.d.ts.map +1 -0
- package/lib/forms/property/property-category-movement-form.d.ts +6 -0
- package/lib/forms/property/property-category-movement-form.d.ts.map +1 -0
- package/lib/forms/property/property-document.form.d.ts.map +1 -0
- package/lib/forms/property/property-edit.form.d.ts.map +1 -0
- package/lib/forms/property/property-forecast.form.d.ts +13 -0
- package/lib/forms/property/property-forecast.form.d.ts.map +1 -0
- package/lib/forms/property/property-sale/index.d.ts.map +1 -0
- package/lib/forms/property/property-sale/property-sale-cost-base.form.d.ts.map +1 -0
- package/lib/forms/property/property-sale/property-sale-cost-sale.form.d.ts.map +1 -0
- package/lib/forms/property/property-sale/property-sale-exemptions.form.d.ts.map +1 -0
- package/lib/forms/property/property-share.form.d.ts +8 -0
- package/lib/forms/property/property-share.form.d.ts.map +1 -0
- package/lib/forms/property/property-valuation.form.d.ts +1 -1
- package/lib/forms/property/property-valuation.form.d.ts.map +1 -0
- package/lib/forms/register/register-client.form.d.ts.map +1 -0
- package/lib/forms/register/register-firm.form.d.ts.map +1 -0
- package/lib/forms/report/my-tax/index.d.ts.map +1 -0
- package/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-details/my-tax-business-details.form.d.ts.map +1 -0
- package/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-income/my-tax-business-income.form.d.ts.map +1 -0
- package/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-income-or-losses.form.d.ts.map +1 -0
- package/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-losses/my-tax-business-losses.form.d.ts.map +1 -0
- package/lib/forms/report/my-tax/my-tax-cgt.form.d.ts.map +1 -0
- package/lib/forms/report/my-tax/my-tax-deductions.form.d.ts.map +1 -0
- package/lib/forms/report/my-tax/my-tax-dividends.form.d.ts.map +1 -0
- package/lib/forms/report/my-tax/my-tax-income-statements.form.d.ts.map +1 -0
- package/lib/forms/report/my-tax/my-tax-income-tests.form.d.ts.map +1 -0
- package/lib/forms/report/my-tax/my-tax-interest.form.d.ts.map +1 -0
- package/lib/forms/report/my-tax/my-tax-losses.form.d.ts.map +1 -0
- package/lib/forms/report/my-tax/my-tax-medicare.form.d.ts.map +1 -0
- package/lib/forms/report/my-tax/my-tax-offsets.form.d.ts.map +1 -0
- package/lib/forms/report/my-tax/my-tax-other-income.form.d.ts.map +1 -0
- package/lib/forms/report/my-tax/my-tax-partnerships-and-trusts.form.d.ts.map +1 -0
- package/lib/forms/report/my-tax/my-tax-rent.form.d.ts.map +1 -0
- package/lib/forms/sole/bas-report.form.d.ts.map +1 -0
- package/lib/forms/sole/index.d.ts.map +1 -0
- package/lib/forms/sole/sole-business-allocations.form.d.ts.map +1 -0
- package/lib/forms/sole/sole-business-loss.form.d.ts.map +1 -0
- package/lib/forms/sole/sole-business.form.d.ts.map +1 -0
- package/lib/forms/sole/sole-contact.form.d.ts.map +1 -0
- package/lib/forms/sole/sole-depreciation-method.form.d.ts.map +1 -0
- package/lib/forms/sole/sole-details.form.d.ts.map +1 -0
- package/lib/forms/sole/sole-invoice-item.form.d.ts.map +1 -0
- package/lib/forms/sole/sole-invoice-template.form.d.ts.map +1 -0
- package/lib/forms/sole/sole-invoice.form.d.ts.map +1 -0
- package/lib/forms/transaction/allocation-rule-condition.form.d.ts.map +1 -0
- package/lib/forms/transaction/allocation-rule-transaction-meta-field.form.d.ts.map +1 -0
- package/lib/forms/transaction/allocation-rule-transaction.form.d.ts.map +1 -0
- package/lib/forms/transaction/allocation-rule.form.d.ts.map +1 -0
- package/lib/forms/transaction/holding/holding-income.form.d.ts.map +1 -0
- package/lib/forms/transaction/index.d.ts.map +1 -0
- package/lib/forms/transaction/messages.enum.d.ts.map +1 -0
- package/lib/forms/transaction/sole/sole-income.form.d.ts.map +1 -0
- package/lib/forms/transaction/sole/sole-transaction.form.d.ts.map +1 -0
- package/lib/forms/transaction/transaction-base.form.d.ts.map +1 -0
- package/lib/forms/transaction/transaction.form.d.ts.map +1 -0
- package/lib/forms/transaction/work/work-expense.form.d.ts.map +1 -0
- package/lib/forms/transaction/work/work-income.form.d.ts.map +1 -0
- package/lib/forms/transaction/work/work-transaction.form.d.ts.map +1 -0
- package/lib/forms/user/client-details.form.d.ts.map +1 -0
- package/lib/forms/user/index.d.ts.map +1 -0
- package/lib/forms/user/password.form.d.ts.map +1 -0
- package/lib/forms/user/reset-password.form.d.ts.map +1 -0
- package/lib/forms/user/user-invite.form.d.ts.map +1 -0
- package/lib/forms/user/user.form.d.ts.map +1 -0
- package/lib/forms/vehicle/index.d.ts.map +1 -0
- package/lib/forms/vehicle/vehicle-claim-details.form.d.ts.map +1 -0
- package/lib/forms/vehicle/vehicle-claim.form.d.ts.map +1 -0
- package/lib/forms/vehicle/vehicle-logbook.form.d.ts.map +1 -0
- package/lib/forms/vehicle/vehicle.form.d.ts.map +1 -0
- package/lib/functions/array/index.d.ts.map +1 -0
- package/lib/functions/array/replace.d.ts.map +1 -0
- package/lib/functions/array/sort-deep.d.ts.map +1 -0
- package/lib/functions/array/sort.d.ts.map +1 -0
- package/lib/functions/array/to-array.d.ts.map +1 -0
- package/lib/functions/clone-deep.d.ts.map +1 -0
- package/lib/functions/create-date.d.ts.map +1 -0
- package/lib/functions/enum-to-list.d.ts.map +1 -0
- package/lib/functions/get-doc-icon.d.ts.map +1 -0
- package/lib/functions/mat-options-functions.d.ts.map +1 -0
- package/lib/functions/mat-sort-options.d.ts.map +1 -0
- package/lib/functions/tax-review-filter-predicate.d.ts.map +1 -0
- package/lib/interceptors/basiq-client-id.interceptor.d.ts.map +1 -0
- package/lib/interceptors/basiq-token.interceptor.d.ts.map +1 -0
- package/lib/interceptors/corelogic-interceptor.d.ts.map +1 -0
- package/lib/interceptors/financial-year-interceptor.d.ts.map +1 -0
- package/lib/interceptors/interceptors.module.d.ts.map +1 -0
- package/lib/interceptors/jwt-interceptor.d.ts.map +1 -0
- package/lib/interceptors/preloader.interceptor.d.ts.map +1 -0
- package/lib/interceptors/user-switcher-interceptor.d.ts.map +1 -0
- package/lib/interfaces/asset-entity-type.enum.d.ts.map +1 -0
- package/lib/interfaces/asset-type.enum.d.ts.map +1 -0
- package/lib/interfaces/asset.interface.d.ts.map +1 -0
- package/lib/interfaces/auth-tokens.interface.d.ts.map +1 -0
- package/lib/interfaces/chart-data.interface.d.ts.map +1 -0
- package/lib/interfaces/chart-serie.interface.d.ts.map +1 -0
- package/lib/interfaces/document.interface.d.ts.map +1 -0
- package/lib/interfaces/documentable.interface.d.ts.map +1 -0
- package/lib/interfaces/event-listener.interface.d.ts.map +1 -0
- package/lib/interfaces/expense.interface.d.ts.map +1 -0
- package/lib/interfaces/income-source-forecast.interface.d.ts.map +1 -0
- package/lib/interfaces/index.d.ts.map +1 -0
- package/lib/interfaces/mp-trackable.interface.d.ts.map +1 -0
- package/lib/interfaces/option.interface.d.ts.map +1 -0
- package/lib/interfaces/tank.interface.d.ts.map +1 -0
- package/lib/interfaces/updatable.interface.d.ts.map +1 -0
- package/lib/messages/index.d.ts.map +1 -0
- package/lib/messages/messages.enum.d.ts.map +1 -0
- package/lib/models/account-setup/account-setup-item.d.ts.map +1 -0
- package/lib/models/account-setup/account-setup-items.enum.d.ts.map +1 -0
- package/lib/models/address/address.d.ts.map +1 -0
- package/lib/models/address/country.d.ts.map +1 -0
- package/lib/models/address/index.d.ts.map +1 -0
- package/lib/models/address/states.enum.d.ts.map +1 -0
- package/lib/models/asset-sale.d.ts.map +1 -0
- package/lib/models/badge/badge-color.enum.d.ts.map +1 -0
- package/lib/models/badge/badge.d.ts.map +1 -0
- package/lib/models/bank/allocation-group.d.ts.map +1 -0
- package/lib/models/bank/bank-account-chart-data.d.ts.map +1 -0
- package/lib/models/bank/bank-account-property.d.ts.map +1 -0
- package/lib/models/bank/bank-account-types.const.d.ts.map +1 -0
- package/lib/models/bank/bank-account.d.ts.map +1 -0
- package/lib/models/bank/bank-connection.d.ts.map +1 -0
- package/lib/models/bank/bank-external-stats.d.ts.map +1 -0
- package/lib/models/bank/bank-transaction-chart-data.d.ts.map +1 -0
- package/lib/models/bank/bank-transaction-summary-fields.enum.d.ts.map +1 -0
- package/lib/models/bank/bank-transaction.d.ts +0 -1
- package/lib/models/bank/bank-transaction.d.ts.map +1 -0
- package/lib/models/bank/bank.d.ts.map +1 -0
- package/lib/models/bank/basiq/basiq-config.d.ts.map +1 -0
- package/lib/models/bank/basiq/basiq-connection-data.interface.d.ts.map +1 -0
- package/lib/models/bank/basiq/basiq-connections-response.interface.d.ts.map +1 -0
- package/lib/models/bank/basiq/basiq-job-response.d.ts.map +1 -0
- package/lib/models/bank/basiq/basiq-job-step.d.ts.map +1 -0
- package/lib/models/bank/basiq/basiq-job.d.ts.map +1 -0
- package/lib/models/bank/basiq/basiq-token-response.interface.d.ts.map +1 -0
- package/lib/models/bank/basiq/basiq-token.d.ts.map +1 -0
- package/lib/models/bank/basiq/index.d.ts.map +1 -0
- package/lib/models/bank/index.d.ts.map +1 -0
- package/lib/models/bank/type-loan.const.d.ts.map +1 -0
- package/lib/models/borrowing-expense/borrowing-expense-loan.d.ts.map +1 -0
- package/lib/models/borrowing-expense/borrowing-expense.d.ts.map +1 -0
- package/lib/models/borrowing-expense/index.d.ts.map +1 -0
- package/lib/models/budget/budget-rule.d.ts.map +1 -0
- package/lib/models/budget/budget.d.ts.map +1 -0
- package/lib/models/budget/index.d.ts.map +1 -0
- package/lib/models/chart/chart-data.d.ts.map +1 -0
- package/lib/models/chart/chart-serie.d.ts.map +1 -0
- package/lib/models/chart-accounts/chart-accounts-categories.const.d.ts.map +1 -0
- package/lib/models/chart-accounts/chart-accounts-category.e-collection.d.ts.map +1 -0
- package/lib/models/chart-accounts/chart-accounts-depreciation.d.ts.map +1 -0
- package/lib/models/chart-accounts/chart-accounts-heading.d.ts.map +1 -0
- package/lib/models/chart-accounts/chart-accounts-meta-field.d.ts.map +1 -0
- package/lib/models/chart-accounts/chart-accounts-tax-labels.enum.d.ts.map +1 -0
- package/lib/models/chart-accounts/chart-accounts-value.d.ts.map +1 -0
- package/lib/models/chart-accounts/chart-accounts.d.ts.map +1 -0
- package/lib/models/chart-accounts/index.d.ts.map +1 -0
- package/lib/models/chat/chat-view-type.enum.d.ts.map +1 -0
- package/lib/models/chat/chat.d.ts.map +1 -0
- package/lib/models/chat/index.d.ts.map +1 -0
- package/lib/models/chat/message-document.d.ts.map +1 -0
- package/lib/models/chat/message.d.ts.map +1 -0
- package/lib/models/client/annual-client-details.d.ts.map +1 -0
- package/lib/models/client/client-details.d.ts.map +1 -0
- package/lib/models/client/client-income-types.d.ts.map +1 -0
- package/lib/models/client/client-invite.d.ts.map +1 -0
- package/lib/models/client/client-movement.d.ts +2 -2
- package/lib/models/client/client-movement.d.ts.map +1 -0
- package/lib/models/client/client-portfolio-chart-data.d.ts.map +1 -0
- package/lib/models/client/client-portfolio-report.d.ts.map +1 -0
- package/lib/models/client/index.d.ts.map +1 -0
- package/lib/models/color/alphabet-colors.enum.d.ts.map +1 -0
- package/lib/models/depreciation/depreciation-capital-project.d.ts.map +1 -0
- package/lib/models/depreciation/depreciation-forecast.d.ts.map +1 -0
- package/lib/models/depreciation/depreciation-group-item.d.ts.map +1 -0
- package/lib/models/depreciation/depreciation-group.d.ts.map +1 -0
- package/lib/models/depreciation/depreciation-group.enum.d.ts.map +1 -0
- package/lib/models/depreciation/depreciation-groups.const.d.ts.map +1 -0
- package/lib/models/depreciation/depreciation-lvp-rate.enum.d.ts.map +1 -0
- package/lib/models/depreciation/depreciation.d.ts.map +1 -0
- package/lib/models/depreciation/index.d.ts.map +1 -0
- package/lib/models/dictionary/dictionary.d.ts.map +1 -0
- package/lib/models/dictionary/index.d.ts.map +1 -0
- package/lib/models/document/document-api-url-prefix.enum.d.ts.map +1 -0
- package/lib/models/document/document-file-types.const.d.ts.map +1 -0
- package/lib/models/document/document-folder.d.ts.map +1 -0
- package/lib/models/document/document.d.ts.map +1 -0
- package/lib/models/document/index.d.ts.map +1 -0
- package/lib/models/employee/employee-details.d.ts.map +1 -0
- package/lib/models/employee/employee-invite.d.ts.map +1 -0
- package/lib/models/endpoint/endpoint.d.ts.map +1 -0
- package/lib/models/endpoint/endpoints.const.d.ts.map +1 -0
- package/lib/models/event/app-event-type.enum.d.ts +54 -56
- package/lib/models/event/app-event-type.enum.d.ts.map +1 -0
- package/lib/models/event/app-event.d.ts.map +1 -0
- package/lib/models/event/index.d.ts.map +1 -0
- package/lib/models/export/export-cell-type.enum.d.ts.map +1 -0
- package/lib/models/export/export-cell.d.ts.map +1 -0
- package/lib/models/export/export-data-table.d.ts.map +1 -0
- package/lib/models/export/export-format.enum.d.ts.map +1 -0
- package/lib/models/file/file.d.ts.map +1 -0
- package/lib/models/file/icons-file.enum.d.ts.map +1 -0
- package/lib/models/file/index.d.ts.map +1 -0
- package/lib/models/financial-year/financial-year.d.ts.map +1 -0
- package/lib/models/financial-year/index.d.ts.map +1 -0
- package/lib/models/financial-year/month-name-short.enum.d.ts.map +1 -0
- package/lib/models/financial-year/month-number.enum.d.ts.map +1 -0
- package/lib/models/financial-year/months.const.d.ts.map +1 -0
- package/lib/models/firm/firm.d.ts.map +1 -0
- package/lib/models/holding/holding-reinvest.d.ts.map +1 -0
- package/lib/models/holding/holding-sale.d.ts.map +1 -0
- package/lib/models/holding/holding-type-exchange.d.ts.map +1 -0
- package/lib/models/holding/holding-type.d.ts.map +1 -0
- package/lib/models/holding/holding.d.ts.map +1 -0
- package/lib/models/holding/index.d.ts.map +1 -0
- package/lib/models/income-position/income-position.d.ts.map +1 -0
- package/lib/models/income-source/income-source-chart-data.d.ts.map +1 -0
- package/lib/models/income-source/income-source-forecast.d.ts.map +1 -0
- package/lib/models/income-source/income-source-type.d.ts.map +1 -0
- package/lib/models/income-source/income-source.d.ts.map +1 -0
- package/lib/models/income-source/index.d.ts.map +1 -0
- package/lib/models/income-source/salary-forecast.d.ts.map +1 -0
- package/lib/models/income-source/sole-forecast.d.ts.map +1 -0
- package/lib/models/index.d.ts.map +1 -0
- package/lib/models/loan/index.d.ts.map +1 -0
- package/lib/models/loan/loan-max-number-of-payments.enum.d.ts.map +1 -0
- package/lib/models/loan/loan-payment.d.ts.map +1 -0
- package/lib/models/loan/loan-payout.d.ts.map +1 -0
- package/lib/models/loan/loan.d.ts.map +1 -0
- package/lib/models/notification/index.d.ts.map +1 -0
- package/lib/models/notification/notification.d.ts.map +1 -0
- package/lib/models/pdf/pdf-orientation.enum.d.ts.map +1 -0
- package/lib/models/pdf/pdf-settings.d.ts.map +1 -0
- package/lib/models/phone/phone.d.ts.map +1 -0
- package/lib/models/property/borrowing-report.d.ts.map +1 -0
- package/lib/models/property/calculation-form-item.d.ts.map +1 -0
- package/lib/models/property/calculation-form-type.enum.d.ts.map +1 -0
- package/lib/models/property/capital-costs-itmes.const.d.ts.map +1 -0
- package/lib/models/property/corelogic-suggestion.d.ts.map +1 -0
- package/lib/models/property/index.d.ts +0 -1
- package/lib/models/property/index.d.ts.map +1 -0
- package/lib/models/property/property-category-movement.d.ts +1 -0
- package/lib/models/property/property-category-movement.d.ts.map +1 -0
- package/lib/models/property/property-category.d.ts.map +1 -0
- package/lib/models/property/property-document.d.ts.map +1 -0
- package/lib/models/property/property-equity-chart-data.d.ts.map +1 -0
- package/lib/models/property/property-equity-chart-item.d.ts.map +1 -0
- package/lib/models/property/property-equity-chart-type.enum.d.ts.map +1 -0
- package/lib/models/property/property-forecast.d.ts.map +1 -0
- package/lib/models/property/property-sale/index.d.ts.map +1 -0
- package/lib/models/property/property-sale/property-sale-cost-base.d.ts.map +1 -0
- package/lib/models/property/property-sale/property-sale-tax-exemption-meta-field.d.ts.map +1 -0
- package/lib/models/property/property-sale/property-sale.d.ts.map +1 -0
- package/lib/models/property/property-sale/tax-exemption-meta-field.d.ts.map +1 -0
- package/lib/models/property/property-sale/tax-exemption.d.ts.map +1 -0
- package/lib/models/property/property-share.d.ts.map +1 -0
- package/lib/models/property/property-subscription.d.ts.map +1 -0
- package/lib/models/property/property-valuation.d.ts +0 -1
- package/lib/models/property/property-valuation.d.ts.map +1 -0
- package/lib/models/property/property.d.ts +5 -7
- package/lib/models/property/property.d.ts.map +1 -0
- package/lib/models/registration-invite/registration-invite.d.ts.map +1 -0
- package/lib/models/report/depreciation/depreciation-lvp-asset-type.enum.d.ts.map +1 -0
- package/lib/models/report/depreciation/depreciation-lvp-report-item.d.ts.map +1 -0
- package/lib/models/report/depreciation/depreciation-report-item.d.ts.map +1 -0
- package/lib/models/report/depreciation/index.d.ts.map +1 -0
- package/lib/models/report/index.d.ts.map +1 -0
- package/lib/models/report/my-tax/ato-links.d.ts.map +1 -0
- package/lib/models/report/my-tax/index.d.ts.map +1 -0
- package/lib/models/report/my-tax/my-tax-business-income-or-losses/business-income-or-losses-categories.const.d.ts.map +1 -0
- package/lib/models/report/my-tax/my-tax-business-income-or-losses/business-type.enum.d.ts.map +1 -0
- package/lib/models/report/my-tax/my-tax-business-income-or-losses/loss-type.enum.d.ts.map +1 -0
- package/lib/models/report/my-tax/my-tax-business-income-or-losses/my-tax-business-details/my-tax-business-details.d.ts.map +1 -0
- package/lib/models/report/my-tax/my-tax-business-income-or-losses/my-tax-business-income/my-tax-business-income.d.ts.map +1 -0
- package/lib/models/report/my-tax/my-tax-business-income-or-losses/my-tax-business-losses/my-tax-business-losses.d.ts.map +1 -0
- package/lib/models/report/my-tax/my-tax-cgt/cgt-exemption-and-rollover-code.enum.d.ts.map +1 -0
- package/lib/models/report/my-tax/my-tax-cgt/my-tax-cgt.d.ts.map +1 -0
- package/lib/models/report/my-tax/my-tax-deductions/deduction-clothing-type.enum.d.ts.map +1 -0
- package/lib/models/report/my-tax/my-tax-deductions/deduction-fields.const.d.ts.map +1 -0
- package/lib/models/report/my-tax/my-tax-deductions/deduction-self-education-type.enum.d.ts.map +1 -0
- package/lib/models/report/my-tax/my-tax-deductions/my-tax-deductions.d.ts.map +1 -0
- package/lib/models/report/my-tax/my-tax-dividends/my-tax-dividends.d.ts.map +1 -0
- package/lib/models/report/my-tax/my-tax-estimate/my-tax-estimate.d.ts.map +1 -0
- package/lib/models/report/my-tax/my-tax-income-statements/my-tax-income-statements.d.ts.map +1 -0
- package/lib/models/report/my-tax/my-tax-income-tests/my-tax-income-tests.d.ts.map +1 -0
- package/lib/models/report/my-tax/my-tax-interest/my-tax-interest.d.ts.map +1 -0
- package/lib/models/report/my-tax/my-tax-losses/my-tax-losses.d.ts.map +1 -0
- package/lib/models/report/my-tax/my-tax-offsets/my-tax-offsets.d.ts.map +1 -0
- package/lib/models/report/my-tax/my-tax-other-income/my-tax-other-income.d.ts.map +1 -0
- package/lib/models/report/my-tax/my-tax-partnerships-and-trusts/my-tax-partnerships-and-trusts.d.ts.map +1 -0
- package/lib/models/report/my-tax/my-tax-rent/my-tax-rent.d.ts.map +1 -0
- package/lib/models/report/property/index.d.ts.map +1 -0
- package/lib/models/report/property/property-report-item-depreciation.d.ts.map +1 -0
- package/lib/models/report/property/property-report-item-transaction.d.ts.map +1 -0
- package/lib/models/report/property/property-report-item.d.ts.map +1 -0
- package/lib/models/report/sole/index.d.ts.map +1 -0
- package/lib/models/report/sole/sole-business/sole-business-loss-report.d.ts.map +1 -0
- package/lib/models/report/vehicle-expense/vehicle-expense.d.ts.map +1 -0
- package/lib/models/service-subscription/index.d.ts.map +1 -0
- package/lib/models/service-subscription/module-url-list.const.d.ts.map +1 -0
- package/lib/models/service-subscription/payment-method-brand.enum.d.ts.map +1 -0
- package/lib/models/service-subscription/service-payment-method.d.ts.map +1 -0
- package/lib/models/service-subscription/service-payment.d.ts.map +1 -0
- package/lib/models/service-subscription/service-price.d.ts.map +1 -0
- package/lib/models/service-subscription/service-product-icons.enum.d.ts.map +1 -0
- package/lib/models/service-subscription/service-product-roles.const.d.ts.map +1 -0
- package/lib/models/service-subscription/service-product.d.ts.map +1 -0
- package/lib/models/service-subscription/service-promo-code-duration.enum.d.ts.map +1 -0
- package/lib/models/service-subscription/service-promo-code.d.ts.map +1 -0
- package/lib/models/service-subscription/service-subscription-item.d.ts.map +1 -0
- package/lib/models/service-subscription/service-subscription.d.ts.map +1 -0
- package/lib/models/sole/bas-report.d.ts.map +1 -0
- package/lib/models/sole/index.d.ts.map +1 -0
- package/lib/models/sole/sole-business-activity.d.ts.map +1 -0
- package/lib/models/sole/sole-business-allocation.d.ts.map +1 -0
- package/lib/models/sole/sole-business-loss-offset-rule.d.ts.map +1 -0
- package/lib/models/sole/sole-business-loss.d.ts.map +1 -0
- package/lib/models/sole/sole-business.d.ts.map +1 -0
- package/lib/models/sole/sole-contact.d.ts.map +1 -0
- package/lib/models/sole/sole-depreciation-method.d.ts.map +1 -0
- package/lib/models/sole/sole-details.d.ts.map +1 -0
- package/lib/models/sole/sole-invoice-item.d.ts.map +1 -0
- package/lib/models/sole/sole-invoice-template.d.ts.map +1 -0
- package/lib/models/sole/sole-invoice.d.ts.map +1 -0
- package/lib/models/tax-return/index.d.ts.map +1 -0
- package/lib/models/tax-return/tax-return-category.d.ts.map +1 -0
- package/lib/models/tax-return/tax-return-item.d.ts.map +1 -0
- package/lib/models/tax-return/tax-return.d.ts.map +1 -0
- package/lib/models/tax-review/tax-review.d.ts.map +1 -0
- package/lib/models/tax-summary/report-item-details.d.ts.map +1 -0
- package/lib/models/tax-summary/report-item.d.ts.map +1 -0
- package/lib/models/tax-summary/tax-summary-section.d.ts.map +1 -0
- package/lib/models/tax-summary/tax-summary-type.enum.d.ts.map +1 -0
- package/lib/models/tax-summary/tax-summary.d.ts.map +1 -0
- package/lib/models/toast/toast-type.enum.d.ts.map +1 -0
- package/lib/models/toast/toast.d.ts.map +1 -0
- package/lib/models/transaction/allocation-rule-condition.d.ts.map +1 -0
- package/lib/models/transaction/allocation-rule-transaction-meta-field.d.ts.map +1 -0
- package/lib/models/transaction/allocation-rule-transaction.d.ts.map +1 -0
- package/lib/models/transaction/allocation-rule.d.ts.map +1 -0
- package/lib/models/transaction/income-amount-type.enum.d.ts.map +1 -0
- package/lib/models/transaction/index.d.ts.map +1 -0
- package/lib/models/transaction/transaction-allocation.d.ts.map +1 -0
- package/lib/models/transaction/transaction-category.enum.d.ts.map +1 -0
- package/lib/models/transaction/transaction-meta-field.d.ts.map +1 -0
- package/lib/models/transaction/transaction.d.ts.map +1 -0
- package/lib/models/user/index.d.ts.map +1 -0
- package/lib/models/user/my-account-history-initiated-by.enum.d.ts.map +1 -0
- package/lib/models/user/my-account-history-status.enum.d.ts.map +1 -0
- package/lib/models/user/my-account-history-type.enum.d.ts.map +1 -0
- package/lib/models/user/my-account-history.d.ts.map +1 -0
- package/lib/models/user/occupation.d.ts.map +1 -0
- package/lib/models/user/user-roles.const.d.ts.map +1 -0
- package/lib/models/user/user-to-register.d.ts.map +1 -0
- package/lib/models/user/user-work-position.const.d.ts.map +1 -0
- package/lib/models/user/user.d.ts.map +1 -0
- package/lib/models/user-event/user-event-setting-field.enum.d.ts.map +1 -0
- package/lib/models/user-event/user-event-setting.d.ts.map +1 -0
- package/lib/models/user-event/user-event-type-category.d.ts.map +1 -0
- package/lib/models/user-event/user-event-type.d.ts.map +1 -0
- package/lib/models/vehicle/index.d.ts.map +1 -0
- package/lib/models/vehicle/vehicle-claim-details.d.ts.map +1 -0
- package/lib/models/vehicle/vehicle-claim.d.ts.map +1 -0
- package/lib/models/vehicle/vehicle-logbook.d.ts.map +1 -0
- package/lib/models/vehicle/vehicle.d.ts.map +1 -0
- package/lib/pipes/app-currency.pipe.d.ts.map +1 -0
- package/lib/pipes/index.d.ts.map +1 -0
- package/lib/services/account-setup/account-setup.service.d.ts.map +1 -0
- package/lib/services/account-setup/index.d.ts.map +1 -0
- package/lib/services/affiliate/index.d.ts.map +1 -0
- package/lib/services/affiliate/rewardful/index.d.ts.map +1 -0
- package/lib/services/affiliate/rewardful/rewardful.service.d.ts.map +1 -0
- package/lib/services/asset/assets.service.d.ts.map +1 -0
- package/lib/services/asset/index.d.ts.map +1 -0
- package/lib/services/auth/auth.service.d.ts.map +1 -0
- package/lib/services/auth/index.d.ts.map +1 -0
- package/lib/services/auth/jwt.service.d.ts.map +1 -0
- package/lib/services/bank/bank-account-calculation.service.d.ts.map +1 -0
- package/lib/services/bank/bank-transaction-calculation.service.d.ts.map +1 -0
- package/lib/services/bank/index.d.ts.map +1 -0
- package/lib/services/data.service.d.ts +1 -1
- package/lib/services/data.service.d.ts.map +1 -0
- package/lib/services/event/event-dispatcher.service.d.ts.map +1 -0
- package/lib/services/event/index.d.ts.map +1 -0
- package/lib/services/event/sse.service.d.ts +1 -1
- package/lib/services/event/sse.service.d.ts.map +1 -0
- package/lib/services/export/export-formatter.service.d.ts.map +1 -0
- package/lib/services/export/index.d.ts.map +1 -0
- package/lib/services/header-title/header-title.service.d.ts.map +1 -0
- package/lib/services/header-title/index.d.ts.map +1 -0
- package/lib/services/http/address/address.service.d.ts.map +1 -0
- package/lib/services/http/address/index.d.ts.map +1 -0
- package/lib/services/http/bank/bank-account/bank-account.service.d.ts +1 -1
- package/lib/services/http/bank/bank-account/bank-account.service.d.ts.map +1 -0
- package/lib/services/http/bank/bank-account/index.d.ts.map +1 -0
- package/lib/services/http/bank/bank-connection/bank-connection-messages.enum.d.ts.map +1 -0
- package/lib/services/http/bank/bank-connection/bank-connection.service.d.ts +3 -11
- package/lib/services/http/bank/bank-connection/bank-connection.service.d.ts.map +1 -0
- package/lib/services/http/bank/bank-connection/index.d.ts.map +1 -0
- package/lib/services/http/bank/bank-transaction/bank-transaction.service.d.ts +2 -0
- package/lib/services/http/bank/bank-transaction/bank-transaction.service.d.ts.map +1 -0
- package/lib/services/http/bank/bank-transaction/index.d.ts.map +1 -0
- package/lib/services/http/bank/bank.service.d.ts +0 -1
- package/lib/services/http/bank/bank.service.d.ts.map +1 -0
- package/lib/services/http/bank/basiq/basiq-messages.enum.d.ts.map +1 -0
- package/lib/services/http/bank/basiq/basiq-token.service.d.ts.map +1 -0
- package/lib/services/http/bank/basiq/basiq.service.d.ts.map +1 -0
- package/lib/services/http/bank/basiq/index.d.ts.map +1 -0
- package/lib/services/http/bank/index.d.ts.map +1 -0
- package/lib/services/http/budget/budget-messages.enum.d.ts.map +1 -0
- package/lib/services/http/budget/budget.service.d.ts +0 -1
- package/lib/services/http/budget/budget.service.d.ts.map +1 -0
- package/lib/services/http/budget/index.d.ts.map +1 -0
- package/lib/services/http/chart-accounts/chart-accounts-depreciations/chart-accounts-depreciations.service.d.ts +0 -1
- package/lib/services/http/chart-accounts/chart-accounts-depreciations/chart-accounts-depreciations.service.d.ts.map +1 -0
- package/lib/services/http/chart-accounts/chart-accounts-depreciations/index.d.ts.map +1 -0
- package/lib/services/http/chart-accounts/chart-accounts.service.d.ts.map +1 -0
- package/lib/services/http/chart-accounts/index.d.ts.map +1 -0
- package/lib/services/http/chat/chat.service.d.ts +3 -7
- package/lib/services/http/chat/chat.service.d.ts.map +1 -0
- package/lib/services/http/chat/index.d.ts.map +1 -0
- package/lib/services/http/chat/message-document.service.d.ts +2 -1
- package/lib/services/http/chat/message-document.service.d.ts.map +1 -0
- package/lib/services/http/chat/message.service.d.ts +3 -19
- package/lib/services/http/chat/message.service.d.ts.map +1 -0
- package/lib/services/http/client/capital-gain/annual-client-details.service.d.ts +0 -1
- package/lib/services/http/client/capital-gain/annual-client-details.service.d.ts.map +1 -0
- package/lib/services/http/client/index.d.ts.map +1 -0
- package/lib/services/http/client/occupation/occupation.service.d.ts.map +1 -0
- package/lib/services/http/depreciation/depreciation-capital-project/depreciation-capital-project.service.d.ts.map +1 -0
- package/lib/services/http/depreciation/depreciation-capital-project/index.d.ts.map +1 -0
- package/lib/services/http/depreciation/depreciation.service.d.ts +2 -1
- package/lib/services/http/depreciation/depreciation.service.d.ts.map +1 -0
- package/lib/services/http/depreciation/index.d.ts.map +1 -0
- package/lib/services/http/document/document-folder/document-folder-messages.enum.d.ts.map +1 -0
- package/lib/services/http/document/document-folder/document-folder.service.d.ts.map +1 -0
- package/lib/services/http/document/document-folder/index.d.ts.map +1 -0
- package/lib/services/http/document/document-messages.enum.d.ts.map +1 -0
- package/lib/services/http/document/document.service.d.ts +0 -1
- package/lib/services/http/document/document.service.d.ts.map +1 -0
- package/lib/services/http/document/index.d.ts.map +1 -0
- package/lib/services/http/facebook/facebook-auth-options.interface.d.ts.map +1 -0
- package/lib/services/http/facebook/facebook-auth-response.interface.d.ts.map +1 -0
- package/lib/services/http/facebook/facebook-status-response.interface.d.ts.map +1 -0
- package/lib/services/http/facebook/facebook.service.d.ts.map +1 -0
- package/lib/services/http/facebook/index.d.ts.map +1 -0
- package/lib/services/http/file/file.service.d.ts +0 -1
- package/lib/services/http/file/file.service.d.ts.map +1 -0
- package/lib/services/http/file/index.d.ts.map +1 -0
- package/lib/services/http/firm/client-income/client-income-types.service.d.ts +0 -1
- package/lib/services/http/firm/client-income/client-income-types.service.d.ts.map +1 -0
- package/lib/services/http/firm/client-income/index.d.ts.map +1 -0
- package/lib/services/http/firm/client-invite/client-invite-messages.enum.d.ts.map +1 -0
- package/lib/services/http/firm/client-invite/client-invite.service.d.ts +5 -6
- package/lib/services/http/firm/client-invite/client-invite.service.d.ts.map +1 -0
- package/lib/services/http/firm/client-invite/index.d.ts.map +1 -0
- package/lib/services/http/firm/client-movement/client-movement.service.d.ts +7 -10
- package/lib/services/http/firm/client-movement/client-movement.service.d.ts.map +1 -0
- package/lib/services/http/firm/client-movement/index.d.ts.map +1 -0
- package/lib/services/http/firm/employee/employee-messages.enum.d.ts.map +1 -0
- package/lib/services/http/firm/employee/employee.service.d.ts.map +1 -0
- package/lib/services/http/firm/employee/index.d.ts.map +1 -0
- package/lib/services/http/firm/employee-invite/employee-invite.service.d.ts.map +1 -0
- package/lib/services/http/firm/employee-invite/index.d.ts.map +1 -0
- package/lib/services/http/firm/firm-messages.enum.d.ts.map +1 -0
- package/lib/services/http/firm/firm.service.d.ts.map +1 -0
- package/lib/services/http/firm/index.d.ts.map +1 -0
- package/lib/services/http/firm/portfolio-report/client-portfolio-report.service.d.ts.map +1 -0
- package/lib/services/http/firm/portfolio-report/index.d.ts.map +1 -0
- package/lib/services/http/google/google.service.d.ts.map +1 -0
- package/lib/services/http/google/index.d.ts.map +1 -0
- package/lib/services/http/holding/holding-messages.enum.d.ts.map +1 -0
- package/lib/services/http/holding/holding-sale-messages.enum.d.ts.map +1 -0
- package/lib/services/http/holding/holding-sale.service.d.ts +0 -1
- package/lib/services/http/holding/holding-sale.service.d.ts.map +1 -0
- package/lib/services/http/holding/holding-type-messages.enum.d.ts.map +1 -0
- package/lib/services/http/holding/holding-type.service.d.ts +0 -1
- package/lib/services/http/holding/holding-type.service.d.ts.map +1 -0
- package/lib/services/http/holding/holding.service.d.ts +2 -1
- package/lib/services/http/holding/holding.service.d.ts.map +1 -0
- package/lib/services/http/holding/index.d.ts.map +1 -0
- package/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.d.ts +2 -0
- package/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.d.ts.map +1 -0
- package/lib/services/http/income-source/income-source-forecast/index.d.ts.map +1 -0
- package/lib/services/http/income-source/income-source-messages.enum.d.ts.map +1 -0
- package/lib/services/http/income-source/income-source.service.d.ts +4 -2
- package/lib/services/http/income-source/income-source.service.d.ts.map +1 -0
- package/lib/services/http/income-source/index.d.ts.map +1 -0
- package/lib/services/http/income-source/salary-forecast/index.d.ts.map +1 -0
- package/lib/services/http/income-source/salary-forecast/salary-forecast.service.d.ts +4 -2
- package/lib/services/http/income-source/salary-forecast/salary-forecast.service.d.ts.map +1 -0
- package/lib/services/http/income-source/sole-forecast/index.d.ts.map +1 -0
- package/lib/services/http/income-source/sole-forecast/sole-forecast.service.d.ts +4 -2
- package/lib/services/http/income-source/sole-forecast/sole-forecast.service.d.ts.map +1 -0
- package/lib/services/http/index.d.ts.map +1 -0
- package/lib/services/http/loan/borrowing-expense/borrowing-expense.service.d.ts.map +1 -0
- package/lib/services/http/loan/borrowing-expense/index.d.ts.map +1 -0
- package/lib/services/http/loan/index.d.ts.map +1 -0
- package/lib/services/http/loan/loan.service.d.ts +2 -0
- package/lib/services/http/loan/loan.service.d.ts.map +1 -0
- package/lib/services/http/property/borrowing-report/borrowing-report-messages.enum.d.ts.map +1 -0
- package/lib/services/http/property/borrowing-report/borrowing-report.service.d.ts +0 -1
- package/lib/services/http/property/borrowing-report/borrowing-report.service.d.ts.map +1 -0
- package/lib/services/http/property/borrowing-report/index.d.ts.map +1 -0
- package/lib/services/http/property/index.d.ts.map +1 -0
- package/lib/services/http/property/property-category/index.d.ts.map +1 -0
- package/lib/services/http/property/property-category/property-category.service.d.ts.map +1 -0
- package/lib/services/http/property/property-category-movement/index.d.ts.map +1 -0
- package/lib/services/http/property/property-category-movement/property-category-movement.service.d.ts.map +1 -0
- package/lib/services/http/property/property-document/index.d.ts.map +1 -0
- package/lib/services/http/property/property-document/property-document-messages.enum.d.ts.map +1 -0
- package/lib/services/http/property/property-document/property-document.service.d.ts +1 -10
- package/lib/services/http/property/property-document/property-document.service.d.ts.map +1 -0
- package/lib/services/http/property/property-messages.enum.d.ts.map +1 -0
- package/lib/services/http/property/property-sale/index.d.ts.map +1 -0
- package/lib/services/http/property/property-sale/property-sale.service.d.ts.map +1 -0
- package/lib/services/http/property/property-share/index.d.ts.map +1 -0
- package/lib/services/http/property/property-share/property-share.service.d.ts +2 -0
- package/lib/services/http/property/property-share/property-share.service.d.ts.map +1 -0
- package/lib/services/http/property/property-valuation/index.d.ts.map +1 -0
- package/lib/services/http/property/property-valuation/property-valuation-messages.enum.d.ts.map +1 -0
- package/lib/services/http/property/property-valuation/property-valuation.service.d.ts +2 -7
- package/lib/services/http/property/property-valuation/property-valuation.service.d.ts.map +1 -0
- package/lib/services/http/property/property.service.d.ts +8 -17
- package/lib/services/http/property/property.service.d.ts.map +1 -0
- package/lib/services/http/rest/http-method.type.d.ts.map +1 -0
- package/lib/services/http/rest/index.d.ts.map +1 -0
- package/lib/services/http/rest/rest-method.type.d.ts.map +1 -0
- package/lib/services/http/rest/rest-old.service.d.ts +4 -10
- package/lib/services/http/rest/rest-old.service.d.ts.map +1 -0
- package/lib/services/http/rest/rest.service.d.ts +7 -20
- package/lib/services/http/rest/rest.service.d.ts.map +1 -0
- package/lib/services/http/service-notification/index.d.ts.map +1 -0
- package/lib/services/http/service-notification/service-notification.service.d.ts +9 -10
- package/lib/services/http/service-notification/service-notification.service.d.ts.map +1 -0
- package/lib/services/http/setup-item/setup-item.service.d.ts +1 -2
- package/lib/services/http/setup-item/setup-item.service.d.ts.map +1 -0
- package/lib/services/http/sole/bas-report/bas-report.service.d.ts +0 -1
- package/lib/services/http/sole/bas-report/bas-report.service.d.ts.map +1 -0
- package/lib/services/http/sole/index.d.ts.map +1 -0
- package/lib/services/http/sole/sole-business/index.d.ts.map +1 -0
- package/lib/services/http/sole/sole-business/sole-business-messages.enum.d.ts.map +1 -0
- package/lib/services/http/sole/sole-business/sole-business.service.d.ts +0 -1
- package/lib/services/http/sole/sole-business/sole-business.service.d.ts.map +1 -0
- package/lib/services/http/sole/sole-business-activity/sole-business-activity.service.d.ts +0 -1
- package/lib/services/http/sole/sole-business-activity/sole-business-activity.service.d.ts.map +1 -0
- package/lib/services/http/sole/sole-business-loss/sole-business-loss-rules/sole-business-loss-offset-rule.service.d.ts +0 -1
- package/lib/services/http/sole/sole-business-loss/sole-business-loss-rules/sole-business-loss-offset-rule.service.d.ts.map +1 -0
- package/lib/services/http/sole/sole-business-loss/sole-business-loss.service.d.ts +3 -2
- package/lib/services/http/sole/sole-business-loss/sole-business-loss.service.d.ts.map +1 -0
- package/lib/services/http/sole/sole-contact/sole-contact.service.d.ts +0 -1
- package/lib/services/http/sole/sole-contact/sole-contact.service.d.ts.map +1 -0
- package/lib/services/http/sole/sole-depreciation-method/sole-depreciation-method.service.d.ts +3 -3
- package/lib/services/http/sole/sole-depreciation-method/sole-depreciation-method.service.d.ts.map +1 -0
- package/lib/services/http/sole/sole-details/sole-details.service.d.ts.map +1 -0
- package/lib/services/http/sole/sole-invoice/sole-invoice.service.d.ts +3 -2
- package/lib/services/http/sole/sole-invoice/sole-invoice.service.d.ts.map +1 -0
- package/lib/services/http/sole/sole-invoice-template/sole-invoice-template.service.d.ts +0 -1
- package/lib/services/http/sole/sole-invoice-template/sole-invoice-template.service.d.ts.map +1 -0
- package/lib/services/http/subscription/index.d.ts.map +1 -0
- package/lib/services/http/subscription/service-payment/service-payment.service.d.ts +0 -1
- package/lib/services/http/subscription/service-payment/service-payment.service.d.ts.map +1 -0
- package/lib/services/http/subscription/service-payment-method/service-payment-method.service.d.ts +4 -8
- package/lib/services/http/subscription/service-payment-method/service-payment-method.service.d.ts.map +1 -0
- package/lib/services/http/subscription/service-price/service-price.service.d.ts +0 -1
- package/lib/services/http/subscription/service-price/service-price.service.d.ts.map +1 -0
- package/lib/services/http/subscription/service-product/service-product.service.d.ts +0 -1
- package/lib/services/http/subscription/service-product/service-product.service.d.ts.map +1 -0
- package/lib/services/http/subscription/service-subscription/subscription-messages.enum.d.ts.map +1 -0
- package/lib/services/http/subscription/service-subscription/subscription.service.d.ts +5 -6
- package/lib/services/http/subscription/service-subscription/subscription.service.d.ts.map +1 -0
- package/lib/services/http/tax-review/index.d.ts.map +1 -0
- package/lib/services/http/tax-review/tax-review-history/tax-review-history.service.d.ts +3 -1
- package/lib/services/http/tax-review/tax-review-history/tax-review-history.service.d.ts.map +1 -0
- package/lib/services/http/tax-review/tax-review-messages.enum.d.ts.map +1 -0
- package/lib/services/http/tax-review/tax-review.service.d.ts +2 -0
- package/lib/services/http/tax-review/tax-review.service.d.ts.map +1 -0
- package/lib/services/http/tax-summary/index.d.ts.map +1 -0
- package/lib/services/http/tax-summary/tax-summary.service.d.ts +2 -2
- package/lib/services/http/tax-summary/tax-summary.service.d.ts.map +1 -0
- package/lib/services/http/transaction/index.d.ts.map +1 -0
- package/lib/services/http/transaction/transaction-allocation/allocation-rule/allocation-rule.service.d.ts +0 -1
- package/lib/services/http/transaction/transaction-allocation/allocation-rule/allocation-rule.service.d.ts.map +1 -0
- package/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.d.ts +2 -0
- package/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.d.ts.map +1 -0
- package/lib/services/http/transaction/transaction.service.d.ts +1 -3
- package/lib/services/http/transaction/transaction.service.d.ts.map +1 -0
- package/lib/services/http/tutorial-video/index.d.ts.map +1 -0
- package/lib/services/http/tutorial-video/tutorial-video-response.interface.d.ts.map +1 -0
- package/lib/services/http/tutorial-video/tutorial-video.service.d.ts.map +1 -0
- package/lib/services/http/tutorial-video/video-source.interface.d.ts.map +1 -0
- package/lib/services/http/user/financial-year/financial-year.service.d.ts.map +1 -0
- package/lib/services/http/user/index.d.ts.map +1 -0
- package/lib/services/http/user/user-event-setting/user-event-setting.service.d.ts +0 -1
- package/lib/services/http/user/user-event-setting/user-event-setting.service.d.ts.map +1 -0
- package/lib/services/http/user/user-event-type/user-event-type.service.d.ts +0 -1
- package/lib/services/http/user/user-event-type/user-event-type.service.d.ts.map +1 -0
- package/lib/services/http/user/user-messages.enum.d.ts.map +1 -0
- package/lib/services/http/user/user.service.d.ts +4 -6
- package/lib/services/http/user/user.service.d.ts.map +1 -0
- package/lib/services/http/user/users-invite/users-invite.service.d.ts.map +1 -0
- package/lib/services/http/vehicle/index.d.ts.map +1 -0
- package/lib/services/http/vehicle/vehicle-claim-details.service.d.ts +1 -1
- package/lib/services/http/vehicle/vehicle-claim-details.service.d.ts.map +1 -0
- package/lib/services/http/vehicle/vehicle-claim.service.d.ts.map +1 -0
- package/lib/services/http/vehicle/vehicle-logbook/index.d.ts.map +1 -0
- package/lib/services/http/vehicle/vehicle-logbook/vehicle-logbook-messages.enum.d.ts.map +1 -0
- package/lib/services/http/vehicle/vehicle-logbook/vehicle-logbook.service.d.ts.map +1 -0
- package/lib/services/http/vehicle/vehicle-messages.enum.d.ts.map +1 -0
- package/lib/services/http/vehicle/vehicle.service.d.ts.map +1 -0
- package/lib/services/index.d.ts.map +1 -0
- package/lib/services/intercom/index.d.ts.map +1 -0
- package/lib/services/intercom/intercom.service.d.ts.map +1 -0
- package/lib/services/json/chart-accounts/chart-accounts-value.service.d.ts.map +1 -0
- package/lib/services/json/holding/holding-type-exchange.service.d.ts.map +1 -0
- package/lib/services/json/income-source/income-source-type.service.d.ts.map +1 -0
- package/lib/services/json/index.d.ts.map +1 -0
- package/lib/services/json/tax-exemption/tax-exemption.service.d.ts.map +1 -0
- package/lib/services/json/tax-return/tax-return-item.service.d.ts.map +1 -0
- package/lib/services/mixpanel/mixpanel.service.d.ts.map +1 -0
- package/lib/services/pdf/index.d.ts.map +1 -0
- package/lib/services/pdf/js-pdf.d.ts.map +1 -0
- package/lib/services/pdf/pdf-from-dom-element/file-settings.d.ts.map +1 -0
- package/lib/services/pdf/pdf-from-dom-element/pdf-from-dom-element.service.d.ts.map +1 -0
- package/lib/services/pdf/pdf-from-table/file-settings.d.ts.map +1 -0
- package/lib/services/pdf/pdf-from-table/pdf-from-data-table/pdf-from-data-table.service.d.ts.map +1 -0
- package/lib/services/pdf/pdf-from-table/pdf-from-html-table/pdf-from-html-table.service.d.ts.map +1 -0
- package/lib/services/pdf/pdf-from-table/pdf-from-table.service.d.ts.map +1 -0
- package/lib/services/preloader/index.d.ts.map +1 -0
- package/lib/services/preloader/preloader.service.d.ts.map +1 -0
- package/lib/services/property/corelogic/corelogic.service.d.ts.map +1 -0
- package/lib/services/property/corelogic/index.d.ts.map +1 -0
- package/lib/services/property/equity-position-chart/equity-position-chart.service.d.ts.map +1 -0
- package/lib/services/property/equity-position-chart/index.d.ts.map +1 -0
- package/lib/services/property/index.d.ts.map +1 -0
- package/lib/services/property/property-calculation/index.d.ts.map +1 -0
- package/lib/services/property/property-calculation/property-calculation.service.d.ts +6 -6
- package/lib/services/property/property-calculation/property-calculation.service.d.ts.map +1 -0
- package/lib/services/report/index.d.ts.map +1 -0
- package/lib/services/report/property/property-transaction-report.service.d.ts.map +1 -0
- package/lib/services/toast/index.d.ts.map +1 -0
- package/lib/services/toast/toast.service.d.ts.map +1 -0
- package/lib/services/transaction/index.d.ts.map +1 -0
- package/lib/services/transaction/transaction-calculation.service.d.ts.map +1 -0
- package/lib/services/user/index.d.ts.map +1 -0
- package/lib/services/user/user-switcher.service.d.ts.map +1 -0
- package/lib/services/xlsx/index.d.ts.map +1 -0
- package/lib/services/xlsx/xlsx.service.d.ts.map +1 -0
- package/lib/tt-core.module.d.ts.map +1 -0
- package/lib/validators/address-corelogic.validator.d.ts.map +1 -0
- package/lib/validators/at-least-one-enabled.validator.d.ts.map +1 -0
- package/lib/validators/at-least-one.validator.d.ts.map +1 -0
- package/lib/validators/autocomplete.validator.d.ts.map +1 -0
- package/lib/validators/conditional.validator.d.ts.map +1 -0
- package/lib/validators/current-fin-year.validator.d.ts.map +1 -0
- package/lib/validators/date-range.validator.d.ts.map +1 -0
- package/lib/validators/fields-sum.validator.d.ts.map +1 -0
- package/lib/validators/file.validator.d.ts.map +1 -0
- package/lib/validators/greater-than.validator.d.ts.map +1 -0
- package/lib/validators/index.d.ts.map +1 -0
- package/lib/validators/min-date/messages.enum.d.ts.map +1 -0
- package/lib/validators/min-date/min-date.validator.d.ts.map +1 -0
- package/lib/validators/password-match.validator.d.ts.map +1 -0
- package/lib/validators/password.validator.d.ts.map +1 -0
- package/lib/validators/phone-number.validator.d.ts.map +1 -0
- package/lib/validators/required-length.validator.d.ts.map +1 -0
- package/lib/validators/transactions-meta-fields.validator.d.ts.map +1 -0
- package/lib/validators/unique-email.validator.d.ts.map +1 -0
- package/package.json +1 -1
- package/public-api.d.ts.map +1 -0
- package/taxtank-core.d.ts.map +1 -0
- package/esm2022/lib/models/property/share-filter-options.enum.mjs +0 -11
- package/lib/models/property/share-filter-options.enum.d.ts +0 -9
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/tt-core/src/lib/services/http/chat/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,4BAA4B,CAAC"}
|
|
@@ -9,11 +9,12 @@ import * as i0 from "@angular/core";
|
|
|
9
9
|
* Service for work with Message Documents
|
|
10
10
|
*/
|
|
11
11
|
export declare class MessageDocumentService extends RestService<MessageDocumentBase, MessageDocument, MessageDocumentCollection> implements IEventListener {
|
|
12
|
+
protected environment: any;
|
|
12
13
|
modelClass: typeof MessageDocument;
|
|
13
14
|
collectionClass: typeof MessageDocumentCollection;
|
|
14
15
|
endpointUri: string;
|
|
15
16
|
disabledMethods: RestMethod[];
|
|
16
|
-
|
|
17
|
+
constructor(environment: any);
|
|
17
18
|
/**
|
|
18
19
|
* SSE and Event Dispatcher Services listeners
|
|
19
20
|
*/
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"message-document.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/tt-core/src/lib/services/http/chat/message-document.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,IAAI,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAC5E,OAAO,EAAE,UAAU,EAAiB,MAAM,MAAM,CAAC;AAEjD,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAErD,OAAO,EAAW,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAC3D,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAClD,OAAO,EAAE,yBAAyB,EAAE,MAAM,sBAAsB,CAAC;;AAEjE;;GAEG;AACH,qBAGa,sBAAuB,SAAQ,WAAW,CAAC,mBAAmB,EAAE,eAAe,EAAE,yBAAyB,CAAE,YAAW,cAAc;IAM7G,SAAS,CAAC,WAAW,EAAE,GAAG;IAL7D,UAAU,EAAE,OAAO,eAAe,CAAmB;IACrD,eAAe,EAAE,OAAO,yBAAyB,CAA6B;IAC9E,WAAW,SAAuB;IAClC,eAAe,EAAE,UAAU,EAAE,CAAmD;gBAEnC,WAAW,EAAE,GAAG;IAK7D;;OAEG;IACH,YAAY,IAAI,IAAI;IAIpB;;OAEG;IACH,cAAc,IAAI,IAAI;IAsBtB;;OAEG;IACH,GAAG,CAAC,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,IAAI,GAAG,UAAU,CAAC,eAAe,CAAC;IAgB5D;;OAEG;IACH,QAAQ,CAAC,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,IAAI,EAAE,GAAG,UAAU,CAAC,eAAe,EAAE,CAAC;yCAjE3D,sBAAsB;6CAAtB,sBAAsB;CAwElC"}
|
|
@@ -1,37 +1,21 @@
|
|
|
1
1
|
import { Message as MessageBase } from '../../../db/Models';
|
|
2
|
-
import { HttpClient } from '@angular/common/http';
|
|
3
2
|
import { Message } from '../../../models';
|
|
4
3
|
import { RestMethod, RestService } from '../rest';
|
|
5
|
-
import { EventDispatcherService } from '../../event';
|
|
6
4
|
import { MessageCollection } from '../../../collections';
|
|
7
5
|
import { IEventListener } from '../../../interfaces';
|
|
8
|
-
import { Observable } from 'rxjs';
|
|
9
6
|
import * as i0 from "@angular/core";
|
|
10
7
|
/**
|
|
11
8
|
* Service for work with messages
|
|
12
9
|
*/
|
|
13
10
|
export declare class MessageService extends RestService<MessageBase, Message, MessageCollection> implements IEventListener {
|
|
14
|
-
protected http: HttpClient;
|
|
15
|
-
protected eventDispatcherService: EventDispatcherService;
|
|
16
11
|
protected environment: any;
|
|
17
12
|
modelClass: typeof Message;
|
|
18
13
|
collectionClass: typeof MessageCollection;
|
|
19
14
|
endpointUri: string;
|
|
20
|
-
isApiPlatform: boolean;
|
|
21
15
|
disabledMethods: RestMethod[];
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
*/
|
|
26
|
-
post(message: Message): Observable<Message>;
|
|
27
|
-
/**
|
|
28
|
-
* Overwrite default methods because we need to handle messages via SSE events only
|
|
29
|
-
*/
|
|
30
|
-
put(message: Message): Observable<Message>;
|
|
31
|
-
/**
|
|
32
|
-
* subscribe to new chat messages
|
|
33
|
-
*/
|
|
34
|
-
private listenMessages;
|
|
16
|
+
mercureTopic: string;
|
|
17
|
+
constructor(environment: any);
|
|
18
|
+
listenEvents(): void;
|
|
35
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<MessageService, never>;
|
|
36
20
|
static ɵprov: i0.ɵɵInjectableDeclaration<MessageService>;
|
|
37
21
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"message.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/tt-core/src/lib/services/http/chat/message.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAC5D,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAC1C,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAClD,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AACzD,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;;AAErD;;GAEG;AACH,qBAGa,cAAe,SAAQ,WAAW,CAAC,WAAW,EAAE,OAAO,EAAE,iBAAiB,CAAE,YAAW,cAAc;IAO7E,SAAS,CAAC,WAAW,EAAE,GAAG;IAN7D,UAAU,EAAE,OAAO,OAAO,CAAW;IACrC,eAAe,EAAE,OAAO,iBAAiB,CAAqB;IAC9D,WAAW,SAAc;IACzB,eAAe,EAAE,UAAU,EAAE,CAA6B;IAC1D,YAAY,SAAc;gBAEmB,WAAW,EAAE,GAAG;IAK7D,YAAY;yCAZD,cAAc;6CAAd,cAAc;CAe1B"}
|
|
@@ -7,7 +7,6 @@ export declare class AnnualClientDetailsService extends RestService<AnnualClient
|
|
|
7
7
|
modelClass: typeof AnnualClientDetails;
|
|
8
8
|
collectionClass: typeof Collection;
|
|
9
9
|
endpointUri: string;
|
|
10
|
-
isApiPlatform: boolean;
|
|
11
10
|
disabledMethods: RestMethod[];
|
|
12
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<AnnualClientDetailsService, never>;
|
|
13
12
|
static ɵprov: i0.ɵɵInjectableDeclaration<AnnualClientDetailsService>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"annual-client-details.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/http/client/capital-gain/annual-client-details.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,IAAI,uBAAuB,EAAE,MAAM,uBAAuB,CAAC;AACvF,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AACzD,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AACrD,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;;AAErD,qBAGa,0BAA2B,SAAQ,WAAW,CAAC,uBAAuB,EAAE,mBAAmB,EAAE,UAAU,CAAC,mBAAmB,CAAC,CAAC;IACxI,UAAU,EAAE,OAAO,mBAAmB,CAAuB;IAC7D,eAAe,EAAE,OAAO,UAAU,CAAc;IAChD,WAAW,SAA2B;IACtC,eAAe,EAAE,UAAU,EAAE,CAAsD;yCAJxE,0BAA0B;6CAA1B,0BAA0B;CAKtC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/tt-core/src/lib/services/http/client/index.ts"],"names":[],"mappings":"AAAA,cAAc,8CAA8C,CAAC;AAC7D,cAAc,iCAAiC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"occupation.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/http/client/occupation/occupation.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,MAAM,CAAC;AACjD,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAGlD,OAAO,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;;AAEhE;;GAEG;AACH,qBAGa,iBAAiB;IAK1B,OAAO,CAAC,IAAI;IACW,OAAO,CAAC,WAAW;IAL5C,YAAY,EAAE,UAAU,EAAE,CAAC;IAC3B,kBAAkB,EAAE,aAAa,CAAC,UAAU,EAAE,CAAC,CAAsC;gBAG3E,IAAI,EAAE,UAAU,EACO,WAAW,EAAE,GAAG;IAGjD;;OAEG;IACH,cAAc,IAAI,UAAU,CAAC,UAAU,EAAE,CAAC;yCAZ/B,iBAAiB;6CAAjB,iBAAiB;CA0B7B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"depreciation-capital-project.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/http/depreciation/depreciation-capital-project/depreciation-capital-project.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,0BAA0B,IAAI,8BAA8B,EAAE,MAAM,iEAAiE,CAAC;AAC/I,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AACrD,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;;AAErD;;;GAGG;AACH,qBAGa,iCAAkC,SAAQ,WAAW,CAAC,8BAA8B,EAAE,0BAA0B,EAAE,UAAU,CAAC,0BAA0B,CAAC,CAAC;IACpK,UAAU,EAAE,OAAO,0BAA0B,CAA8B;IAC3E,eAAe,EAAE,OAAO,UAAU,CAAc;IAChD,WAAW,SAAmC;IAC9C,eAAe,EAAE,UAAU,EAAE,CAA4C;yCAJ9D,iCAAiC;6CAAjC,iCAAiC;CAK7C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/http/depreciation/depreciation-capital-project/index.ts"],"names":[],"mappings":"AAAA,cAAc,wCAAwC,CAAC"}
|
|
@@ -5,8 +5,9 @@ import { Depreciation } from '../../../models';
|
|
|
5
5
|
import { DepreciationCollection } from '../../../collections';
|
|
6
6
|
import { HttpClient } from '@angular/common/http';
|
|
7
7
|
import { EventDispatcherService } from '../../event';
|
|
8
|
+
import { IEventListener } from '../../../interfaces';
|
|
8
9
|
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class DepreciationService extends RestService<DepreciationBase, Depreciation, DepreciationCollection> {
|
|
10
|
+
export declare class DepreciationService extends RestService<DepreciationBase, Depreciation, DepreciationCollection> implements IEventListener {
|
|
10
11
|
protected http: HttpClient;
|
|
11
12
|
protected eventDispatcherService: EventDispatcherService;
|
|
12
13
|
protected environment: any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"depreciation.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/tt-core/src/lib/services/http/depreciation/depreciation.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAClC,OAAO,EAAE,YAAY,IAAI,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAEtE,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAClD,OAAO,EAGL,YAAY,EAGb,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,sBAAsB,EAAE,MAAM,sBAAsB,CAAC;AAC9D,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAC;AACrD,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;;AAErD,qBAGa,mBAAoB,SAAQ,WAAW,CAAC,gBAAgB,EAAE,YAAY,EAAE,sBAAsB,CAAE,YAAW,cAAc;IAOlI,SAAS,CAAC,IAAI,EAAE,UAAU;IAC1B,SAAS,CAAC,sBAAsB,EAAE,sBAAsB;IACjC,SAAS,CAAC,WAAW,EAAE,GAAG;IARnD,UAAU,EAAE,OAAO,YAAY,CAAgB;IAC/C,eAAe,EAAE,OAAO,sBAAsB,CAA0B;IACxE,WAAW,SAAmB;IAC9B,eAAe,EAAE,UAAU,EAAE,CAAuC;gBAGxD,IAAI,EAAE,UAAU,EAChB,sBAAsB,EAAE,sBAAsB,EACvB,WAAW,EAAE,GAAG;IAMnD;;OAEG;IACH,YAAY,IAAI,IAAI;IASpB,cAAc,CAAC,YAAY,EAAE,YAAY,GAAG,UAAU,CAAC,MAAM,CAAC;IAO9D;;OAEG;IACH,OAAO,CAAC,gBAAgB;IAMxB;;OAEG;IACH,OAAO,CAAC,mBAAmB;IAI3B;;OAEG;IACH,OAAO,CAAC,0BAA0B;IAQlC;;OAEG;IACH,OAAO,CAAC,yBAAyB;IAUjC;;OAEG;IACH,OAAO,CAAC,mCAAmC;IAM3C;;OAEG;IACH,OAAO,CAAC,4CAA4C;IAMpD,OAAO,CAAC,kBAAkB;yCA5Ff,mBAAmB;6CAAnB,mBAAmB;CAkG/B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/tt-core/src/lib/services/http/depreciation/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AACvC,cAAc,gCAAgC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"document-folder-messages.enum.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/http/document/document-folder/document-folder-messages.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,0BAA0B;IACpC,OAAO,oBAAoB;IAC3B,OAAO,oBAAoB;IAC3B,cAAc,gDAAgD;IAC9D,OAAO,oBAAoB;CAC5B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"document-folder.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/http/document/document-folder/document-folder.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,IAAI,kBAAkB,EAAE,MAAM,gDAAgD,CAAC;AACtG,OAAO,EAAE,cAAc,EAAE,MAAM,6CAA6C,CAAC;AAC7E,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AACrD,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;;AAErD;;GAEG;AACH,qBAGa,qBAAsB,SAAQ,WAAW,CAAC,kBAAkB,EAAE,cAAc,EAAE,UAAU,CAAC,cAAc,CAAC,CAAC;IACpH,WAAW,SAAa;IACxB,eAAe,EAAE,OAAO,UAAU,CAAc;IAChD,UAAU,EAAE,OAAO,cAAc,CAAkB;IACnD,eAAe,EAAE,UAAU,EAAE,CAA4C;yCAJ9D,qBAAqB;6CAArB,qBAAqB;CAKjC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/http/document/document-folder/index.ts"],"names":[],"mappings":"AAAA,cAAc,iCAAiC,CAAC;AAChD,cAAc,2BAA2B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"document-messages.enum.d.ts","sourceRoot":"","sources":["../../../../../../projects/tt-core/src/lib/services/http/document/document-messages.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,oBAAoB;IAC9B,OAAO,sBAAsB;IAC7B,OAAO,sBAAsB;IAC7B,cAAc,kDAAkD;IAChE,OAAO,sBAAsB;CAC9B"}
|
|
@@ -8,7 +8,6 @@ export declare class DocumentService extends RestService<DocumentBase, Document,
|
|
|
8
8
|
modelClass: typeof Document;
|
|
9
9
|
collectionClass: typeof Collection;
|
|
10
10
|
disabledMethods: RestMethod[];
|
|
11
|
-
protected isApiPlatform: boolean;
|
|
12
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<DocumentService, never>;
|
|
13
12
|
static ɵprov: i0.ɵɵInjectableDeclaration<DocumentService>;
|
|
14
13
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"document.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/tt-core/src/lib/services/http/document/document.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,IAAI,YAAY,EAAE,MAAM,sCAAsC,CAAC;AAChF,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAClD,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;;AAElD,qBAGa,eAAgB,SAAQ,WAAW,CAAC,YAAY,EAAE,QAAQ,EAAE,UAAU,CAAC,QAAQ,CAAC,CAAC;IAC5F,WAAW,SAAsB;IACjC,UAAU,EAAE,OAAO,QAAQ,CAAY;IACvC,eAAe,EAAE,OAAO,UAAU,CAAc;IAChD,eAAe,EAAE,UAAU,EAAE,CAA6B;yCAJ/C,eAAe;6CAAf,eAAe;CAK3B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/tt-core/src/lib/services/http/document/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAElC,cAAc,oBAAoB,CAAC;AACnC,cAAc,0BAA0B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"facebook-auth-options.interface.d.ts","sourceRoot":"","sources":["../../../../../../projects/tt-core/src/lib/services/http/facebook/facebook-auth-options.interface.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,MAAM,WAAW,mBAAmB;IAClC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,oBAAoB,CAAC,EAAE,MAAM,CAAC;CAC/B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"facebook-auth-response.interface.d.ts","sourceRoot":"","sources":["../../../../../../projects/tt-core/src/lib/services/http/facebook/facebook-auth-response.interface.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,MAAM,WAAW,oBAAoB;IACnC,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,MAAM,CAAC;IACtB,MAAM,EAAE,MAAM,CAAC;IACf,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"facebook-status-response.interface.d.ts","sourceRoot":"","sources":["../../../../../../projects/tt-core/src/lib/services/http/facebook/facebook-status-response.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,oCAAoC,CAAC;AAE1E;;;GAGG;AACH,MAAM,WAAW,sBAAsB;IACrC,YAAY,EAAE,oBAAoB,CAAC;IACnC,MAAM,EAAE,MAAM,CAAC;CAChB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"facebook.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/tt-core/src/lib/services/http/facebook/facebook.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAqB,MAAM,sBAAsB,CAAC;AACrE,OAAO,EAAE,eAAe,EAAE,MAAM,MAAM,CAAC;AACvC,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAC3C,OAAO,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACxC,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AAExE,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAEzC,OAAO,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;;AAQlE,qBAGa,eAAe;IAaxB,OAAO,CAAC,IAAI;IACZ,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,SAAS;IACM,OAAO,CAAC,WAAW;IAjB5C,iBAAiB,EAAE,eAAe,CAAC,OAAO,CAAC,CAAC;IAC5C,iBAAiB,EAAE,OAAO,CAAC;IAC3B,MAAM,CAAC,WAAW,EAAE,mBAAmB,CAItC;IAED;;OAEG;gBAEO,IAAI,EAAE,UAAU,EAChB,YAAY,EAAE,YAAY,EAC1B,UAAU,EAAE,UAAU,EACtB,MAAM,EAAE,MAAM,EACd,SAAS,EAAE,eAAe,EACH,WAAW,EAAE,GAAG;IAM3C,KAAK,CAAC,WAAW,SAAY,GAAG,OAAO,CAAC,GAAG,CAAC;IAalD;;;OAGG;IACH,OAAO,CAAC,OAAO;IAMf;;OAEG;IACH,OAAO,CAAC,cAAc;IAkBtB;;;OAGG;IACH,OAAO,CAAC,MAAM;yCAxEH,eAAe;6CAAf,eAAe;CA+E3B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/tt-core/src/lib/services/http/facebook/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC"}
|
|
@@ -8,7 +8,6 @@ export declare class FileService extends RestService<FileBase, AppFile, Collecti
|
|
|
8
8
|
protected endpointUri: string;
|
|
9
9
|
modelClass: typeof AppFile;
|
|
10
10
|
collectionClass: typeof Collection;
|
|
11
|
-
isApiPlatform: boolean;
|
|
12
11
|
disabledMethods: RestMethod[];
|
|
13
12
|
getById(id: number): Observable<AppFile>;
|
|
14
13
|
getLink(id: number): Observable<string>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"file.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/tt-core/src/lib/services/http/file/file.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAClD,OAAO,EAAE,IAAI,IAAI,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAC1C,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;;AAIlC,qBAGa,WAAY,SAAQ,WAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAClF,SAAS,CAAC,WAAW,SAAW;IAChC,UAAU,EAAE,OAAO,OAAO,CAAW;IACrC,eAAe,EAAE,OAAO,UAAU,CAAc;IAChD,eAAe,EAAE,UAAU,EAAE,CAAqE;IAElG,OAAO,CAAC,EAAE,EAAE,MAAM,GAAG,UAAU,CAAC,OAAO,CAAC;IAIxC,OAAO,CAAC,EAAE,EAAE,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC;IAIvC,MAAM,CAAC,IAAI,EAAE,IAAI,GAAG,UAAU,CAAC,OAAO,CAAC;IASvC,QAAQ,CAAC,IAAI,EAAE,OAAO;yCAvBX,WAAW;6CAAX,WAAW;CA0BvB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/tt-core/src/lib/services/http/file/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC"}
|
|
@@ -7,7 +7,6 @@ export declare class ClientIncomeTypesService extends RestService<ClientIncomeTy
|
|
|
7
7
|
modelClass: typeof ClientIncomeTypes;
|
|
8
8
|
collectionClass: typeof Collection;
|
|
9
9
|
endpointUri: string;
|
|
10
|
-
isApiPlatform: boolean;
|
|
11
10
|
disabledMethods: RestMethod[];
|
|
12
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<ClientIncomeTypesService, never>;
|
|
13
12
|
static ɵprov: i0.ɵɵInjectableDeclaration<ClientIncomeTypesService>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client-income-types.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/http/firm/client-income/client-income-types.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,+CAA+C,CAAC;AAClF,OAAO,EAAE,iBAAiB,IAAI,qBAAqB,EAAE,MAAM,kDAAkD,CAAC;AAC9G,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AACrD,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;;AAErD,qBAGa,wBAAyB,SAAQ,WAAW,CAAC,qBAAqB,EAAE,iBAAiB,EAAE,UAAU,CAAC,iBAAiB,CAAC,CAAC;IAChI,UAAU,EAAE,OAAO,iBAAiB,CAAqB;IACzD,eAAe,EAAE,OAAO,UAAU,CAAc;IAChD,WAAW,SAAyB;IACpC,eAAe,EAAE,UAAU,EAAE,CAAsD;yCAJxE,wBAAwB;6CAAxB,wBAAwB;CAKpC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/http/firm/client-income/index.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client-invite-messages.enum.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/http/firm/client-invite/client-invite-messages.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,oBAAoB;IAC9B,kBAAkB,kDAAkD;IACpE,gBAAgB,6CAA6C;IAC7D,yBAAyB,4CAA4C;IACrE,kBAAkB,mBAAmB;IACrC,0BAA0B,oCAAoC;IAC9D,gCAAgC,yGAAyG;IACzI,qBAAqB,qDAAqD;IAC1E,6BAA6B,2eAG4F;IACzH,cAAc,qDAAqD;IACnE,QAAQ,wBAAwB;IAChC,QAAQ,+BAA+B;CACxC"}
|
|
@@ -1,14 +1,18 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
2
|
import { ClientInvite as ClientInviteBase } from '../../../../db/Models/firm/client-invite';
|
|
3
|
-
import { RestService } from '../../rest
|
|
3
|
+
import { RestService } from '../../rest';
|
|
4
4
|
import { ClientInvite } from '../../../../models';
|
|
5
5
|
import { IEventListener } from '../../../../interfaces';
|
|
6
6
|
import { ClientInviteCollection } from '../../../../collections';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class ClientInviteService extends RestService<ClientInviteBase, ClientInvite, ClientInviteCollection> implements IEventListener {
|
|
9
|
+
protected environment: any;
|
|
9
10
|
protected endpointUri: string;
|
|
10
11
|
collectionClass: typeof ClientInviteCollection;
|
|
11
12
|
modelClass: typeof ClientInvite;
|
|
13
|
+
mercureTopic: string;
|
|
14
|
+
constructor(environment: any);
|
|
15
|
+
listenEvents(): void;
|
|
12
16
|
getFirmInvites(): Observable<ClientInviteCollection>;
|
|
13
17
|
/**
|
|
14
18
|
* Get invite which employee is TaxTank Advisor
|
|
@@ -35,11 +39,6 @@ export declare class ClientInviteService extends RestService<ClientInviteBase, C
|
|
|
35
39
|
* Send invitation from client to firm
|
|
36
40
|
*/
|
|
37
41
|
inviteFirmByUser(invite: ClientInvite): Observable<ClientInvite>;
|
|
38
|
-
/**
|
|
39
|
-
* Listem clientInvites db changes via mercure to update cache
|
|
40
|
-
* @TODO make it universal and move to parent
|
|
41
|
-
*/
|
|
42
|
-
listenSSE(): void;
|
|
43
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<ClientInviteService, never>;
|
|
44
43
|
static ɵprov: i0.ɵɵInjectableDeclaration<ClientInviteService>;
|
|
45
44
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client-invite.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/http/firm/client-invite/client-invite.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAc,MAAM,MAAM,CAAC;AAC9C,OAAO,EAAE,YAAY,IAAI,gBAAgB,EAAE,MAAM,0CAA0C,CAAC;AAG5F,OAAO,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AACzC,OAAO,EAA8B,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAC9E,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AACxD,OAAO,EAAE,sBAAsB,EAAE,MAAM,yBAAyB,CAAC;;AAGjE,qBAGa,mBAAoB,SAAQ,WAAW,CAAC,gBAAgB,EAAE,YAAY,EAAE,sBAAsB,CAAE,YAAW,cAAc;IAMjG,SAAS,CAAC,WAAW,EAAE,GAAG;IAL7D,SAAS,CAAC,WAAW,SAAqB;IAC1C,eAAe,EAAE,OAAO,sBAAsB,CAA0B;IACxE,UAAU,EAAE,OAAO,YAAY,CAAgB;IAC/C,YAAY,SAAmB;gBAEc,WAAW,EAAE,GAAG;IAK7D,YAAY;IAKZ,cAAc,IAAI,UAAU,CAAC,sBAAsB,CAAC;IAIpD;;;OAGG;IACH,YAAY,IAAI,UAAU,CAAC,YAAY,CAAC;IAMxC;;OAEG;IACH,MAAM,CAAC,IAAI,EAAE,IAAI,GAAG,UAAU,CAAC,YAAY,EAAE,CAAC;IAU9C;;OAEG;IACH,MAAM,CAAC,MAAM,EAAE,YAAY,GAAG,UAAU,CAAC,IAAI,CAAC;IAc9C;;OAEG;IACH,MAAM,CAAC,MAAM,EAAE,YAAY,GAAG,UAAU,CAAC,YAAY,CAAC;IAItD;;OAEG;IACH,MAAM,CAAC,MAAM,EAAE,YAAY,GAAG,UAAU,CAAC,YAAY,CAAC;IAatD;;OAEG;IACH,gBAAgB,CAAC,MAAM,EAAE,YAAY,GAAG,UAAU,CAAC,YAAY,CAAC;yCAtFrD,mBAAmB;6CAAnB,mBAAmB;CAoG/B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/http/firm/client-invite/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC;AACxC,cAAc,+BAA+B,CAAC"}
|
|
@@ -1,18 +1,20 @@
|
|
|
1
1
|
import { ClientMovement as ClientMovementBase } from '../../../../db/Models/firm/client-movement';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
|
-
import { ClientMovementCollection } from '../../../../collections
|
|
3
|
+
import { ClientMovementCollection } from '../../../../collections';
|
|
4
4
|
import { FirmTypeEnum } from '../../../../db/Enums/firm-type.enum';
|
|
5
|
-
import { RestService } from '../../rest
|
|
6
|
-
import { ClientMovement } from '../../../../models
|
|
7
|
-
import { IEventListener } from '../../../../interfaces
|
|
5
|
+
import { RestService } from '../../rest';
|
|
6
|
+
import { ClientMovement } from '../../../../models';
|
|
7
|
+
import { IEventListener } from '../../../../interfaces';
|
|
8
8
|
import { RestMethod } from '../../rest';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
export declare class ClientMovementService extends RestService<ClientMovementBase, ClientMovement, ClientMovementCollection> implements IEventListener {
|
|
11
|
+
protected environment: any;
|
|
11
12
|
protected endpointUri: string;
|
|
12
13
|
collectionClass: typeof ClientMovementCollection;
|
|
13
14
|
modelClass: typeof ClientMovement;
|
|
14
|
-
isApiPlatform: boolean;
|
|
15
15
|
disabledMethods: RestMethod[];
|
|
16
|
+
mercureTopic: string;
|
|
17
|
+
constructor(environment: any);
|
|
16
18
|
listenEvents(): void;
|
|
17
19
|
getActive(): Observable<ClientMovementCollection>;
|
|
18
20
|
getTTAdvisor(): Observable<ClientMovement>;
|
|
@@ -30,11 +32,6 @@ export declare class ClientMovementService extends RestService<ClientMovementBas
|
|
|
30
32
|
* Reject current firm
|
|
31
33
|
*/
|
|
32
34
|
close(clientMovement: ClientMovement): Observable<void>;
|
|
33
|
-
/**
|
|
34
|
-
* Listem clientMovements db changes via mercure to update cache
|
|
35
|
-
* @TODO make it universal and move to parent
|
|
36
|
-
*/
|
|
37
|
-
listenSSE(): void;
|
|
38
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<ClientMovementService, never>;
|
|
39
36
|
static ɵprov: i0.ɵɵInjectableDeclaration<ClientMovementService>;
|
|
40
37
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client-movement.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/http/firm/client-movement/client-movement.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,IAAI,kBAAkB,EAAE,MAAM,4CAA4C,CAAC;AAClG,OAAO,EAAE,UAAU,EAAY,MAAM,MAAM,CAAC;AAE5C,OAAO,EAAE,wBAAwB,EAAE,MAAM,yBAAyB,CAAC;AACnE,OAAO,EAAE,YAAY,EAAE,MAAM,qCAAqC,CAAC;AAEnE,OAAO,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AACzC,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAGpD,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAExD,OAAO,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;;AAExC,qBAGa,qBAAsB,SAAQ,WAAW,CAAC,kBAAkB,EAAE,cAAc,EAAE,wBAAwB,CAAE,YAAW,cAAc;IAOzG,SAAS,CAAC,WAAW,EAAE,GAAG;IAN7D,SAAS,CAAC,WAAW,SAAsB;IAC3C,eAAe,EAAE,OAAO,wBAAwB,CAA4B;IAC5E,UAAU,EAAE,OAAO,cAAc,CAAkB;IACnD,eAAe,EAAE,UAAU,EAAE,CAA0C;IACvE,YAAY,SAAqB;gBAEY,WAAW,EAAE,GAAG;IAK7D,YAAY,IAAI,IAAI;IAOpB,SAAS,IAAI,UAAU,CAAC,wBAAwB,CAAC;IAMjD,YAAY,IAAI,UAAU,CAAC,cAAc,CAAC;IAO1C,mBAAmB,CAAC,IAAI,EAAE,YAAY,GAAG,UAAU,CAAC,wBAAwB,CAAC;IAM7E;;;OAGG;IACH,GAAG,CAAC,QAAQ,EAAE,cAAc,GAAG,UAAU,CAAC,cAAc,CAAC;IAezD;;OAEG;IACH,QAAQ,CAAC,eAAe,EAAE,cAAc,EAAE,GAAG,UAAU,CAAC,cAAc,EAAE,CAAC;IAMzE;;OAEG;IACH,KAAK,CAAC,cAAc,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;yCArE5C,qBAAqB;6CAArB,qBAAqB;CAmFjC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/http/firm/client-movement/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"employee-messages.enum.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/http/firm/employee/employee-messages.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,oBAAoB;IAC9B,YAAY,6BAA6B;IACzC,YAAY,iCAAiC;IAC7C,aAAa,qDAAqD;IAClE,cAAc,kEAAkE;IAChF,kBAAkB,8DAA8D;IAChF,gBAAgB,4DAA4D;IAC5E,SAAS,+BAA+B;IACxC,WAAW,iCAAiC;IAC5C,gBAAgB,oEAAoE;CACrF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"employee.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/http/firm/employee/employee.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAC1D,OAAO,EAAE,IAAI,IAAI,QAAQ,EAAE,MAAM,iCAAiC,CAAC;AAEnE,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAIlC,OAAO,EAAE,IAAI,EAAE,MAAM,8BAA8B,CAAC;AAGpD,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;;AAEhE,qBAGa,eAAgB,SAAQ,WAAW,CAAC,QAAQ,EAAE,IAAI,CAAC;IAC9D,GAAG,SAAe;IAClB,UAAU,EAAE,OAAO,IAAI,CAAQ;IAC/B,QAAQ,EAAE,OAAO,oBAAoB,CAAwB;IAE7D;;;OAGG;IACH,iBAAiB,CAAC,QAAQ,EAAE,IAAI,GAAG,UAAU,CAAC,IAAI,CAAC;IAcnD,gBAAgB,CAAC,QAAQ,EAAE,IAAI,EAAE,IAAI,SAAkE,GAAG,UAAU,CAAC,IAAI,CAAC;IAc1H,kBAAkB,CAAC,QAAQ,EAAE,IAAI,EAAE,IAAI,SAAoE,GAAG,UAAU,CAAC,IAAI,CAAC;yCArCnH,eAAe;6CAAf,eAAe;CA0D3B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/http/firm/employee/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,0BAA0B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"employee-invite.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/http/firm/employee-invite/employee-invite.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,IAAI,kBAAkB,EAAE,MAAM,4CAA4C,CAAC;AAClG,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAKlC,OAAO,EAAE,cAAc,EAAE,MAAM,6CAA6C,CAAC;AAC7E,OAAO,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;;AAE1D,qBAGa,qBAAsB,SAAQ,WAAW,CAAC,kBAAkB,EAAE,cAAc,CAAC;IACxF,GAAG,SAAuB;IAC1B,UAAU,EAAE,OAAO,cAAc,CAAkB;IAEnD;;;OAGG;IACH,MAAM,CAAC,IAAI,EAAE,IAAI,GAAG,UAAU,CAAC,cAAc,EAAE,CAAC;IAUhD;;;OAGG;IACH,MAAM,CAAC,MAAM,EAAE,cAAc,GAAG,UAAU,CAAC,cAAc,CAAC;yCAtB/C,qBAAqB;6CAArB,qBAAqB;CAqCjC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/http/firm/employee-invite/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"firm-messages.enum.d.ts","sourceRoot":"","sources":["../../../../../../projects/tt-core/src/lib/services/http/firm/firm-messages.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,gBAAgB;IAC1B,YAAY,sBAAsB;IAClC,YAAY,sBAAsB;CACnC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"firm.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/tt-core/src/lib/services/http/firm/firm.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,MAAM,CAAC;AAEjD,OAAO,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAEhE,OAAO,EAAE,IAAI,EAAE,MAAM,2BAA2B,CAAC;;AAIjD,qBAGa,WAAW;IAIV,OAAO,CAAC,IAAI;IAAqC,SAAS,CAAC,WAAW,EAAE,GAAG;IAHvF,IAAI,EAAE,IAAI,CAAC;IACX,WAAW,EAAE,aAAa,CAAC,IAAI,CAAC,CAA8B;gBAE1C,IAAI,EAAE,UAAU,EAAmC,WAAW,EAAE,GAAG;IAEvF;;;OAGG;IACH,QAAQ,CAAC,IAAI,EAAE,IAAI,GAAG,UAAU,CAAC,IAAI,CAAC;IAOtC,GAAG,IAAI,UAAU,CAAC,IAAI,CAAC;IAevB,MAAM,CAAC,IAAI,EAAE,IAAI,GAAG,UAAU,CAAC,IAAI,CAAC;IAUpC;;OAEG;IACH,MAAM,IAAI,UAAU,CAAC,IAAI,EAAE,CAAC;IAO5B,SAAS,CAAC,IAAI,EAAE,YAAY,GAAG,UAAU,CAAC,IAAI,EAAE,CAAC;yCApDtC,WAAW;6CAAX,WAAW;CAyDvB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/tt-core/src/lib/services/http/firm/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,gBAAgB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client-portfolio-report.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/http/firm/portfolio-report/client-portfolio-report.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAElC,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAGlD,OAAO,EAAE,+BAA+B,EAAE,MAAM,4DAA4D,CAAC;;AAG7G;;GAEG;AACH,qBAGa,4BAA4B;IAG3B,OAAO,CAAC,IAAI;IAAqC,OAAO,CAAC,WAAW;IAFhF,GAAG,SAAuB;gBAEN,IAAI,EAAE,UAAU,EAAiC,WAAW,EAAE,GAAG;IAErF,GAAG,IAAI,UAAU,CAAC,+BAA+B,CAAC;yCALvC,4BAA4B;6CAA5B,4BAA4B;CAcxC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/http/firm/portfolio-report/index.ts"],"names":[],"mappings":"AAAA,cAAc,mCAAmC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"google.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/tt-core/src/lib/services/http/google/google.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAqB,MAAM,sBAAsB,CAAC;AACrE,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAC3C,OAAO,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACxC,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,eAAe,EAAE,MAAM,MAAM,CAAC;AAEvC,OAAO,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;;AAQlE;;;;GAIG;AACH,qBAGa,aAAa;IAOtB,OAAO,CAAC,IAAI;IACZ,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,SAAS;IACM,OAAO,CAAC,WAAW;IAX5C,iBAAiB,2BAA0D;IAC3E,eAAe,UAAwC;IAEvD,WAAW,SAAqG;gBAGtG,IAAI,EAAE,UAAU,EAChB,YAAY,EAAE,YAAY,EAC1B,UAAU,EAAE,UAAU,EACtB,MAAM,EAAE,MAAM,EACd,SAAS,EAAE,eAAe,EACH,WAAW,EAAE,GAAG;IAIjD;;;;OAIG;IAGH,KAAK,IAAI,IAAI;IAUb;;;;;OAKG;IACH,OAAO,CAAC,OAAO;IAaf;;;;OAIG;IACH,OAAO,CAAC,MAAM;yCAzDH,aAAa;6CAAb,aAAa;CA4DzB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/tt-core/src/lib/services/http/google/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"holding-messages.enum.d.ts","sourceRoot":"","sources":["../../../../../../projects/tt-core/src/lib/services/http/holding/holding-messages.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,mBAAmB;IAC7B,OAAO,iCAAiC;IACxC,OAAO,iCAAiC;IACxC,cAAc,kDAAkD;IAChE,OAAO,iCAAiC;IACxC,kBAAkB,+EAA2E;IAC7F,UAAU,4BAA4B;CACvC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"holding-sale-messages.enum.d.ts","sourceRoot":"","sources":["../../../../../../projects/tt-core/src/lib/services/http/holding/holding-sale-messages.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,uBAAuB;IACjC,OAAO,8BAA8B;IACrC,OAAO,8BAA8B;IACrC,cAAc,uDAAuD;IACrE,OAAO,8BAA8B;CACtC"}
|
|
@@ -8,7 +8,6 @@ export declare class HoldingSaleService extends RestService<HoldingSaleBase, Hol
|
|
|
8
8
|
modelClass: typeof HoldingSale;
|
|
9
9
|
collectionClass: typeof HoldingSaleCollection;
|
|
10
10
|
endpointUri: string;
|
|
11
|
-
isApiPlatform: boolean;
|
|
12
11
|
disabledMethods: RestMethod[];
|
|
13
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<HoldingSaleService, never>;
|
|
14
13
|
static ɵprov: i0.ɵɵInjectableDeclaration<HoldingSaleService>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"holding-sale.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/tt-core/src/lib/services/http/holding/holding-sale.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,IAAI,eAAe,EAAE,MAAM,oBAAoB,CAAC;AACpE,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAClD,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,qBAAqB,EAAE,MAAM,sBAAsB,CAAC;;AAE7D,qBAGa,kBAAmB,SAAQ,WAAW,CAAC,eAAe,EAAE,WAAW,EAAE,UAAU,CAAC,WAAW,CAAC,CAAC;IACxG,UAAU,qBAAe;IACzB,eAAe,+BAAyB;IACxC,WAAW,SAAmB;IAC9B,eAAe,EAAE,UAAU,EAAE,CAA4C;yCAJ9D,kBAAkB;6CAAlB,kBAAkB;CAK9B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"holding-type-messages.enum.d.ts","sourceRoot":"","sources":["../../../../../../projects/tt-core/src/lib/services/http/holding/holding-type-messages.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,uBAAuB;IACjC,OAAO,sCAAsC;IAC7C,OAAO,sCAAsC;IAC7C,cAAc,uDAAuD;IACrE,OAAO,sCAAsC;CAC9C"}
|
|
@@ -7,7 +7,6 @@ export declare class HoldingTypeService extends RestService<HoldingTypeBase, Hol
|
|
|
7
7
|
modelClass: typeof HoldingType;
|
|
8
8
|
collectionClass: typeof HoldingTypeCollection;
|
|
9
9
|
endpointUri: string;
|
|
10
|
-
isApiPlatform: boolean;
|
|
11
10
|
disabledMethods: RestMethod[];
|
|
12
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<HoldingTypeService, never>;
|
|
13
12
|
static ɵprov: i0.ɵɵInjectableDeclaration<HoldingTypeService>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"holding-type.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/tt-core/src/lib/services/http/holding/holding-type.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,IAAI,eAAe,EAAE,MAAM,oBAAoB,CAAC;AACpE,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAClD,OAAO,EAAE,qBAAqB,EAAE,MAAM,sBAAsB,CAAC;;AAE7D,qBAGa,kBAAmB,SAAQ,WAAW,CAAC,eAAe,EAAE,WAAW,EAAE,qBAAqB,CAAC;IACtG,UAAU,EAAE,OAAO,WAAW,CAAe;IAC7C,eAAe,EAAE,OAAO,qBAAqB,CAAyB;IACtE,WAAW,SAAmB;IAC9B,eAAe,EAAE,UAAU,EAAE,CAA4C;yCAJ9D,kBAAkB;6CAAlB,kBAAkB;CAK9B"}
|
|
@@ -6,12 +6,13 @@ import { IEventListener } from '../../../interfaces';
|
|
|
6
6
|
import { UserRolesEnum } from '../../../db/Enums/user-roles.enum';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class HoldingService extends RestService<HoldingBase, Holding, HoldingCollection> implements IEventListener {
|
|
9
|
+
protected environment: any;
|
|
9
10
|
modelClass: typeof Holding;
|
|
10
11
|
collectionClass: typeof HoldingCollection;
|
|
11
12
|
endpointUri: string;
|
|
12
|
-
isApiPlatform: boolean;
|
|
13
13
|
disabledMethods: RestMethod[];
|
|
14
14
|
roles: UserRolesEnum[];
|
|
15
|
+
constructor(environment: any);
|
|
15
16
|
listenEvents(): void;
|
|
16
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<HoldingService, never>;
|
|
17
18
|
static ɵprov: i0.ɵɵInjectableDeclaration<HoldingService>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"holding.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/tt-core/src/lib/services/http/holding/holding.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAC5D,OAAO,EAAE,OAAO,EAAe,MAAM,iBAAiB,CAAC;AACvD,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAClD,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AACzD,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAC;;AAElE,qBAGa,cAAe,SAAQ,WAAW,CAAC,WAAW,EAAE,OAAO,EAAE,iBAAiB,CAAE,YAAW,cAAc;IAO7E,SAAS,CAAC,WAAW,EAAE,GAAG;IAN7D,UAAU,EAAE,OAAO,OAAO,CAAW;IACrC,eAAe,EAAE,OAAO,iBAAiB,CAAqB;IAC9D,WAAW,SAAc;IACzB,eAAe,EAAE,UAAU,EAAE,CAA4C;IACzE,KAAK,kBAAgC;gBAEQ,WAAW,EAAE,GAAG;IAK7D,YAAY,IAAI,IAAI;yCAZT,cAAc;6CAAd,cAAc;CAe1B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/tt-core/src/lib/services/http/holding/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,kDAAkD,CAAC;AACjE,cAAc,yBAAyB,CAAC;AACxC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,8BAA8B,CAAC"}
|
package/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.d.ts
CHANGED
|
@@ -7,8 +7,10 @@ import * as i0 from "@angular/core";
|
|
|
7
7
|
* Service to work with Other Income Forecasts
|
|
8
8
|
*/
|
|
9
9
|
export declare class IncomeSourceForecastService extends RestService<IncomeSourceForecastBase, IncomeSourceForecast> implements IEventListener {
|
|
10
|
+
protected environment: any;
|
|
10
11
|
modelClass: typeof IncomeSourceForecast;
|
|
11
12
|
url: string;
|
|
13
|
+
constructor(environment: any);
|
|
12
14
|
/**
|
|
13
15
|
* Listen to Income Sources events
|
|
14
16
|
*/
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"income-source-forecast.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,oBAAoB,IAAI,wBAAwB,EAAE,MAAM,2DAA2D,CAAC;AAE7H,OAAO,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAC1D,OAAO,EAA4C,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AACpG,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;;AAExD;;GAEG;AACH,qBAGa,2BAA4B,SAAQ,WAAW,CAAC,wBAAwB,EAAE,oBAAoB,CAAE,YAAW,cAAc;IAIjG,SAAS,CAAC,WAAW,EAAE,GAAG;IAH7D,UAAU,EAAE,OAAO,oBAAoB,CAAwB;IAC/D,GAAG,SAA6B;gBAEa,WAAW,EAAE,GAAG;IAK7D;;OAEG;IACH,YAAY,IAAI,IAAI;IAKpB;;;OAGG;IACH,OAAO,CAAC,0BAA0B;IAkBlC;;OAEG;IACH,OAAO,CAAC,4BAA4B;IAapC;;;OAGG;IACH,OAAO,CAAC,2BAA2B;yCA3DxB,2BAA2B;6CAA3B,2BAA2B;CAqEvC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/http/income-source/income-source-forecast/index.ts"],"names":[],"mappings":"AAAA,cAAc,kCAAkC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"income-source-messages.enum.d.ts","sourceRoot":"","sources":["../../../../../../projects/tt-core/src/lib/services/http/income-source/income-source-messages.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,wBAAwB;IAClC,OAAO,yCAAyC;IAChD,OAAO,0CAA0C;IACjD,OAAO,iEAAiE;IACxE,WAAW,gGAAgG;IAC3G,cAAc,8CAA8C;IAC5D,YAAY,oIAAoI;CACjJ"}
|
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
2
|
import { IncomeSource as IncomeSourceBase } from '../../../db/Models/incomeSource/income-source';
|
|
3
3
|
import { RestService } from '../rest/rest-old.service';
|
|
4
|
-
import {
|
|
5
|
-
import { IncomeSourceTypeEnum } from '../../../db/Enums/income-source
|
|
4
|
+
import { IncomeSource, SalaryForecast } from '../../../models';
|
|
5
|
+
import { IncomeSourceTypeEnum } from '../../../db/Enums/income-source';
|
|
6
6
|
import { IEventListener } from '../../../interfaces';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
/**
|
|
9
9
|
* Service to work with income sources
|
|
10
10
|
*/
|
|
11
11
|
export declare class IncomeSourceService extends RestService<IncomeSourceBase, IncomeSource> implements IEventListener {
|
|
12
|
+
protected environment: any;
|
|
12
13
|
url: string;
|
|
13
14
|
modelClass: typeof IncomeSource;
|
|
15
|
+
constructor(environment: any);
|
|
14
16
|
listenEvents(): void;
|
|
15
17
|
/**
|
|
16
18
|
* Get income sources tax calculation
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"income-source.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/tt-core/src/lib/services/http/income-source/income-source.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAElC,OAAO,EAAE,YAAY,IAAI,gBAAgB,EAAE,MAAM,+CAA+C,CAAC;AACjG,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AACvD,OAAO,EAA8B,YAAY,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAE3F,OAAO,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AAEvE,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;;AAErD;;GAEG;AACH,qBAGa,mBAAoB,SAAQ,WAAW,CAAC,gBAAgB,EAAE,YAAY,CAAE,YAAW,cAAc;IAIzE,SAAS,CAAC,WAAW,EAAE,GAAG;IAH7D,GAAG,SAAoB;IACvB,UAAU,sBAAgB;gBAEmB,WAAW,EAAE,GAAG;IAK7D,YAAY,IAAI,IAAI;IAIpB;;;OAGG;IACH,iBAAiB,CAAC,cAAc,EAAE,cAAc,GAAG,UAAU,CAAC,cAAc,CAAC;IAO7E;;;OAGG;IACH,QAAQ,CAAC,aAAa,EAAE,YAAY,EAAE,GAAG,UAAU,CAAC,YAAY,EAAE,CAAC;IAiBnE;;OAEG;IAEH,WAAW,CAAC,aAAa,EAAE,YAAY,EAAE,EAAE,WAAW,GAAE,MAAW,GAAG,UAAU,CAAC,YAAY,EAAE,CAAC;IAqBhG;;;OAGG;IACH,UAAU,CAAC,KAAK,EAAE,oBAAoB,EAAE,GAAG,UAAU,CAAC,YAAY,EAAE,CAAC;IAOrE;;OAEG;IACH,OAAO,CAAC,yBAAyB;yCApFtB,mBAAmB;6CAAnB,mBAAmB;CA0F/B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/tt-core/src/lib/services/http/income-source/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC;AACzC,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,+BAA+B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/http/income-source/salary-forecast/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC"}
|
|
@@ -1,14 +1,16 @@
|
|
|
1
1
|
import { SalaryForecast as SalaryForecastBase } from '../../../../db/Models/incomeSource/salary-forecast';
|
|
2
2
|
import { RestService } from '../../rest/rest-old.service';
|
|
3
|
-
import { SalaryForecast } from '../../../../models
|
|
4
|
-
import { IEventListener } from '../../../../interfaces
|
|
3
|
+
import { SalaryForecast } from '../../../../models';
|
|
4
|
+
import { IEventListener } from '../../../../interfaces';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
/**
|
|
7
7
|
* Service to work with Salary Forecasts
|
|
8
8
|
*/
|
|
9
9
|
export declare class SalaryForecastService extends RestService<SalaryForecastBase, SalaryForecast> implements IEventListener {
|
|
10
|
+
protected environment: any;
|
|
10
11
|
modelClass: typeof SalaryForecast;
|
|
11
12
|
url: string;
|
|
13
|
+
constructor(environment: any);
|
|
12
14
|
/**
|
|
13
15
|
* Listen to Income Sources events
|
|
14
16
|
*/
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"salary-forecast.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/http/income-source/salary-forecast/salary-forecast.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,IAAI,kBAAkB,EAAE,MAAM,oDAAoD,CAAC;AAG1G,OAAO,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAC1D,OAAO,EAA4C,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAC9F,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;;AAExD;;GAEG;AACH,qBAGa,qBAAsB,SAAQ,WAAW,CAAC,kBAAkB,EAAE,cAAc,CAAE,YAAW,cAAc;IAI/E,SAAS,CAAC,WAAW,EAAE,GAAG;IAH7D,UAAU,EAAE,OAAO,cAAc,CAAkB;IACnD,GAAG,SAAsB;gBAEoB,WAAW,EAAE,GAAG;IAK7D;;OAEG;IACH,YAAY,IAAI,IAAI;IAKpB;;OAEG;IACH,OAAO,CAAC,0BAA0B;IAkBlC;;OAEG;IACH,OAAO,CAAC,4BAA4B;IAapC;;;OAGG;IACH,OAAO,CAAC,qBAAqB;yCA1DlB,qBAAqB;6CAArB,qBAAqB;CAoEjC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/http/income-source/sole-forecast/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC"}
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
import { SoleForecast as SoleForecastBase } from '../../../../db/Models/sole/sole-forecast';
|
|
2
2
|
import { RestService } from '../../rest/rest-old.service';
|
|
3
|
-
import { SoleForecast } from '../../../../models
|
|
4
|
-
import { IEventListener } from '../../../../interfaces
|
|
3
|
+
import { SoleForecast } from '../../../../models';
|
|
4
|
+
import { IEventListener } from '../../../../interfaces';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class SoleForecastService extends RestService<SoleForecastBase, SoleForecast> implements IEventListener {
|
|
7
|
+
protected environment: any;
|
|
7
8
|
modelClass: typeof SoleForecast;
|
|
8
9
|
url: string;
|
|
10
|
+
constructor(environment: any);
|
|
9
11
|
/**
|
|
10
12
|
* Listen to Income Sources events
|
|
11
13
|
*/
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sole-forecast.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/http/income-source/sole-forecast/sole-forecast.service.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,IAAI,gBAAgB,EAAE,MAAM,0CAA0C,CAAC;AAE5F,OAAO,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAC1D,OAAO,EAA4C,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAC5F,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;;AAExD,qBAGa,mBAAoB,SAAQ,WAAW,CAAC,gBAAgB,EAAE,YAAY,CAAE,YAAW,cAAc;IAIzE,SAAS,CAAC,WAAW,EAAE,GAAG;IAH7D,UAAU,EAAE,OAAO,YAAY,CAAgB;IAC/C,GAAG,SAAoB;gBAEsB,WAAW,EAAE,GAAG;IAK7D;;OAEG;IACH,YAAY,IAAI,IAAI;IAMpB;;OAEG;IACH,OAAO,CAAC,0BAA0B;IAkBlC;;OAEG;IACH,OAAO,CAAC,4BAA4B;IAcpC;;;OAGG;IACH,OAAO,CAAC,mBAAmB;IAW3B;;OAEG;IACH,OAAO,CAAC,qBAAqB;yCA1ElB,mBAAmB;6CAAnB,mBAAmB;CA+E/B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/tt-core/src/lib/services/http/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAE1B,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AAEzB,cAAc,kBAAkB,CAAC;AACjC,cAAc,QAAQ,CAAC;AAEvB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAE3B,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AAEvB,cAAc,iBAAiB,CAAC;AAEhC,cAAc,QAAQ,CAAC;AAEvB,cAAc,YAAY,CAAC;AAE3B,cAAc,QAAQ,CAAC;AAEvB,cAAc,wBAAwB,CAAC;AACvC,cAAc,QAAQ,CAAC;AACvB,cAAc,gBAAgB,CAAC;AAE/B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,kBAAkB,CAAC;AAEjC,cAAc,WAAW,CAAC;AAE1B,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AAEvB,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"borrowing-expense.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/http/loan/borrowing-expense/borrowing-expense.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,MAAM,CAAC;AAEjD,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,OAAO,EAAE,gBAAgB,EAAE,MAAM,wDAAwD,CAAC;AAC1F,OAAO,EAAE,IAAI,EAAE,MAAM,8BAA8B,CAAC;;AAGpD;;GAEG;AACH,qBAGa,uBAAuB;IAItB,OAAO,CAAC,IAAI;IAAqC,SAAS,CAAC,WAAW,EAAE,GAAG;IAHvF,kBAAkB,EAAE,gBAAgB,EAAE,CAAC;IACvC,wBAAwB,EAAE,aAAa,CAAC,gBAAgB,EAAE,CAAC,CAA4C;gBAEnF,IAAI,EAAE,UAAU,EAAmC,WAAW,EAAE,GAAG;IAEvF;;OAEG;IACH,GAAG,IAAI,UAAU,CAAC,gBAAgB,EAAE,CAAC;IAerC,wBAAwB,CAAC,IAAI,CAAC,EAAE,IAAI,GAAG,UAAU,CAAC,GAAG,CAAC;yCAxB3C,uBAAuB;6CAAvB,uBAAuB;CAgEnC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/http/loan/borrowing-expense/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/tt-core/src/lib/services/http/loan/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AAEpC,cAAc,gBAAgB,CAAC"}
|
|
@@ -9,10 +9,12 @@ import * as i0 from "@angular/core";
|
|
|
9
9
|
* Service that handling loans logic
|
|
10
10
|
*/
|
|
11
11
|
export declare class LoanService extends RestService<LoanBase, Loan, LoanCollection> implements IEventListener {
|
|
12
|
+
protected environment: any;
|
|
12
13
|
endpointUri: string;
|
|
13
14
|
modelClass: typeof Loan;
|
|
14
15
|
collectionClass: typeof LoanCollection;
|
|
15
16
|
disabledMethods: RestMethod[];
|
|
17
|
+
constructor(environment: any);
|
|
16
18
|
/**
|
|
17
19
|
* Listen to Loans events
|
|
18
20
|
*/
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loan.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/tt-core/src/lib/services/http/loan/loan.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAClC,OAAO,EAAE,IAAI,IAAI,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAEtD,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAElD,OAAO,EAA2C,IAAI,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC5F,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;;AAEtD;;GAEG;AACH,qBAGa,WAAY,SAAQ,WAAW,CAAC,QAAQ,EAAE,IAAI,EAAE,cAAc,CAAE,YAAW,cAAc;IAMjE,SAAS,CAAC,WAAW,EAAE,GAAG;IAL7D,WAAW,SAAyB;IACpC,UAAU,EAAE,OAAO,IAAI,CAAQ;IAC/B,eAAe,EAAE,OAAO,cAAc,CAAkB;IACxD,eAAe,EAAE,UAAU,EAAE,CAAqC;gBAErB,WAAW,EAAE,GAAG;IAK7D;;OAEG;IACH,YAAY,IAAI,IAAI;IAWpB;;OAEG;IACH,qBAAqB,CAAC,IAAI,EAAE,IAAI,GAAG,UAAU,CAAC,GAAG,CAAC;IAMlD;;;;OAIG;IACH,aAAa,CAAC,IAAI,EAAE,IAAI,EAAE,WAAW,EAAE,UAAU,GAAG,UAAU,CAAC,GAAG,CAAC;IAWnE;;;;OAIG;IACH,gBAAgB,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,UAAU,GAAG,UAAU,CAAC,GAAG,CAAC;IAWjE;;;;;OAKG;IACH,gBAAgB,CAAC,IAAI,EAAE,IAAI,EAAE,WAAW,EAAE,UAAU,GAAG,UAAU,CAAC,GAAG,CAAC;yCAxE3D,WAAW;6CAAX,WAAW;CAkFvB"}
|