taxtank-core 0.28.93 → 0.28.95
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/bundles/taxtank-core.umd.js +4147 -4291
- package/bundles/taxtank-core.umd.js.map +1 -1
- package/esm2015/lib/collections/subscription/service-subscription.collection.js +1 -14
- package/esm2015/lib/models/service-subscription/service-subscription-item.js +2 -11
- package/esm2015/lib/models/service-subscription/service-subscription.js +2 -57
- package/esm2015/lib/services/account-setup/index.js +2 -0
- package/esm2015/lib/services/affiliate/index.js +2 -0
- package/esm2015/lib/services/affiliate/rewardful/index.js +2 -0
- package/esm2015/lib/services/asset/index.js +2 -0
- package/esm2015/lib/services/auth/index.js +3 -0
- package/esm2015/lib/services/bank/index.js +3 -0
- package/esm2015/lib/services/event/index.js +3 -0
- package/esm2015/lib/services/export/index.js +2 -0
- package/esm2015/lib/services/header-title/index.js +2 -0
- package/esm2015/lib/services/http/address/index.js +2 -0
- package/esm2015/lib/services/http/bank/bank-account/index.js +2 -0
- package/esm2015/lib/services/http/bank/bank-connection/index.js +2 -0
- package/esm2015/lib/services/http/bank/bank-transaction/index.js +2 -0
- package/esm2015/lib/services/http/bank/basiq/index.js +3 -0
- package/esm2015/lib/services/http/bank/index.js +6 -0
- package/esm2015/lib/services/http/chart-accounts/chart-accounts-depreciations/index.js +2 -0
- package/esm2015/lib/services/http/chart-accounts/index.js +3 -0
- package/esm2015/lib/services/http/chat/index.js +4 -0
- package/esm2015/lib/services/http/chat/message/index.js +2 -0
- package/esm2015/lib/services/http/chat/message-document/index.js +2 -0
- package/esm2015/lib/services/http/depreciation/depreciation-capital-project/index.js +2 -0
- package/esm2015/lib/services/http/depreciation/depreciation-receipt/index.js +2 -0
- package/esm2015/lib/services/http/depreciation/index.js +3 -3
- package/esm2015/lib/services/http/facebook/index.js +2 -0
- package/esm2015/lib/services/http/firm/client-income/index.js +2 -0
- package/esm2015/lib/services/http/firm/client-invite/index.js +2 -0
- package/esm2015/lib/services/http/firm/client-movement/index.js +2 -0
- package/esm2015/lib/services/http/firm/employee/index.js +2 -0
- package/esm2015/lib/services/http/firm/employee-invite/index.js +2 -0
- package/esm2015/lib/services/http/firm/index.js +8 -0
- package/esm2015/lib/services/http/firm/portfolio-report/index.js +2 -0
- package/esm2015/lib/services/http/income-source/income-source-forecast/index.js +2 -0
- package/esm2015/lib/services/http/income-source/index.js +5 -0
- package/esm2015/lib/services/http/income-source/salary-forecast/index.js +2 -0
- package/esm2015/lib/services/http/income-source/sole-forecast/index.js +2 -0
- package/esm2015/lib/services/http/index.js +20 -1
- package/esm2015/lib/services/http/loan/borrowing-expense/index.js +2 -0
- package/esm2015/lib/services/http/loan/index.js +3 -0
- package/esm2015/lib/services/http/property/index.js +7 -0
- package/esm2015/lib/services/http/property/property-category/index.js +2 -0
- package/esm2015/lib/services/http/property/property-category-movement/index.js +2 -0
- package/esm2015/lib/services/http/property/property-document/index.js +2 -0
- package/esm2015/lib/services/http/property/property-sale/index.js +3 -0
- package/esm2015/lib/services/http/property/property-share/index.js +2 -0
- package/esm2015/lib/services/http/receipt/index.js +2 -0
- package/esm2015/lib/services/http/rest/index.js +2 -0
- package/esm2015/lib/services/http/service-notification/index.js +2 -0
- package/esm2015/lib/services/http/subscription/index.js +3 -0
- package/esm2015/lib/services/http/tax-review/index.js +3 -0
- package/esm2015/lib/services/http/tax-summary/index.js +2 -0
- package/esm2015/lib/services/http/transaction/index.js +4 -0
- package/esm2015/lib/services/http/tutorial-video/index.js +2 -0
- package/esm2015/lib/services/http/user/index.js +2 -1
- package/esm2015/lib/services/index.js +18 -2
- package/esm2015/lib/services/intercom/index.js +2 -0
- package/esm2015/lib/services/pdf/index.js +5 -0
- package/esm2015/lib/services/preloader/index.js +2 -0
- package/esm2015/lib/services/property/corelogic/index.js +2 -0
- package/esm2015/lib/services/property/equity-position-chart/index.js +2 -0
- package/esm2015/lib/services/property/index.js +4 -0
- package/esm2015/lib/services/property/property-calculation/index.js +2 -0
- package/esm2015/lib/services/report/index.js +2 -0
- package/esm2015/lib/services/toast/index.js +2 -0
- package/esm2015/lib/services/transaction/index.js +2 -0
- package/esm2015/lib/services/user/index.js +2 -0
- package/esm2015/lib/services/xlsx/index.js +2 -0
- package/esm2015/public-api.js +1 -77
- package/fesm2015/taxtank-core.js +3752 -3874
- package/fesm2015/taxtank-core.js.map +1 -1
- package/lib/collections/subscription/service-subscription.collection.d.ts +0 -4
- 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/bank/bank-login.form.d.ts.map +1 -0
- package/lib/forms/client/client-income-types.form.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/index.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/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-employee-share-schemes.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/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/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/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/round-to.d.ts.map +1 -0
- package/lib/functions/tax-review-filter-predicate.d.ts.map +1 -0
- package/lib/interfaces/option.interface.d.ts.map +1 -0
- package/lib/interfaces/table-exportable.interface.d.ts.map +1 -0
- package/lib/interfaces/updatable.interface.d.ts.map +1 -0
- package/lib/models/account-setup/account-setup-items.const.d.ts.map +1 -0
- package/lib/models/account-setup/account-setup-items.enum.d.ts.map +1 -0
- package/lib/models/export/export-row-data-type.enum.d.ts.map +1 -0
- package/lib/models/export/export-row.d.ts.map +1 -0
- package/lib/models/report/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/service-payment.d.ts.map +1 -0
- package/lib/models/service-subscription/service-subscription.d.ts +0 -25
- 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/transaction/transaction-category.enum.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-event/user-event-setting-field.enum.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 +1 -0
- package/lib/services/account-setup/index.d.ts.map +1 -0
- package/lib/services/affiliate/index.d.ts +1 -0
- package/lib/services/affiliate/index.d.ts.map +1 -0
- package/lib/services/affiliate/rewardful/index.d.ts +1 -0
- package/lib/services/asset/assets.service.d.ts.map +1 -0
- package/lib/services/asset/index.d.ts +1 -0
- package/lib/services/asset/index.d.ts.map +1 -0
- package/lib/services/auth/index.d.ts +2 -0
- package/lib/services/auth/index.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 +2 -0
- package/lib/services/bank/index.d.ts.map +1 -0
- package/lib/services/event/index.d.ts +2 -0
- package/lib/services/event/index.d.ts.map +1 -0
- package/lib/services/export/export-formatter.service.d.ts.map +1 -0
- package/lib/services/export/index.d.ts +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 +1 -0
- package/lib/services/header-title/index.d.ts.map +1 -0
- package/lib/services/http/address/index.d.ts +1 -0
- package/lib/services/http/bank/bank-account/index.d.ts +1 -0
- package/lib/services/http/bank/bank-connection/index.d.ts +1 -0
- package/lib/services/http/bank/bank-transaction/index.d.ts +1 -0
- package/lib/services/http/bank/basiq/index.d.ts +2 -0
- package/lib/services/http/bank/index.d.ts +5 -0
- package/lib/services/http/chart-accounts/chart-accounts-depreciations/index.d.ts +1 -0
- package/lib/services/http/chart-accounts/index.d.ts +2 -0
- package/lib/services/http/chat/index.d.ts +3 -0
- package/lib/services/http/chat/message/index.d.ts +1 -0
- package/lib/services/http/chat/message-document/index.d.ts +1 -0
- package/lib/services/http/depreciation/depreciation-capital-project/index.d.ts +1 -0
- package/lib/services/http/depreciation/depreciation-receipt/index.d.ts +1 -0
- package/lib/services/http/depreciation/index.d.ts +2 -2
- package/lib/services/http/facebook/index.d.ts +1 -0
- package/lib/services/http/firm/client-income/index.d.ts +1 -0
- package/lib/services/http/firm/client-invite/index.d.ts +1 -0
- package/lib/services/http/firm/client-movement/index.d.ts +1 -0
- package/lib/services/http/firm/employee/index.d.ts +1 -0
- package/lib/services/http/firm/employee-invite/index.d.ts +1 -0
- package/lib/services/http/firm/index.d.ts +7 -0
- package/lib/services/http/firm/portfolio-report/index.d.ts +1 -0
- package/lib/services/http/income-source/income-source-forecast/index.d.ts +1 -0
- package/lib/services/http/income-source/index.d.ts +4 -0
- package/lib/services/http/income-source/salary-forecast/index.d.ts +1 -0
- package/lib/services/http/income-source/sole-forecast/index.d.ts +1 -0
- package/lib/services/http/index.d.ts +19 -0
- package/lib/services/http/index.d.ts.map +1 -0
- package/lib/services/http/loan/borrowing-expense/index.d.ts +1 -0
- package/lib/services/http/loan/index.d.ts +2 -0
- package/lib/services/http/property/index.d.ts +6 -0
- package/lib/services/http/property/property-category/index.d.ts +1 -0
- package/lib/services/http/property/property-category-movement/index.d.ts +1 -0
- package/lib/services/http/property/property-document/index.d.ts +1 -0
- package/lib/services/http/property/property-sale/index.d.ts +2 -0
- package/lib/services/http/property/property-share/index.d.ts +1 -0
- package/lib/services/http/receipt/index.d.ts +1 -0
- package/lib/services/http/rest/index.d.ts +1 -0
- package/lib/services/http/service-notification/index.d.ts +1 -0
- package/lib/services/http/subscription/index.d.ts +2 -0
- package/lib/services/http/tax-review/index.d.ts +2 -0
- package/lib/services/http/tax-summary/index.d.ts +1 -0
- package/lib/services/http/transaction/index.d.ts +3 -0
- package/lib/services/http/tutorial-video/index.d.ts +1 -0
- package/lib/services/http/user/index.d.ts +1 -0
- package/lib/services/index.d.ts +17 -1
- package/lib/services/index.d.ts.map +1 -0
- package/lib/services/intercom/index.d.ts +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/pdf/index.d.ts +4 -0
- package/lib/services/pdf/index.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 +1 -0
- package/lib/services/preloader/index.d.ts.map +1 -0
- package/lib/services/property/corelogic/index.d.ts +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 +1 -0
- package/lib/services/property/equity-position-chart/index.d.ts.map +1 -0
- package/lib/services/property/index.d.ts +3 -0
- package/lib/services/property/index.d.ts.map +1 -0
- package/lib/services/property/property-calculation/index.d.ts +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.map +1 -0
- package/lib/services/report/index.d.ts +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 +1 -0
- package/lib/services/toast/index.d.ts.map +1 -0
- package/lib/services/transaction/index.d.ts +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 +1 -0
- package/lib/services/user/index.d.ts.map +1 -0
- package/lib/services/vehicle/index.d.ts.map +1 -0
- package/lib/services/vehicle/logbook-best-period.service.d.ts.map +1 -0
- package/lib/services/xlsx/index.d.ts +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/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/date-range.validator.d.ts.map +1 -0
- package/lib/validators/fields-sum.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/package.json +1 -1
- package/public-api.d.ts +0 -76
- package/public-api.d.ts.map +1 -0
- package/taxtank-core.d.ts.map +1 -0
- package/esm2015/lib/models/service-subscription/subscription-description.const.js +0 -8
- package/esm2015/lib/models/service-subscription/subscription-title.const.js +0 -8
- package/esm2015/lib/models/service-subscription/subscription-type.enum.js +0 -8
- package/esm2015/lib/services/kompassify/kompassify.service.js +0 -30
- package/lib/models/service-subscription/subscription-description.const.d.ts +0 -3
- package/lib/models/service-subscription/subscription-title.const.d.ts +0 -3
- package/lib/models/service-subscription/subscription-type.enum.d.ts +0 -6
- package/lib/services/kompassify/kompassify.service.d.ts +0 -13
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './chart-accounts-depreciations.service';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './message.service';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './message-document.service';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './depreciation-capital-project.service';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './depreciation-receipt.service';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export * from './depreciation.service';
|
|
2
|
-
export * from './depreciation-capital-project
|
|
3
|
-
export * from './depreciation-receipt
|
|
2
|
+
export * from './depreciation-capital-project';
|
|
3
|
+
export * from './depreciation-receipt';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './facebook.service';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './client-income-types.service';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './client-invite.service';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './client-movement.service';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './employee.service';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './employee-invite.service';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './client-portfolio-report.service';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './income-source-forecast.service';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './salary-forecast.service';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './sole-forecast.service';
|
|
@@ -1,4 +1,23 @@
|
|
|
1
|
+
export * from './address';
|
|
2
|
+
export * from './bank';
|
|
3
|
+
export * from './chart-accounts';
|
|
4
|
+
export * from './chat';
|
|
5
|
+
export * from './depreciation';
|
|
6
|
+
export * from './document';
|
|
7
|
+
export * from './facebook';
|
|
8
|
+
export * from './firm';
|
|
9
|
+
export * from './income-source';
|
|
10
|
+
export * from './loan';
|
|
11
|
+
export * from './property';
|
|
12
|
+
export * from './receipt';
|
|
13
|
+
export * from './rest';
|
|
14
|
+
export * from './service-notification';
|
|
1
15
|
export * from './sole';
|
|
16
|
+
export * from './subscription';
|
|
17
|
+
export * from './tax-review';
|
|
18
|
+
export * from './tax-summary';
|
|
19
|
+
export * from './transaction';
|
|
20
|
+
export * from './tutorial-video';
|
|
2
21
|
export * from './vehicle';
|
|
3
22
|
export * from './user';
|
|
4
23
|
export * from './document';
|
|
@@ -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;AAEvB,cAAc,kBAAkB,CAAC;AACjC,cAAc,QAAQ,CAAC;AAEvB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAE3B,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AAEvB,cAAc,iBAAiB,CAAC;AAEhC,cAAc,QAAQ,CAAC;AAEvB,cAAc,YAAY,CAAC;AAE3B,cAAc,WAAW,CAAC;AAC1B,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,QAAQ,CAAC;AAEvB,cAAc,YAAY,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './borrowing-expense.service';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './property-category.service';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './property-category-movement.service';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './property-document.service';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './property-share.service';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './receipt.service';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './rest.service';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './service-notification.service';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './tax-summary.service';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './tutorial-video.service';
|
package/lib/services/index.d.ts
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
1
|
export * from './http';
|
|
2
|
-
export * from './
|
|
2
|
+
export * from './account-setup';
|
|
3
|
+
export * from './affiliate';
|
|
4
|
+
export * from './asset';
|
|
5
|
+
export * from './auth';
|
|
6
|
+
export * from './bank';
|
|
7
|
+
export * from './event';
|
|
8
|
+
export * from './export';
|
|
9
|
+
export * from './header-title';
|
|
10
|
+
export * from './intercom';
|
|
11
|
+
export * from './pdf';
|
|
12
|
+
export * from './preloader';
|
|
13
|
+
export * from './property';
|
|
14
|
+
export * from './report';
|
|
15
|
+
export * from './toast';
|
|
16
|
+
export * from './transaction';
|
|
17
|
+
export * from './user';
|
|
3
18
|
export * from './vehicle';
|
|
19
|
+
export * from './xlsx';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../projects/tt-core/src/lib/services/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AAEvB,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AAEvB,cAAc,QAAQ,CAAC;AAEvB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AAEzB,cAAc,gBAAgB,CAAC;AAE/B,cAAc,YAAY,CAAC;AAE3B,cAAc,OAAO,CAAA;AACrB,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAE3B,cAAc,UAAU,CAAC;AAEzB,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAE9B,cAAc,QAAQ,CAAC;AAEvB,cAAc,WAAW,CAAC;AAE1B,cAAc,QAAQ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './intercom.service';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/tt-core/src/lib/services/intercom/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"intercom.service.d.ts","sourceRoot":"","sources":["../../../../../projects/tt-core/src/lib/services/intercom/intercom.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,MAAM,wBAAwB,CAAC;;AAE9C;;GAEG;AACH,qBAGa,eAAe;IAED,OAAO,CAAC,WAAW;gBAAX,WAAW,EAAE,GAAG;IAIjD;;;OAGG;IACH,QAAQ,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM;IAQ5B;;;OAGG;IACH,cAAc,CAAC,IAAI,EAAE,IAAI,GAAG,IAAI;yCAtBrB,eAAe;6CAAf,eAAe;CA2B3B"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export * from './pdf-from-dom-element/pdf-from-dom-element.service';
|
|
2
|
+
export * from './pdf-from-table/pdf-from-data-table/pdf-from-data-table.service';
|
|
3
|
+
export * from './pdf-from-table/pdf-from-html-table/pdf-from-html-table.service';
|
|
4
|
+
export * from './pdf-from-table/pdf-from-table.service';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/tt-core/src/lib/services/pdf/index.ts"],"names":[],"mappings":"AAAA,cAAc,qDAAqD,CAAC;AACpE,cAAc,kEAAkE,CAAC;AACjF,cAAc,kEAAkE,CAAC;AACjF,cAAc,yCAAyC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pdf-from-dom-element.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/tt-core/src/lib/services/pdf/pdf-from-dom-element/pdf-from-dom-element.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAQ,UAAU,EAAE,MAAM,MAAM,CAAC;;AAKxC;;;;;;GAMG;AACH,qBAGa,wBAAwB;IACnC,OAAO,CAAC,IAAI;IAiBZ,QAAQ,CAAC,QAAQ,EAAE,UAAU,CAAC,WAAW,CAAC,EAAE,YAAY,CAAC,EAAE,WAAW,GAAG,UAAU,CAAC,OAAO,CAAC;IAQ5F,MAAM,CAAC,QAAQ,EAAE,UAAU,CAAC,WAAW,CAAC,EAAE,QAAQ,GAAE,MAA+B,GAAG,UAAU,CAAC,OAAO,CAAC;yCA1B9F,wBAAwB;6CAAxB,wBAAwB;CAiCpC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"file-settings.d.ts","sourceRoot":"","sources":["../../../../../../projects/tt-core/src/lib/services/pdf/pdf-from-table/file-settings.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,aAAa,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,CAAA;CA0BlE,CAAA"}
|
package/lib/services/pdf/pdf-from-table/pdf-from-data-table/pdf-from-data-table.service.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pdf-from-data-table.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/pdf/pdf-from-table/pdf-from-data-table/pdf-from-data-table.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,6CAA6C,CAAC;AAE9E,OAAO,EAAE,WAAW,EAAE,MAAM,qCAAqC,CAAC;AAClE,OAAO,EAAE,sBAAsB,EAAE,MAAM,0CAA0C,CAAC;AAClF,OAAO,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;;AAGhE;;GAEG;AACH,qBAGa,uBAAwB,SAAQ,mBAAmB;IAG5D,OAAO,CAAC,SAAS;gBAAT,SAAS,EAAE,sBAAsB;IAK3C,MAAM,CAAC,UAAU,EAAE,eAAe,EAAE,EAAE,YAAY,EAAE,WAAW,GAAG,IAAI;IAKtE;;OAEG;IACH,OAAO,CAAC,QAAQ;yCAhBL,uBAAuB;6CAAvB,uBAAuB;CAkCnC"}
|
package/lib/services/pdf/pdf-from-table/pdf-from-html-table/pdf-from-html-table.service.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pdf-from-html-table.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/tt-core/src/lib/services/pdf/pdf-from-table/pdf-from-html-table/pdf-from-html-table.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,qCAAqC,CAAC;AAElE,OAAO,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;;AAGhE;;GAEG;AACH,qBAGa,uBAAwB,SAAQ,mBAAmB;IAC9D,MAAM,CAAC,MAAM,EAAE,UAAU,CAAC,gBAAgB,CAAC,EAAE,YAAY,EAAE,WAAW,GAAG,IAAI;IAK7E;;OAEG;IACH,OAAO,CAAC,YAAY;yCATT,uBAAuB;6CAAvB,uBAAuB;CAgCnC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pdf-from-table.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/tt-core/src/lib/services/pdf/pdf-from-table/pdf-from-table.service.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;;AAG1B;;;GAGG;AACH,qBAGa,mBAAmB;IAE9B;;OAEG;IACH,SAAS,CAAC,eAAe,CAAC,GAAG,EAAE,KAAK,EAAE,YAAY,GAAE,MAAW,GAAG,MAAM;IAwBxE,SAAS,CAAC,gBAAgB,CAAC,GAAG,EAAE,KAAK,EAAE,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI;IAM5D,SAAS,CAAC,eAAe,CAAC,GAAG,EAAE,KAAK,GAAG,IAAI;yCAnChC,mBAAmB;6CAAnB,mBAAmB;CA+C/B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './preloader.service';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/tt-core/src/lib/services/preloader/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './corelogic.service';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/tt-core/src/lib/services/property/corelogic/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"equity-position-chart.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/tt-core/src/lib/services/property/equity-position-chart/equity-position-chart.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAClC,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAGlD,OAAO,EAAE,SAAS,EAAE,MAAM,kCAAkC,CAAC;;AAG7D;;GAEG;AACH,qBAGa,0BAA0B;IAEnC,OAAO,CAAC,IAAI;IACW,OAAO,CAAC,WAAW;gBADlC,IAAI,EAAE,UAAU,EACO,WAAW,EAAE,GAAG;IAGjD,GAAG,IAAI,UAAU,CAAC,SAAS,EAAE,CAAC;yCANnB,0BAA0B;6CAA1B,0BAA0B;CAyBtC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './equity-position-chart.service';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/tt-core/src/lib/services/property/equity-position-chart/index.ts"],"names":[],"mappings":"AAAA,cAAc,iCAAiC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/tt-core/src/lib/services/property/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './property-calculation.service';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/tt-core/src/lib/services/property/property-calculation/index.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"property-calculation.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/tt-core/src/lib/services/property/property-calculation/property-calculation.service.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './property/property-transaction-report.service';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/tt-core/src/lib/services/report/index.ts"],"names":[],"mappings":"AAAA,cAAc,gDAAgD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"property-transaction-report.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/tt-core/src/lib/services/report/property/property-transaction-report.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,sCAAsC,CAAC;AACvE,OAAO,EAAE,kBAAkB,EAAE,MAAM,4CAA4C,CAAC;AAChF,OAAO,EAAE,mBAAmB,EAAE,MAAM,8CAA8C,CAAC;AACnF,OAAO,EAAE,oBAAoB,EAAE,MAAM,kDAAkD,CAAC;AACxF,OAAO,EAAiB,UAAU,EAAE,MAAM,MAAM,CAAC;AACjD,OAAO,EAAE,QAAQ,EAAE,MAAM,mCAAmC,CAAC;AAG7D,OAAO,EAAE,aAAa,EAAE,MAAM,+CAA+C,CAAC;AAC9E,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AAEtF,OAAO,EAAE,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAC7D,OAAO,EAAE,oBAAoB,EAAE,MAAM,4CAA4C,CAAC;AAClF,OAAO,EAAE,qBAAqB,EAAE,MAAM,yDAAyD,CAAC;AAUhG,OAAO,EAAE,4BAA4B,EAAE,MAAM,sEAAsE,CAAC;;AAEpH;;GAEG;AACH,qBAGa,gCAAgC;IAOzC,OAAO,CAAC,eAAe;IACvB,OAAO,CAAC,kBAAkB;IAC1B,OAAO,CAAC,mBAAmB;IAC3B,OAAO,CAAC,oBAAoB;IAT9B,UAAU,EAAE,QAAQ,EAAE,CAAC;IACvB,YAAY,EAAE,qBAAqB,CAAC;IACpC,aAAa,EAAE,sBAAsB,CAAC;IACtC,aAAa,EAAE,UAAU,CAAC,aAAa,CAAC,CAAC;gBAG/B,eAAe,EAAE,eAAe,EAChC,kBAAkB,EAAE,kBAAkB,EACtC,mBAAmB,EAAE,mBAAmB,EACxC,oBAAoB,EAAE,oBAAoB;IAIpD;;OAEG;IACH,GAAG,IAAI,UAAU,CAAC,oBAAoB,CAAC,4BAA4B,CAAC,CAAC;IAqBrE,OAAO,CAAC,MAAM;IAYd;;OAEG;IACH,OAAO,CAAC,eAAe;IASvB;;OAEG;IACH,OAAO,CAAC,gBAAgB;yCAjEb,gCAAgC;6CAAhC,gCAAgC;CA2E5C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './toast.service';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/tt-core/src/lib/services/toast/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './transaction-calculation.service';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/tt-core/src/lib/services/transaction/index.ts"],"names":[],"mappings":"AAAA,cAAc,mCAAmC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"transaction-calculation.service.d.ts","sourceRoot":"","sources":["../../../../../projects/tt-core/src/lib/services/transaction/transaction-calculation.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,+BAA+B,EAAE,MAAM,iEAAiE,CAAC;AAClH,OAAO,EAAE,qBAAqB,EAAE,MAAM,sDAAsD,CAAC;AAC7F,OAAO,EAAE,WAAW,EAAE,MAAM,sCAAsC,CAAC;AACnE,OAAO,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAChE,OAAO,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AAE1D,OAAO,EAAE,oBAAoB,EAAE,MAAM,yCAAyC,CAAC;AAC/E,OAAO,EAAE,yBAAyB,EAAE,MAAM,+CAA+C,CAAC;;AAG1F;;GAEG;AACH,qBAGa,6BAA6B;IACxC;;OAEG;IACH,kBAAkB,CAAC,YAAY,EAAE,qBAAqB,EAAE,WAAW,EAAE,+BAA+B,GAAG,MAAM;IAI7G;;OAEG;IACH,WAAW,CAAC,WAAW,EAAE,WAAW,EAAE,WAAW,EAAE,+BAA+B,GAAG,OAAO;IAI5F;;;OAGG;IACH,wBAAwB,CAAC,YAAY,EAAE,qBAAqB,EAAE,WAAW,EAAE,+BAA+B,GAAG,qBAAqB;IAQlI;;;OAGG;IACH,0BAA0B,CAAC,YAAY,EAAE,qBAAqB,EAAE,WAAW,EAAE,+BAA+B,GAAG,qBAAqB;IAQpI,sBAAsB,CAAC,QAAQ,EAAE,qBAAqB,EAAE,WAAW,EAAE,+BAA+B,GAAG,qBAAqB;IAO5H;;OAEG;IACH,gCAAgC,CAAC,WAAW,EAAE,+BAA+B,EAAE,QAAQ,EAAE,qBAAqB,GAAG,UAAU,CAAC,MAAM,CAAC;IAWnI,4BAA4B,CAAC,QAAQ,EAAE,qBAAqB,EAAE,WAAW,EAAE,+BAA+B,GAAG,MAAM;IAInH,yBAAyB,CAAC,QAAQ,EAAE,qBAAqB,EAAE,YAAY,EAAE,qBAAqB,GAAG,oBAAoB,CAAC,qBAAqB,CAAC;IAU5I,wBAAwB,CAAC,QAAQ,EAAE,qBAAqB,EAAE,WAAW,EAAE,+BAA+B,GAAG,oBAAoB,CAAC,+BAA+B,CAAC;IAU9J,oCAAoC,CAAC,gBAAgB,EAAE,yBAAyB,EAAE,WAAW,EAAE,+BAA+B,GAAG,MAAM;yCApF5H,6BAA6B;6CAA7B,6BAA6B;CAuFzC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './user-switcher.service';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/tt-core/src/lib/services/user/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/tt-core/src/lib/services/vehicle/index.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"logbook-best-period.service.d.ts","sourceRoot":"","sources":["../../../../../projects/tt-core/src/lib/services/vehicle/logbook-best-period.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAiB,UAAU,EAAE,aAAa,EAAE,MAAM,MAAM,CAAC;AAGhE,OAAO,EAAE,0BAA0B,EAAE,qBAAqB,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AACjG,OAAO,EAAkB,aAAa,EAAE,MAAM,cAAc,CAAC;AAC7D,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAC3E,OAAO,EAAE,cAAc,EAAE,MAAM,2CAA2C,CAAC;;AAK3E;;;;GAIG;AACH,qBAGa,wBAAyB,YAAW,cAAc;IAK3D,OAAO,CAAC,0BAA0B;IAClC,OAAO,CAAC,mBAAmB;IAC3B,OAAO,CAAC,qBAAqB;IAC7B,OAAO,CAAC,sBAAsB;IAPhC,KAAK,EAAE,aAAa,CAAC;IACrB,YAAY,EAAE,aAAa,CAAC,aAAa,CAAC,CAAsC;gBAGtE,0BAA0B,EAAE,0BAA0B,EACtD,mBAAmB,EAAE,mBAAmB,EACxC,qBAAqB,EAAE,qBAAqB,EAC5C,sBAAsB,EAAE,sBAAsB;IAKxD,YAAY,IAAI,IAAI;IAIpB,GAAG,IAAI,UAAU,CAAC,aAAa,CAAC;IA2BhC;;OAEG;IACH,OAAO,CAAC,kBAAkB;yCA/Cf,wBAAwB;6CAAxB,wBAAwB;CAuDpC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './xlsx.service';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/tt-core/src/lib/services/xlsx/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"xlsx.service.d.ts","sourceRoot":"","sources":["../../../../../projects/tt-core/src/lib/services/xlsx/xlsx.service.ts"],"names":[],"mappings":";AAIA,qBAOa,WAAW;IACtB;;OAEG;IACH,YAAY,CAAC,MAAM,EAAE,UAAU,CAAC,gBAAgB,CAAC,EAAE,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,IAAI;IASzF,OAAO,CAAC,kBAAkB;yCAbf,WAAW;6CAAX,WAAW;CAkCvB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"address-corelogic.validator.d.ts","sourceRoot":"","sources":["../../../../projects/tt-core/src/lib/validators/address-corelogic.validator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAG/D;;GAEG;AACH,wBAAgB,yBAAyB,IAAI,WAAW,CAcvD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"at-least-one-enabled.validator.d.ts","sourceRoot":"","sources":["../../../../projects/tt-core/src/lib/validators/at-least-one-enabled.validator.ts"],"names":[],"mappings":"AAAA,OAAO,EAA2D,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAEtG;;GAEG;AACH,wBAAgB,0BAA0B,CAAC,SAAS,EAAE,MAAM,GAAG,WAAW,CAMzE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"at-least-one.validator.d.ts","sourceRoot":"","sources":["../../../../projects/tt-core/src/lib/validators/at-least-one.validator.ts"],"names":[],"mappings":"AAAA,OAAO,EAA4C,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAEvF;;;GAGG;AACH,wBAAgB,0BAA0B,IAAI,WAAW,CAKxD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"autocomplete.validator.d.ts","sourceRoot":"","sources":["../../../../projects/tt-core/src/lib/validators/autocomplete.validator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE1D;;;GAGG;AACH,wBAAgB,qBAAqB,IAAI,WAAW,CAInD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"conditional.validator.d.ts","sourceRoot":"","sources":["../../../../projects/tt-core/src/lib/validators/conditional.validator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAoB,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAGhF,wBAAgB,oBAAoB,CAClC,SAAS,EAAE,CAAC,OAAO,EAAE,eAAe,KAAK,OAAO,EAChD,SAAS,EAAE,CAAC,OAAO,EAAE,eAAe,KAAK,MAAM,GAAG,IAAI,GAAG,WAAW,CAYrE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"date-range.validator.d.ts","sourceRoot":"","sources":["../../../../projects/tt-core/src/lib/validators/date-range.validator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiC,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE5E;;GAEG;AACH,wBAAgB,kBAAkB,CAAC,SAAS,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,GAAG,WAAW,CAqB9E"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fields-sum.validator.d.ts","sourceRoot":"","sources":["../../../../projects/tt-core/src/lib/validators/fields-sum.validator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqC,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAEhF;;;;;GAKG;AACH,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,MAAM,EAAE,OAAO,GAAE,MAAY,EAAE,UAAU,CAAC,EAAE,MAAM,GAAG,WAAW,CAkBzG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../projects/tt-core/src/lib/validators/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,wBAAwB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"messages.enum.d.ts","sourceRoot":"","sources":["../../../../../projects/tt-core/src/lib/validators/min-date/messages.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,YAAY;IACtB,YAAY,qCAAqC;CAClD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"min-date.validator.d.ts","sourceRoot":"","sources":["../../../../../projects/tt-core/src/lib/validators/min-date/min-date.validator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqC,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAIhF;;GAEG;AACH,wBAAgB,gBAAgB,CAC9B,IAAI,EAAE,IAAI,EACV,OAAO,GAAE,MAAuF,GAC/F,WAAW,CAab"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"password-match.validator.d.ts","sourceRoot":"","sources":["../../../../projects/tt-core/src/lib/validators/password-match.validator.ts"],"names":[],"mappings":"AAAA,OAAO,EAA8B,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAEzE,wBAAgB,sBAAsB,CAAC,kBAAkB,EAAE,MAAM,EAAE,sBAAsB,EAAE,MAAM,GAAG,WAAW,CAiB9G"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"password.validator.d.ts","sourceRoot":"","sources":["../../../../projects/tt-core/src/lib/validators/password.validator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE1D;;GAEG;AACH,eAAO,MAAM,gBAAgB,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;CAIrD,CAAC;AAEF,wBAAgB,iBAAiB,IAAI,WAAW,CAY/C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"phone-number.validator.d.ts","sourceRoot":"","sources":["../../../../projects/tt-core/src/lib/validators/phone-number.validator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAI1D;;;GAGG;AACH,wBAAgB,oBAAoB,IAAI,WAAW,CAIlD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"required-length.validator.d.ts","sourceRoot":"","sources":["../../../../projects/tt-core/src/lib/validators/required-length.validator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE1D;;GAEG;AACH,wBAAgB,uBAAuB,CAAC,MAAM,EAAE,MAAM,GAAG,WAAW,CAQnE"}
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -235,9 +235,6 @@ export * from './lib/models/service-subscription/service-price';
|
|
|
235
235
|
export * from './lib/models/service-subscription/service-product';
|
|
236
236
|
export * from './lib/models/service-subscription/service-subscription';
|
|
237
237
|
export * from './lib/models/service-subscription/service-subscription-item';
|
|
238
|
-
export * from './lib/models/service-subscription/subscription-description.const';
|
|
239
|
-
export * from './lib/models/service-subscription/subscription-title.const';
|
|
240
|
-
export * from './lib/models/service-subscription/subscription-type.enum';
|
|
241
238
|
export * from './lib/models/tax-review/tax-review';
|
|
242
239
|
export * from './lib/models/tax-summary/report-item';
|
|
243
240
|
export * from './lib/models/tax-summary/report-item-details';
|
|
@@ -269,79 +266,6 @@ export * from './lib/models/user-event/user-event-type';
|
|
|
269
266
|
* Services
|
|
270
267
|
*/
|
|
271
268
|
export * from './lib/services';
|
|
272
|
-
export * from './lib/services/account-setup/account-setup.service';
|
|
273
|
-
export * from './lib/services/http/address/address.service';
|
|
274
|
-
export * from './lib/services/asset/assets.service';
|
|
275
|
-
export * from './lib/services/auth/auth.service';
|
|
276
|
-
export * from './lib/services/auth/jwt.service';
|
|
277
|
-
export * from './lib/services/http/bank/bank.service';
|
|
278
|
-
export * from './lib/services/http/bank/bank-account/bank-account.service';
|
|
279
|
-
export * from './lib/services/bank/bank-account-calculation.service';
|
|
280
|
-
export * from './lib/services/http/bank/bank-connection/bank-connection.service';
|
|
281
|
-
export * from './lib/services/http/bank/bank-transaction/bank-transaction.service';
|
|
282
|
-
export * from './lib/services/bank/bank-transaction-calculation.service';
|
|
283
|
-
export * from './lib/services/http/bank/basiq/basiq.service';
|
|
284
|
-
export * from './lib/services/http/bank/basiq/basiq-token.service';
|
|
285
|
-
export * from './lib/services/http/loan/borrowing-expense/borrowing-expense.service';
|
|
286
|
-
export * from './lib/services/http/chart-accounts/chart-accounts.service';
|
|
287
|
-
export * from './lib/services/http/chart-accounts/chart-accounts-depreciations/chart-accounts-depreciations.service';
|
|
288
|
-
export * from './lib/services/http/chat/chat.service';
|
|
289
|
-
export * from './lib/services/http/chat/message/message.service';
|
|
290
|
-
export * from './lib/services/http/chat/message-document/message-document.service';
|
|
291
|
-
export * from './lib/services/http/firm/client-invite/client-invite.service';
|
|
292
|
-
export * from './lib/services/http/firm/client-movement/client-movement.service';
|
|
293
|
-
export * from './lib/services/http/firm/portfolio-report/client-portfolio-report.service';
|
|
294
|
-
export * from './lib/services/http/firm/portfolio-report/client-portfolio-report.service';
|
|
295
|
-
export * from './lib/services/http/depreciation';
|
|
296
|
-
export * from './lib/services/http/firm/employee/employee.service';
|
|
297
|
-
export * from './lib/services/http/firm/employee-invite/employee-invite.service';
|
|
298
|
-
export * from './lib/services/http/firm/client-income/client-income-types.service';
|
|
299
|
-
export * from './lib/services/event/event-dispatcher.service';
|
|
300
|
-
export * from './lib/services/event/sse.service';
|
|
301
|
-
export * from './lib/services/http/firm/firm.service';
|
|
302
|
-
export * from './lib/services/export/export-formatter.service';
|
|
303
|
-
export * from './lib/services/header-title/header-title.service';
|
|
304
|
-
export * from './lib/services/http/income-source/income-source.service';
|
|
305
|
-
export * from './lib/services/http/income-source/income-source-forecast/income-source-forecast.service';
|
|
306
|
-
export * from './lib/services/http/income-source/salary-forecast/salary-forecast.service';
|
|
307
|
-
export * from './lib/services/http/income-source/sole-forecast/sole-forecast.service';
|
|
308
|
-
export * from './lib/services/intercom/intercom.service';
|
|
309
|
-
export * from './lib/services/kompassify/kompassify.service';
|
|
310
|
-
export * from './lib/services/http/loan/loan.service';
|
|
311
|
-
export * from './lib/services/http/service-notification/service-notification.service';
|
|
312
|
-
export * from './lib/services/pdf/pdf-from-dom-element/pdf-from-dom-element.service';
|
|
313
|
-
export * from './lib/services/pdf/pdf-from-table/pdf-from-html-table/pdf-from-html-table.service';
|
|
314
|
-
export * from './lib/services/pdf/pdf-from-table/pdf-from-data-table/pdf-from-data-table.service';
|
|
315
|
-
export * from './lib/services/preloader/preloader.service';
|
|
316
|
-
export * from './lib/services/report/property/property-transaction-report.service';
|
|
317
|
-
export * from './lib/services/property/corelogic/corelogic.service';
|
|
318
|
-
export * from './lib/services/http/property/property.service';
|
|
319
|
-
export * from './lib/services/property/property-calculation/property-calculation.service';
|
|
320
|
-
export * from './lib/services/http/property/property-category/property-category.service';
|
|
321
|
-
export * from './lib/services/http/property/property-document/property-document.service';
|
|
322
|
-
export * from './lib/services/http/property/property-share/property-share.service';
|
|
323
|
-
export * from './lib/services/http/property/property-sale/property-sale.service';
|
|
324
|
-
export * from './lib/services/property/equity-position-chart/equity-position-chart.service';
|
|
325
|
-
export * from './lib/services/http/property/property.service';
|
|
326
|
-
export * from './lib/services/http/property/property-category-movement/property-category-movement.service';
|
|
327
|
-
export * from './lib/services/http/subscription/subscription.service';
|
|
328
|
-
export * from './lib/services/http/subscription/service-price.service';
|
|
329
|
-
export * from './lib/services/http/tax-review/tax-review.service';
|
|
330
|
-
export * from './lib/services/http/tax-review/tax-review-history/tax-review-history.service';
|
|
331
|
-
export * from './lib/services/http/tax-summary/tax-summary.service';
|
|
332
|
-
export * from './lib/services/toast/toast.service';
|
|
333
|
-
export * from './lib/services/http/transaction/transaction.service';
|
|
334
|
-
export * from './lib/services/http/transaction/transaction-allocation/transaction-allocation.service';
|
|
335
|
-
export * from './lib/services/transaction/transaction-calculation.service';
|
|
336
|
-
export * from './lib/services/http/user/occupation/occupation.service';
|
|
337
|
-
export * from './lib/services/http/user/user.service';
|
|
338
|
-
export * from './lib/services/user/user-switcher.service';
|
|
339
|
-
export * from './lib/services/http/user/user-event-setting/user-event-setting.service';
|
|
340
|
-
export * from './lib/services/http/user/user-event-type/user-event-type.service';
|
|
341
|
-
export * from './lib/services/xlsx/xlsx.service';
|
|
342
|
-
export * from './lib/services/http/property/property-sale/tax-exemption/tax-exemption.service';
|
|
343
|
-
export * from './lib/services/http/facebook/facebook.service';
|
|
344
|
-
export * from './lib/services/http/tutorial-video/tutorial-video.service';
|
|
345
269
|
/**
|
|
346
270
|
* Interfaces
|
|
347
271
|
*/
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../../projects/tt-core/src/public-api.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"taxtank-core.d.ts","sourceRoot":"","sources":["../../projects/tt-core/src/taxtank-core.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,cAAc,CAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { SubscriptionTypeEnum } from './subscription-type.enum';
|
|
2
|
-
export const SUBSCRIPTION_DESCRIPTION = {
|
|
3
|
-
[SubscriptionTypeEnum.WITHOUT_SUBSCRIPTION]: 'Without subscription',
|
|
4
|
-
[SubscriptionTypeEnum.INDIVIDUAL]: 'Manage income and expenses via live bank feeds. Keep receipts safe, maximise deductions & minimise tax.',
|
|
5
|
-
[SubscriptionTypeEnum.INVESTOR]: 'Property made easy with smart tax tools and real-time information to help control how much tax you pay.',
|
|
6
|
-
[SubscriptionTypeEnum.INVESTOR_PLUS]: 'Add your whole portfolio, including investment properties, home and properties in trusts. For 3+ properties an extra $6 will be charged per property.'
|
|
7
|
-
};
|
|
8
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3Vic2NyaXB0aW9uLWRlc2NyaXB0aW9uLmNvbnN0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdHQtY29yZS9zcmMvbGliL21vZGVscy9zZXJ2aWNlLXN1YnNjcmlwdGlvbi9zdWJzY3JpcHRpb24tZGVzY3JpcHRpb24uY29uc3QudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFFaEUsTUFBTSxDQUFDLE1BQU0sd0JBQXdCLEdBQTRCO0lBQy9ELENBQUMsb0JBQW9CLENBQUMsb0JBQW9CLENBQUMsRUFBRSxzQkFBc0I7SUFDbkUsQ0FBQyxvQkFBb0IsQ0FBQyxVQUFVLENBQUMsRUFBRSx5R0FBeUc7SUFDNUksQ0FBQyxvQkFBb0IsQ0FBQyxRQUFRLENBQUMsRUFBRSx5R0FBeUc7SUFDMUksQ0FBQyxvQkFBb0IsQ0FBQyxhQUFhLENBQUMsRUFBRSx1SkFBdUo7Q0FDOUwsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFN1YnNjcmlwdGlvblR5cGVFbnVtIH0gZnJvbSAnLi9zdWJzY3JpcHRpb24tdHlwZS5lbnVtJztcclxuXHJcbmV4cG9ydCBjb25zdCBTVUJTQ1JJUFRJT05fREVTQ1JJUFRJT046IHtba2V5OiBudW1iZXJdOiBzdHJpbmd9ID0ge1xyXG4gIFtTdWJzY3JpcHRpb25UeXBlRW51bS5XSVRIT1VUX1NVQlNDUklQVElPTl06ICdXaXRob3V0IHN1YnNjcmlwdGlvbicsXHJcbiAgW1N1YnNjcmlwdGlvblR5cGVFbnVtLklORElWSURVQUxdOiAnTWFuYWdlIGluY29tZSBhbmQgZXhwZW5zZXMgdmlhIGxpdmUgYmFuayBmZWVkcy4gS2VlcCByZWNlaXB0cyBzYWZlLCBtYXhpbWlzZSBkZWR1Y3Rpb25zICYgbWluaW1pc2UgdGF4LicsXHJcbiAgW1N1YnNjcmlwdGlvblR5cGVFbnVtLklOVkVTVE9SXTogJ1Byb3BlcnR5IG1hZGUgZWFzeSB3aXRoIHNtYXJ0IHRheCB0b29scyBhbmQgcmVhbC10aW1lIGluZm9ybWF0aW9uIHRvIGhlbHAgY29udHJvbCBob3cgbXVjaCB0YXggeW91IHBheS4nLFxyXG4gIFtTdWJzY3JpcHRpb25UeXBlRW51bS5JTlZFU1RPUl9QTFVTXTogJ0FkZCB5b3VyIHdob2xlIHBvcnRmb2xpbywgaW5jbHVkaW5nIGludmVzdG1lbnQgcHJvcGVydGllcywgaG9tZSBhbmQgcHJvcGVydGllcyBpbiB0cnVzdHMuIEZvciAzKyBwcm9wZXJ0aWVzIGFuIGV4dHJhICQ2IHdpbGwgYmUgY2hhcmdlZCBwZXIgcHJvcGVydHkuJ1xyXG59O1xyXG4iXX0=
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { SubscriptionTypeEnum } from './subscription-type.enum';
|
|
2
|
-
export const SUBSCRIPTION_TITLE = {
|
|
3
|
-
[SubscriptionTypeEnum.WITHOUT_SUBSCRIPTION]: 'Without subscription',
|
|
4
|
-
[SubscriptionTypeEnum.INDIVIDUAL]: 'Individual',
|
|
5
|
-
[SubscriptionTypeEnum.INVESTOR]: 'Investor',
|
|
6
|
-
[SubscriptionTypeEnum.INVESTOR_PLUS]: 'Investor plus'
|
|
7
|
-
};
|
|
8
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3Vic2NyaXB0aW9uLXRpdGxlLmNvbnN0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdHQtY29yZS9zcmMvbGliL21vZGVscy9zZXJ2aWNlLXN1YnNjcmlwdGlvbi9zdWJzY3JpcHRpb24tdGl0bGUuY29uc3QudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFFaEUsTUFBTSxDQUFDLE1BQU0sa0JBQWtCLEdBQTRCO0lBQ3pELENBQUMsb0JBQW9CLENBQUMsb0JBQW9CLENBQUMsRUFBRSxzQkFBc0I7SUFDbkUsQ0FBQyxvQkFBb0IsQ0FBQyxVQUFVLENBQUMsRUFBRSxZQUFZO0lBQy9DLENBQUMsb0JBQW9CLENBQUMsUUFBUSxDQUFDLEVBQUUsVUFBVTtJQUMzQyxDQUFDLG9CQUFvQixDQUFDLGFBQWEsQ0FBQyxFQUFFLGVBQWU7Q0FDdEQsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFN1YnNjcmlwdGlvblR5cGVFbnVtIH0gZnJvbSAnLi9zdWJzY3JpcHRpb24tdHlwZS5lbnVtJztcclxuXHJcbmV4cG9ydCBjb25zdCBTVUJTQ1JJUFRJT05fVElUTEU6IHtba2V5OiBudW1iZXJdOiBzdHJpbmd9ID0ge1xyXG4gIFtTdWJzY3JpcHRpb25UeXBlRW51bS5XSVRIT1VUX1NVQlNDUklQVElPTl06ICdXaXRob3V0IHN1YnNjcmlwdGlvbicsXHJcbiAgW1N1YnNjcmlwdGlvblR5cGVFbnVtLklORElWSURVQUxdOiAnSW5kaXZpZHVhbCcsXHJcbiAgW1N1YnNjcmlwdGlvblR5cGVFbnVtLklOVkVTVE9SXTogJ0ludmVzdG9yJyxcclxuICBbU3Vic2NyaXB0aW9uVHlwZUVudW0uSU5WRVNUT1JfUExVU106ICdJbnZlc3RvciBwbHVzJ1xyXG59O1xyXG4iXX0=
|