taxtank-core 0.30.104 → 0.30.106
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/db/Enums/chart-accounts/chart-accounts-list.enum.mjs +3 -2
- package/esm2020/lib/db/Json/chart-accounts/chart-accounts-value.json +44 -0
- package/esm2020/lib/db/Json/income-source/income_source_type.json +0 -5
- package/esm2020/lib/db/Models/property/property.mjs +1 -1
- package/esm2020/lib/forms/depreciation/depreciation.form.mjs +4 -2
- package/esm2020/lib/forms/vehicle/vehicle-claim.form.mjs +2 -2
- package/esm2020/lib/interceptors/basiq-client-id.interceptor.mjs +3 -3
- package/esm2020/lib/interceptors/basiq-token.interceptor.mjs +3 -3
- package/esm2020/lib/interceptors/corelogic-interceptor.mjs +3 -3
- package/esm2020/lib/interceptors/financial-year-interceptor.mjs +3 -3
- package/esm2020/lib/interceptors/interceptors.module.mjs +4 -4
- package/esm2020/lib/interceptors/jwt-interceptor.mjs +3 -3
- package/esm2020/lib/interceptors/preloader.interceptor.mjs +3 -3
- package/esm2020/lib/interceptors/user-switcher-interceptor.mjs +3 -3
- package/esm2020/lib/models/chart-accounts/chart-accounts-categories.const.mjs +2 -1
- package/esm2020/lib/models/chart-accounts/chart-accounts.mjs +2 -2
- package/esm2020/lib/models/depreciation/depreciation.mjs +1 -1
- package/esm2020/lib/models/event/app-event-type.enum.mjs +4 -1
- package/esm2020/lib/models/transaction/transaction.mjs +4 -2
- package/esm2020/lib/models/user/user.mjs +11 -3
- package/esm2020/lib/models/vehicle/vehicle-claim.mjs +2 -8
- package/esm2020/lib/services/account-setup/account-setup.service.mjs +3 -3
- package/esm2020/lib/services/affiliate/rewardful/rewardful.service.mjs +3 -3
- package/esm2020/lib/services/asset/assets.service.mjs +3 -3
- package/esm2020/lib/services/auth/auth.service.mjs +3 -3
- package/esm2020/lib/services/auth/jwt.service.mjs +3 -3
- package/esm2020/lib/services/bank/bank-account-calculation.service.mjs +3 -3
- package/esm2020/lib/services/bank/bank-transaction-calculation.service.mjs +3 -3
- package/esm2020/lib/services/data.service.mjs +3 -3
- package/esm2020/lib/services/event/event-dispatcher.service.mjs +3 -3
- package/esm2020/lib/services/event/sse.service.mjs +3 -3
- package/esm2020/lib/services/export/export-formatter.service.mjs +3 -3
- package/esm2020/lib/services/header-title/header-title.service.mjs +3 -3
- package/esm2020/lib/services/http/address/address.service.mjs +3 -3
- package/esm2020/lib/services/http/bank/bank-account/bank-account.service.mjs +3 -3
- package/esm2020/lib/services/http/bank/bank-connection/bank-connection.service.mjs +3 -3
- package/esm2020/lib/services/http/bank/bank-transaction/bank-transaction.service.mjs +3 -3
- package/esm2020/lib/services/http/bank/bank.service.mjs +3 -3
- package/esm2020/lib/services/http/bank/basiq/basiq-token.service.mjs +3 -3
- package/esm2020/lib/services/http/bank/basiq/basiq.service.mjs +3 -3
- package/esm2020/lib/services/http/chart-accounts/chart-accounts-depreciations/chart-accounts-depreciations.service.mjs +3 -3
- package/esm2020/lib/services/http/chart-accounts/chart-accounts.service.mjs +3 -3
- package/esm2020/lib/services/http/chat/chat.service.mjs +3 -3
- package/esm2020/lib/services/http/chat/message-document.service.mjs +3 -3
- package/esm2020/lib/services/http/chat/message.service.mjs +3 -3
- package/esm2020/lib/services/http/client/capital-gain/annual-client-details.service.mjs +3 -3
- package/esm2020/lib/services/http/client/occupation/occupation.service.mjs +3 -3
- package/esm2020/lib/services/http/depreciation/depreciation-capital-project/depreciation-capital-project.service.mjs +3 -3
- package/esm2020/lib/services/http/depreciation/depreciation-receipt/depreciation-receipt.service.mjs +3 -3
- package/esm2020/lib/services/http/depreciation/depreciation.service.mjs +10 -4
- package/esm2020/lib/services/http/document/document-folder/document-folder.service.mjs +3 -3
- package/esm2020/lib/services/http/document/document.service.mjs +3 -3
- package/esm2020/lib/services/http/facebook/facebook.service.mjs +3 -3
- package/esm2020/lib/services/http/file/file.service.mjs +3 -3
- package/esm2020/lib/services/http/firm/client-income/client-income-types.service.mjs +3 -3
- package/esm2020/lib/services/http/firm/client-invite/client-invite.service.mjs +3 -3
- package/esm2020/lib/services/http/firm/client-movement/client-movement.service.mjs +3 -3
- package/esm2020/lib/services/http/firm/employee/employee.service.mjs +3 -3
- package/esm2020/lib/services/http/firm/employee-invite/employee-invite.service.mjs +3 -3
- package/esm2020/lib/services/http/firm/firm.service.mjs +3 -3
- package/esm2020/lib/services/http/firm/portfolio-report/client-portfolio-report.service.mjs +3 -3
- package/esm2020/lib/services/http/google/google.service.mjs +3 -3
- package/esm2020/lib/services/http/holding/holding-sale.service.mjs +3 -3
- package/esm2020/lib/services/http/holding/holding-type.service.mjs +3 -3
- package/esm2020/lib/services/http/holding/holding.service.mjs +3 -3
- package/esm2020/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.mjs +3 -3
- package/esm2020/lib/services/http/income-source/income-source.service.mjs +3 -3
- package/esm2020/lib/services/http/income-source/salary-forecast/salary-forecast.service.mjs +3 -3
- package/esm2020/lib/services/http/income-source/sole-forecast/sole-forecast.service.mjs +3 -3
- package/esm2020/lib/services/http/loan/borrowing-expense/borrowing-expense.service.mjs +3 -3
- package/esm2020/lib/services/http/loan/loan.service.mjs +3 -3
- package/esm2020/lib/services/http/property/property-category/property-category.service.mjs +3 -3
- package/esm2020/lib/services/http/property/property-category-movement/property-category-movement.service.mjs +3 -3
- package/esm2020/lib/services/http/property/property-document/property-document.service.mjs +3 -3
- package/esm2020/lib/services/http/property/property-sale/property-sale.service.mjs +3 -3
- package/esm2020/lib/services/http/property/property-share/property-share.service.mjs +3 -3
- package/esm2020/lib/services/http/property/property.service.mjs +3 -3
- package/esm2020/lib/services/http/receipt/receipt.service.mjs +3 -3
- package/esm2020/lib/services/http/rest/rest-old.service.mjs +3 -3
- package/esm2020/lib/services/http/rest/rest.service.mjs +3 -3
- package/esm2020/lib/services/http/service-notification/service-notification.service.mjs +3 -3
- package/esm2020/lib/services/http/sole/bas-report/bas-report.service.mjs +3 -3
- package/esm2020/lib/services/http/sole/sole-business/sole-business.service.mjs +3 -3
- package/esm2020/lib/services/http/sole/sole-business-activity/sole-business-activity.service.mjs +3 -3
- package/esm2020/lib/services/http/sole/sole-business-loss/sole-business-loss-rules/sole-business-loss-offset-rule.service.mjs +3 -3
- package/esm2020/lib/services/http/sole/sole-business-loss/sole-business-loss.service.mjs +3 -3
- package/esm2020/lib/services/http/sole/sole-contact/sole-contact.service.mjs +3 -3
- package/esm2020/lib/services/http/sole/sole-depreciation-method/sole-depreciation-method.service.mjs +3 -3
- package/esm2020/lib/services/http/sole/sole-details/sole-details.service.mjs +3 -3
- package/esm2020/lib/services/http/sole/sole-invoice/sole-invoice.service.mjs +3 -3
- package/esm2020/lib/services/http/sole/sole-invoice-template/sole-invoice-template.service.mjs +3 -3
- package/esm2020/lib/services/http/subscription/service-payment/service-payment.service.mjs +3 -3
- package/esm2020/lib/services/http/subscription/service-payment-method/service-payment-method.service.mjs +3 -3
- package/esm2020/lib/services/http/subscription/service-price/service-price.service.mjs +3 -3
- package/esm2020/lib/services/http/subscription/service-product/service-product.service.mjs +3 -3
- package/esm2020/lib/services/http/subscription/service-subscription/subscription.service.mjs +3 -3
- package/esm2020/lib/services/http/tax-review/tax-review-history/tax-review-history.service.mjs +3 -3
- package/esm2020/lib/services/http/tax-review/tax-review.service.mjs +3 -3
- package/esm2020/lib/services/http/tax-summary/tax-summary.service.mjs +3 -3
- package/esm2020/lib/services/http/transaction/transaction-allocation/allocation-rule/allocation-rule.service.mjs +3 -3
- package/esm2020/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.mjs +8 -7
- package/esm2020/lib/services/http/transaction/transaction-receipt/transaction-receipt.service.mjs +3 -3
- package/esm2020/lib/services/http/transaction/transaction.service.mjs +7 -7
- package/esm2020/lib/services/http/tutorial-video/tutorial-video.service.mjs +3 -3
- package/esm2020/lib/services/http/user/user-event-setting/user-event-setting.service.mjs +3 -3
- package/esm2020/lib/services/http/user/user-event-type/user-event-type.service.mjs +3 -3
- package/esm2020/lib/services/http/user/user.service.mjs +3 -3
- package/esm2020/lib/services/http/user/users-invite/users-invite.service.mjs +3 -3
- package/esm2020/lib/services/http/vehicle/vehicle-claim-details.service.mjs +3 -3
- package/esm2020/lib/services/http/vehicle/vehicle-claim.service.mjs +3 -3
- package/esm2020/lib/services/http/vehicle/vehicle-logbook.service.mjs +3 -3
- package/esm2020/lib/services/http/vehicle/vehicle.service.mjs +3 -3
- package/esm2020/lib/services/intercom/intercom.service.mjs +3 -3
- package/esm2020/lib/services/json/chart-accounts/chart-accounts-value.service.mjs +31 -0
- package/esm2020/lib/services/json/holding/holding-type-exchange.service.mjs +3 -3
- package/esm2020/lib/services/json/income-source/income-source-type.service.mjs +3 -3
- package/esm2020/lib/services/json/index.mjs +2 -1
- package/esm2020/lib/services/json/tax-exemption/tax-exemption.service.mjs +3 -3
- package/esm2020/lib/services/pdf/pdf-from-dom-element/pdf-from-dom-element.service.mjs +3 -3
- package/esm2020/lib/services/pdf/pdf-from-table/pdf-from-data-table/pdf-from-data-table.service.mjs +3 -3
- package/esm2020/lib/services/pdf/pdf-from-table/pdf-from-html-table/pdf-from-html-table.service.mjs +3 -3
- package/esm2020/lib/services/pdf/pdf-from-table/pdf-from-table.service.mjs +3 -3
- package/esm2020/lib/services/preloader/preloader.service.mjs +3 -3
- package/esm2020/lib/services/property/corelogic/corelogic.service.mjs +3 -3
- package/esm2020/lib/services/property/equity-position-chart/equity-position-chart.service.mjs +3 -3
- package/esm2020/lib/services/property/property-calculation/property-calculation.service.mjs +3 -3
- package/esm2020/lib/services/report/property/property-transaction-report.service.mjs +3 -3
- package/esm2020/lib/services/toast/toast.service.mjs +3 -3
- package/esm2020/lib/services/transaction/transaction-calculation.service.mjs +3 -3
- package/esm2020/lib/services/user/user-switcher.service.mjs +3 -3
- package/esm2020/lib/services/vehicle/logbook-best-period.service.mjs +3 -3
- package/esm2020/lib/services/xlsx/xlsx.service.mjs +3 -3
- package/esm2020/lib/tt-core.module.mjs +4 -4
- package/fesm2015/taxtank-core.mjs +809 -719
- package/fesm2015/taxtank-core.mjs.map +1 -1
- package/fesm2020/taxtank-core.mjs +809 -719
- package/fesm2020/taxtank-core.mjs.map +1 -1
- package/lib/db/Enums/chart-accounts/chart-accounts-list.enum.d.ts +2 -1
- package/lib/models/event/app-event-type.enum.d.ts +3 -0
- package/lib/models/user/user.d.ts +8 -3
- package/lib/models/vehicle/vehicle-claim.d.ts +1 -2
- package/lib/services/http/depreciation/depreciation.service.d.ts +1 -0
- package/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.d.ts +1 -1
- package/lib/services/json/chart-accounts/chart-accounts-value.service.d.ts +16 -0
- package/lib/services/json/index.d.ts +1 -0
- package/package.json +1 -1
|
@@ -20,6 +20,7 @@ import differenceBy from 'lodash/differenceBy';
|
|
|
20
20
|
import moment from 'moment';
|
|
21
21
|
import { DateRange } from 'moment-range';
|
|
22
22
|
import intersection from 'lodash/intersection';
|
|
23
|
+
import range from 'lodash/range';
|
|
23
24
|
import { Validators, UntypedFormGroup, UntypedFormControl, UntypedFormArray, FormArray, FormGroup, FormControl } from '@angular/forms';
|
|
24
25
|
import compact from 'lodash/compact';
|
|
25
26
|
import concat from 'lodash/concat';
|
|
@@ -69,9 +70,9 @@ class CorelogicService {
|
|
|
69
70
|
.pipe(map((response) => response.suggestions.map((item) => plainToClass(CorelogicSuggestion, item))));
|
|
70
71
|
}
|
|
71
72
|
}
|
|
72
|
-
CorelogicService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
73
|
-
CorelogicService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
74
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
73
|
+
CorelogicService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
74
|
+
CorelogicService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicService, providedIn: 'root' });
|
|
75
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicService, decorators: [{
|
|
75
76
|
type: Injectable,
|
|
76
77
|
args: [{
|
|
77
78
|
providedIn: 'root'
|
|
@@ -109,9 +110,9 @@ class CorelogicInterceptor {
|
|
|
109
110
|
});
|
|
110
111
|
}
|
|
111
112
|
}
|
|
112
|
-
CorelogicInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
113
|
-
CorelogicInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
114
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
113
|
+
CorelogicInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicInterceptor, deps: [{ token: CorelogicService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
114
|
+
CorelogicInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicInterceptor });
|
|
115
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicInterceptor, decorators: [{
|
|
115
116
|
type: Injectable
|
|
116
117
|
}], ctorParameters: function () { return [{ type: CorelogicService }, { type: undefined, decorators: [{
|
|
117
118
|
type: Inject,
|
|
@@ -148,9 +149,9 @@ class FinancialYearInterceptor {
|
|
|
148
149
|
return next.handle(clonedReq);
|
|
149
150
|
}
|
|
150
151
|
}
|
|
151
|
-
FinancialYearInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
152
|
-
FinancialYearInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
153
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
152
|
+
FinancialYearInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
153
|
+
FinancialYearInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearInterceptor });
|
|
154
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearInterceptor, decorators: [{
|
|
154
155
|
type: Injectable
|
|
155
156
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
156
157
|
type: Inject,
|
|
@@ -1059,7 +1060,8 @@ var ChartAccountsListEnum;
|
|
|
1059
1060
|
ChartAccountsListEnum[ChartAccountsListEnum["KLMS_TRAVELLED_FOR_WORK"] = 24] = "KLMS_TRAVELLED_FOR_WORK";
|
|
1060
1061
|
ChartAccountsListEnum[ChartAccountsListEnum["DIRECTOR_FEES"] = 6] = "DIRECTOR_FEES";
|
|
1061
1062
|
ChartAccountsListEnum[ChartAccountsListEnum["SALARY_OR_WAGES"] = 2] = "SALARY_OR_WAGES";
|
|
1062
|
-
ChartAccountsListEnum[ChartAccountsListEnum["
|
|
1063
|
+
ChartAccountsListEnum[ChartAccountsListEnum["WORK_VEHICLES"] = 25] = "WORK_VEHICLES";
|
|
1064
|
+
ChartAccountsListEnum[ChartAccountsListEnum["SOLE_VEHICLES"] = 721] = "SOLE_VEHICLES";
|
|
1063
1065
|
ChartAccountsListEnum[ChartAccountsListEnum["COMMERCIAL_VEHICLES"] = 26] = "COMMERCIAL_VEHICLES";
|
|
1064
1066
|
ChartAccountsListEnum[ChartAccountsListEnum["VEHICLE_LOAN_INTEREST"] = 37] = "VEHICLE_LOAN_INTEREST";
|
|
1065
1067
|
ChartAccountsListEnum[ChartAccountsListEnum["VEHICLE_LOAN_PRINCIPAL"] = 38] = "VEHICLE_LOAN_PRINCIPAL";
|
|
@@ -1825,6 +1827,90 @@ const USER_WORK_POSITION = {
|
|
|
1825
1827
|
class ClientDetails extends ClientDetails$1 {
|
|
1826
1828
|
}
|
|
1827
1829
|
|
|
1830
|
+
/**
|
|
1831
|
+
* @TODO move to pipe/translation
|
|
1832
|
+
* enum with months short names.
|
|
1833
|
+
* Order of items match with financial year months order
|
|
1834
|
+
*/
|
|
1835
|
+
var MonthNameShortEnum;
|
|
1836
|
+
(function (MonthNameShortEnum) {
|
|
1837
|
+
MonthNameShortEnum["JULY"] = "Jul";
|
|
1838
|
+
MonthNameShortEnum["AUGUST"] = "Aug";
|
|
1839
|
+
MonthNameShortEnum["SEPTEMBER"] = "Sep";
|
|
1840
|
+
MonthNameShortEnum["OCTOBER"] = "Oct";
|
|
1841
|
+
MonthNameShortEnum["NOVEMBER"] = "Nov";
|
|
1842
|
+
MonthNameShortEnum["DECEMBER"] = "Dec";
|
|
1843
|
+
MonthNameShortEnum["JANUARY"] = "Jan";
|
|
1844
|
+
MonthNameShortEnum["FEBRUARY"] = "Feb";
|
|
1845
|
+
MonthNameShortEnum["MARCH"] = "Mar";
|
|
1846
|
+
MonthNameShortEnum["APRIL"] = "Apr";
|
|
1847
|
+
MonthNameShortEnum["MAY"] = "May";
|
|
1848
|
+
MonthNameShortEnum["JUNE"] = "Jun";
|
|
1849
|
+
})(MonthNameShortEnum || (MonthNameShortEnum = {}));
|
|
1850
|
+
|
|
1851
|
+
/**
|
|
1852
|
+
* enum with months indexes.
|
|
1853
|
+
* item value match with js Date month index from 0 to 11
|
|
1854
|
+
* Order of items match with financial year months order
|
|
1855
|
+
*/
|
|
1856
|
+
var MonthNumberEnum;
|
|
1857
|
+
(function (MonthNumberEnum) {
|
|
1858
|
+
MonthNumberEnum[MonthNumberEnum["JULY"] = 6] = "JULY";
|
|
1859
|
+
MonthNumberEnum[MonthNumberEnum["AUGUST"] = 7] = "AUGUST";
|
|
1860
|
+
MonthNumberEnum[MonthNumberEnum["SEPTEMBER"] = 8] = "SEPTEMBER";
|
|
1861
|
+
MonthNumberEnum[MonthNumberEnum["OCTOBER"] = 9] = "OCTOBER";
|
|
1862
|
+
MonthNumberEnum[MonthNumberEnum["NOVEMBER"] = 10] = "NOVEMBER";
|
|
1863
|
+
MonthNumberEnum[MonthNumberEnum["DECEMBER"] = 11] = "DECEMBER";
|
|
1864
|
+
MonthNumberEnum[MonthNumberEnum["JANUARY"] = 0] = "JANUARY";
|
|
1865
|
+
MonthNumberEnum[MonthNumberEnum["FEBRUARY"] = 1] = "FEBRUARY";
|
|
1866
|
+
MonthNumberEnum[MonthNumberEnum["MARCH"] = 2] = "MARCH";
|
|
1867
|
+
MonthNumberEnum[MonthNumberEnum["APRIL"] = 3] = "APRIL";
|
|
1868
|
+
MonthNumberEnum[MonthNumberEnum["MAY"] = 4] = "MAY";
|
|
1869
|
+
MonthNumberEnum[MonthNumberEnum["JUNE"] = 5] = "JUNE";
|
|
1870
|
+
})(MonthNumberEnum || (MonthNumberEnum = {}));
|
|
1871
|
+
|
|
1872
|
+
const MONTHS = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec', 'Jan'];
|
|
1873
|
+
|
|
1874
|
+
class AnnualClientDetails extends AbstractModel {
|
|
1875
|
+
constructor() {
|
|
1876
|
+
super(...arguments);
|
|
1877
|
+
this.financialYear = new FinancialYear().year;
|
|
1878
|
+
}
|
|
1879
|
+
}
|
|
1880
|
+
__decorate([
|
|
1881
|
+
Type(() => ClientDetails)
|
|
1882
|
+
], AnnualClientDetails.prototype, "clientDetails", void 0);
|
|
1883
|
+
|
|
1884
|
+
class ClientIncomeTypes extends ClientIncomeTypes$1 {
|
|
1885
|
+
/**
|
|
1886
|
+
* Get count of selected income types
|
|
1887
|
+
*/
|
|
1888
|
+
get length() {
|
|
1889
|
+
return Object.values(this).filter((value) => typeof value === 'boolean' && value).length;
|
|
1890
|
+
}
|
|
1891
|
+
}
|
|
1892
|
+
|
|
1893
|
+
var ClientInviteStatusEnum;
|
|
1894
|
+
(function (ClientInviteStatusEnum) {
|
|
1895
|
+
ClientInviteStatusEnum[ClientInviteStatusEnum["PENDING"] = 1] = "PENDING";
|
|
1896
|
+
ClientInviteStatusEnum[ClientInviteStatusEnum["REJECTED"] = 2] = "REJECTED";
|
|
1897
|
+
})(ClientInviteStatusEnum || (ClientInviteStatusEnum = {}));
|
|
1898
|
+
|
|
1899
|
+
var ClientInviteTypeEnum;
|
|
1900
|
+
(function (ClientInviteTypeEnum) {
|
|
1901
|
+
ClientInviteTypeEnum[ClientInviteTypeEnum["FROM_CLIENT"] = 1] = "FROM_CLIENT";
|
|
1902
|
+
ClientInviteTypeEnum[ClientInviteTypeEnum["FROM_EMPLOYEE"] = 2] = "FROM_EMPLOYEE";
|
|
1903
|
+
})(ClientInviteTypeEnum || (ClientInviteTypeEnum = {}));
|
|
1904
|
+
|
|
1905
|
+
class RegistrationInvite extends RegistrationInvite$1 {
|
|
1906
|
+
getPhotoPlaceholder() {
|
|
1907
|
+
return `${this.firstName[0].toUpperCase()}${this.firstName[1]}`;
|
|
1908
|
+
}
|
|
1909
|
+
getPhoto() {
|
|
1910
|
+
return null;
|
|
1911
|
+
}
|
|
1912
|
+
}
|
|
1913
|
+
|
|
1828
1914
|
var PhoneTypeEnum;
|
|
1829
1915
|
(function (PhoneTypeEnum) {
|
|
1830
1916
|
PhoneTypeEnum[PhoneTypeEnum["MOBILE"] = 1] = "MOBILE";
|
|
@@ -1869,11 +1955,62 @@ __decorate([
|
|
|
1869
1955
|
Type(() => Phone)
|
|
1870
1956
|
], Firm.prototype, "phone", void 0);
|
|
1871
1957
|
|
|
1872
|
-
class
|
|
1958
|
+
class ClientInvite extends ClientInvite$1 {
|
|
1959
|
+
/**
|
|
1960
|
+
* Check if client invite status is pending
|
|
1961
|
+
*/
|
|
1962
|
+
isPending() {
|
|
1963
|
+
return this.status === ClientInviteStatusEnum.PENDING;
|
|
1964
|
+
}
|
|
1965
|
+
/**
|
|
1966
|
+
* Check if client invite status is accepted
|
|
1967
|
+
*/
|
|
1968
|
+
isAccepted() {
|
|
1969
|
+
return !this.isPending() && !this.isRejected();
|
|
1970
|
+
}
|
|
1971
|
+
/**
|
|
1972
|
+
* Check if client invite status is rejected
|
|
1973
|
+
*/
|
|
1974
|
+
isRejected() {
|
|
1975
|
+
return this.status === ClientInviteStatusEnum.REJECTED;
|
|
1976
|
+
}
|
|
1977
|
+
/**
|
|
1978
|
+
* Check if client invite initiated by firm
|
|
1979
|
+
*/
|
|
1980
|
+
isFromEmployee() {
|
|
1981
|
+
return this.type === ClientInviteTypeEnum.FROM_EMPLOYEE;
|
|
1982
|
+
}
|
|
1983
|
+
/**
|
|
1984
|
+
* Check if client invite initiated by client
|
|
1985
|
+
*/
|
|
1986
|
+
isFromClient() {
|
|
1987
|
+
return this.type === ClientInviteTypeEnum.FROM_CLIENT;
|
|
1988
|
+
}
|
|
1989
|
+
get firstName() {
|
|
1990
|
+
return this.client ? this.client.firstName : this.registrationInvite?.firstName;
|
|
1991
|
+
}
|
|
1992
|
+
get email() {
|
|
1993
|
+
return this.client ? this.client.email : this.registrationInvite?.email;
|
|
1994
|
+
}
|
|
1873
1995
|
}
|
|
1996
|
+
__decorate([
|
|
1997
|
+
Type(() => Date)
|
|
1998
|
+
], ClientInvite.prototype, "sentOn", void 0);
|
|
1999
|
+
__decorate([
|
|
2000
|
+
Type(() => Date)
|
|
2001
|
+
], ClientInvite.prototype, "updatedAt", void 0);
|
|
1874
2002
|
__decorate([
|
|
1875
2003
|
Type(() => Firm)
|
|
1876
|
-
],
|
|
2004
|
+
], ClientInvite.prototype, "firm", void 0);
|
|
2005
|
+
__decorate([
|
|
2006
|
+
Type(() => User)
|
|
2007
|
+
], ClientInvite.prototype, "client", void 0);
|
|
2008
|
+
__decorate([
|
|
2009
|
+
Type(() => User)
|
|
2010
|
+
], ClientInvite.prototype, "employee", void 0);
|
|
2011
|
+
__decorate([
|
|
2012
|
+
Type(() => RegistrationInvite)
|
|
2013
|
+
], ClientInvite.prototype, "registrationInvite", void 0);
|
|
1877
2014
|
|
|
1878
2015
|
var ServiceProductStatusEnum;
|
|
1879
2016
|
(function (ServiceProductStatusEnum) {
|
|
@@ -2415,6 +2552,7 @@ const CHART_ACCOUNTS_CATEGORIES = {
|
|
|
2415
2552
|
ChartAccountsCategoryEnum.PROPERTY_DEPRECIATION,
|
|
2416
2553
|
ChartAccountsCategoryEnum.WORK_DEPRECIATION,
|
|
2417
2554
|
ChartAccountsCategoryEnum.PROPERTY_CAPITAL_WORKS,
|
|
2555
|
+
ChartAccountsCategoryEnum.SOLE_DEPRECIATION,
|
|
2418
2556
|
],
|
|
2419
2557
|
all: [
|
|
2420
2558
|
ChartAccountsCategoryEnum.PROPERTY_INCOME,
|
|
@@ -2501,50 +2639,6 @@ class ChartAccountsMetaField extends ChartAccountsMetaField$1 {
|
|
|
2501
2639
|
}
|
|
2502
2640
|
}
|
|
2503
2641
|
|
|
2504
|
-
/**
|
|
2505
|
-
* @TODO move to pipe/translation
|
|
2506
|
-
* enum with months short names.
|
|
2507
|
-
* Order of items match with financial year months order
|
|
2508
|
-
*/
|
|
2509
|
-
var MonthNameShortEnum;
|
|
2510
|
-
(function (MonthNameShortEnum) {
|
|
2511
|
-
MonthNameShortEnum["JULY"] = "Jul";
|
|
2512
|
-
MonthNameShortEnum["AUGUST"] = "Aug";
|
|
2513
|
-
MonthNameShortEnum["SEPTEMBER"] = "Sep";
|
|
2514
|
-
MonthNameShortEnum["OCTOBER"] = "Oct";
|
|
2515
|
-
MonthNameShortEnum["NOVEMBER"] = "Nov";
|
|
2516
|
-
MonthNameShortEnum["DECEMBER"] = "Dec";
|
|
2517
|
-
MonthNameShortEnum["JANUARY"] = "Jan";
|
|
2518
|
-
MonthNameShortEnum["FEBRUARY"] = "Feb";
|
|
2519
|
-
MonthNameShortEnum["MARCH"] = "Mar";
|
|
2520
|
-
MonthNameShortEnum["APRIL"] = "Apr";
|
|
2521
|
-
MonthNameShortEnum["MAY"] = "May";
|
|
2522
|
-
MonthNameShortEnum["JUNE"] = "Jun";
|
|
2523
|
-
})(MonthNameShortEnum || (MonthNameShortEnum = {}));
|
|
2524
|
-
|
|
2525
|
-
/**
|
|
2526
|
-
* enum with months indexes.
|
|
2527
|
-
* item value match with js Date month index from 0 to 11
|
|
2528
|
-
* Order of items match with financial year months order
|
|
2529
|
-
*/
|
|
2530
|
-
var MonthNumberEnum;
|
|
2531
|
-
(function (MonthNumberEnum) {
|
|
2532
|
-
MonthNumberEnum[MonthNumberEnum["JULY"] = 6] = "JULY";
|
|
2533
|
-
MonthNumberEnum[MonthNumberEnum["AUGUST"] = 7] = "AUGUST";
|
|
2534
|
-
MonthNumberEnum[MonthNumberEnum["SEPTEMBER"] = 8] = "SEPTEMBER";
|
|
2535
|
-
MonthNumberEnum[MonthNumberEnum["OCTOBER"] = 9] = "OCTOBER";
|
|
2536
|
-
MonthNumberEnum[MonthNumberEnum["NOVEMBER"] = 10] = "NOVEMBER";
|
|
2537
|
-
MonthNumberEnum[MonthNumberEnum["DECEMBER"] = 11] = "DECEMBER";
|
|
2538
|
-
MonthNumberEnum[MonthNumberEnum["JANUARY"] = 0] = "JANUARY";
|
|
2539
|
-
MonthNumberEnum[MonthNumberEnum["FEBRUARY"] = 1] = "FEBRUARY";
|
|
2540
|
-
MonthNumberEnum[MonthNumberEnum["MARCH"] = 2] = "MARCH";
|
|
2541
|
-
MonthNumberEnum[MonthNumberEnum["APRIL"] = 3] = "APRIL";
|
|
2542
|
-
MonthNumberEnum[MonthNumberEnum["MAY"] = 4] = "MAY";
|
|
2543
|
-
MonthNumberEnum[MonthNumberEnum["JUNE"] = 5] = "JUNE";
|
|
2544
|
-
})(MonthNumberEnum || (MonthNumberEnum = {}));
|
|
2545
|
-
|
|
2546
|
-
const MONTHS = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec', 'Jan'];
|
|
2547
|
-
|
|
2548
2642
|
class ChartAccountsValue extends ChartAccountsValue$1 {
|
|
2549
2643
|
}
|
|
2550
2644
|
|
|
@@ -2568,7 +2662,7 @@ function enumToList(data) {
|
|
|
2568
2662
|
return list;
|
|
2569
2663
|
}
|
|
2570
2664
|
|
|
2571
|
-
var
|
|
2665
|
+
var ChartAccountsValues = [
|
|
2572
2666
|
{
|
|
2573
2667
|
id: 1,
|
|
2574
2668
|
chartAccounts: {
|
|
@@ -3010,13 +3104,65 @@ var ChartAccountValues = [
|
|
|
3010
3104
|
unitOfMeasure: "kilometres",
|
|
3011
3105
|
createdAt: "2022-06-29 00:00:00",
|
|
3012
3106
|
updatedAt: "2022-06-29 00:00:00"
|
|
3107
|
+
},
|
|
3108
|
+
{
|
|
3109
|
+
id: 46,
|
|
3110
|
+
chartAccounts: {
|
|
3111
|
+
id: 24
|
|
3112
|
+
},
|
|
3113
|
+
financialYear: 2024,
|
|
3114
|
+
startDate: null,
|
|
3115
|
+
endDate: null,
|
|
3116
|
+
value: 0.85,
|
|
3117
|
+
unitOfMeasure: "kilometres",
|
|
3118
|
+
createdAt: "2023-07-01 00:00:00",
|
|
3119
|
+
updatedAt: "2023-07-01 00:00:00"
|
|
3120
|
+
},
|
|
3121
|
+
{
|
|
3122
|
+
id: 47,
|
|
3123
|
+
chartAccounts: {
|
|
3124
|
+
id: 87
|
|
3125
|
+
},
|
|
3126
|
+
financialYear: 2024,
|
|
3127
|
+
startDate: null,
|
|
3128
|
+
endDate: null,
|
|
3129
|
+
value: 0.52,
|
|
3130
|
+
unitOfMeasure: "hours",
|
|
3131
|
+
createdAt: "2023-07-01 00:00:00",
|
|
3132
|
+
updatedAt: "2023-07-01 00:00:00"
|
|
3133
|
+
},
|
|
3134
|
+
{
|
|
3135
|
+
id: 48,
|
|
3136
|
+
chartAccounts: {
|
|
3137
|
+
id: 103
|
|
3138
|
+
},
|
|
3139
|
+
financialYear: 2024,
|
|
3140
|
+
startDate: null,
|
|
3141
|
+
endDate: null,
|
|
3142
|
+
value: 0.52,
|
|
3143
|
+
unitOfMeasure: "hours",
|
|
3144
|
+
createdAt: "2023-07-01 00:00:00",
|
|
3145
|
+
updatedAt: "2023-07-01 00:00:00"
|
|
3146
|
+
},
|
|
3147
|
+
{
|
|
3148
|
+
id: 49,
|
|
3149
|
+
chartAccounts: {
|
|
3150
|
+
id: 683
|
|
3151
|
+
},
|
|
3152
|
+
financialYear: 2024,
|
|
3153
|
+
startDate: null,
|
|
3154
|
+
endDate: null,
|
|
3155
|
+
value: 0.85,
|
|
3156
|
+
unitOfMeasure: "kilometres",
|
|
3157
|
+
createdAt: "2023-07-01 00:00:00",
|
|
3158
|
+
updatedAt: "2023-07-01 00:00:00"
|
|
3013
3159
|
}
|
|
3014
3160
|
];
|
|
3015
3161
|
|
|
3016
3162
|
/**
|
|
3017
3163
|
* @TODO vik performance problems, try https://angular.io/guide/dependency-injection-providers?
|
|
3018
3164
|
*/
|
|
3019
|
-
const CHART_ACCOUNTS_VALUES = new CollectionDictionary(new Collection(
|
|
3165
|
+
const CHART_ACCOUNTS_VALUES = new CollectionDictionary(new Collection(ChartAccountsValues.map((value) => plainToClass(ChartAccountsValue$1, value))), 'chartAccounts.id');
|
|
3020
3166
|
|
|
3021
3167
|
class ChartAccounts extends ChartAccounts$1 {
|
|
3022
3168
|
/**
|
|
@@ -3056,7 +3202,7 @@ class ChartAccounts extends ChartAccounts$1 {
|
|
|
3056
3202
|
* Check if chart accounts id is related for 'Motor Vehicles' category
|
|
3057
3203
|
*/
|
|
3058
3204
|
isVehicles() {
|
|
3059
|
-
return
|
|
3205
|
+
return [ChartAccountsListEnum.WORK_VEHICLES, ChartAccountsListEnum.SOLE_VEHICLES].includes(this.id);
|
|
3060
3206
|
}
|
|
3061
3207
|
/**
|
|
3062
3208
|
* Check if chart accounts id is related for 'Interest Earned' category
|
|
@@ -4193,15 +4339,6 @@ var PropertyShareStatusEnum;
|
|
|
4193
4339
|
PropertyShareStatusEnum[PropertyShareStatusEnum["REJECTED"] = 3] = "REJECTED";
|
|
4194
4340
|
})(PropertyShareStatusEnum || (PropertyShareStatusEnum = {}));
|
|
4195
4341
|
|
|
4196
|
-
class RegistrationInvite extends RegistrationInvite$1 {
|
|
4197
|
-
getPhotoPlaceholder() {
|
|
4198
|
-
return `${this.firstName[0].toUpperCase()}${this.firstName[1]}`;
|
|
4199
|
-
}
|
|
4200
|
-
getPhoto() {
|
|
4201
|
-
return null;
|
|
4202
|
-
}
|
|
4203
|
-
}
|
|
4204
|
-
|
|
4205
4342
|
class PropertyShare extends PropertyShare$1 {
|
|
4206
4343
|
isAccepted() {
|
|
4207
4344
|
return this.status === PropertyShareStatusEnum.APPROVED;
|
|
@@ -4944,11 +5081,6 @@ class VehicleClaim extends VehicleClaim$1 {
|
|
|
4944
5081
|
getAverageWeeklyKMS() {
|
|
4945
5082
|
return this.kilometers / FinancialYear.weeksInYear;
|
|
4946
5083
|
}
|
|
4947
|
-
static getKMSChartAccountsIdByTankType(tankType) {
|
|
4948
|
-
return tankType === TankTypeEnum.WORK
|
|
4949
|
-
? ChartAccountsListEnum.KLMS_TRAVELLED_FOR_WORK
|
|
4950
|
-
: ChartAccountsListEnum.KLMS_TRAVELLED;
|
|
4951
|
-
}
|
|
4952
5084
|
}
|
|
4953
5085
|
/**
|
|
4954
5086
|
* limit for kms claim method
|
|
@@ -4956,7 +5088,7 @@ class VehicleClaim extends VehicleClaim$1 {
|
|
|
4956
5088
|
VehicleClaim.totalKmsLimit = 5000;
|
|
4957
5089
|
/**
|
|
4958
5090
|
* limit for work usage claim method
|
|
4959
|
-
|
|
5091
|
+
*/
|
|
4960
5092
|
VehicleClaim.totalWorkUsagePercent = 100;
|
|
4961
5093
|
__decorate([
|
|
4962
5094
|
Type(() => VehicleClaimDetails)
|
|
@@ -5191,7 +5323,9 @@ class Transaction extends Transaction$1 {
|
|
|
5191
5323
|
type: this.chartAccounts.isPropertyCapitalWorks() ? DepreciationTypeEnum.CAPITAL_WORKS : DepreciationTypeEnum.PLANT_EQUIPMENT,
|
|
5192
5324
|
claimPercent: this.claimPercent,
|
|
5193
5325
|
property: this.property,
|
|
5194
|
-
calculation: this.property ? this.property.depreciationCalculation : DepreciationCalculationEnum.PRIME_COST
|
|
5326
|
+
calculation: this.property ? this.property.depreciationCalculation : DepreciationCalculationEnum.PRIME_COST,
|
|
5327
|
+
transactions: [this],
|
|
5328
|
+
business: this.business,
|
|
5195
5329
|
});
|
|
5196
5330
|
}
|
|
5197
5331
|
/**
|
|
@@ -7472,6 +7606,170 @@ __decorate([
|
|
|
7472
7606
|
Expose()
|
|
7473
7607
|
], ServiceSubscription.prototype, "promoCodeId", null);
|
|
7474
7608
|
|
|
7609
|
+
class ClientMovement extends ClientMovement$1 {
|
|
7610
|
+
}
|
|
7611
|
+
__decorate([
|
|
7612
|
+
Type(() => Firm)
|
|
7613
|
+
], ClientMovement.prototype, "firm", void 0);
|
|
7614
|
+
__decorate([
|
|
7615
|
+
Type(() => User)
|
|
7616
|
+
], ClientMovement.prototype, "client", void 0);
|
|
7617
|
+
__decorate([
|
|
7618
|
+
Type(() => User)
|
|
7619
|
+
], ClientMovement.prototype, "employee", void 0);
|
|
7620
|
+
__decorate([
|
|
7621
|
+
Type(() => ServiceSubscription)
|
|
7622
|
+
], ClientMovement.prototype, "subscription", void 0);
|
|
7623
|
+
__decorate([
|
|
7624
|
+
Type(() => Date)
|
|
7625
|
+
], ClientMovement.prototype, "dateFrom", void 0);
|
|
7626
|
+
__decorate([
|
|
7627
|
+
Type(() => Date)
|
|
7628
|
+
], ClientMovement.prototype, "dateTo", void 0);
|
|
7629
|
+
|
|
7630
|
+
/**
|
|
7631
|
+
* Client portfolio charts data based on ClientPortfolioReportCollection
|
|
7632
|
+
*/
|
|
7633
|
+
class ClientPortfolioChartData {
|
|
7634
|
+
constructor(clientsPortfolioReportCollection) {
|
|
7635
|
+
this.clientsPortfolioReportCollection = clientsPortfolioReportCollection;
|
|
7636
|
+
}
|
|
7637
|
+
getPieChartData() {
|
|
7638
|
+
return this.clientsPortfolioReportCollection.items.map((clientPortfolioReport) => plainToClass(ChartData, {
|
|
7639
|
+
name: clientPortfolioReport.category,
|
|
7640
|
+
data: clientPortfolioReport.count
|
|
7641
|
+
}));
|
|
7642
|
+
}
|
|
7643
|
+
getBarChartData() {
|
|
7644
|
+
return [
|
|
7645
|
+
plainToClass(ChartData, {
|
|
7646
|
+
name: 'Total',
|
|
7647
|
+
data: [
|
|
7648
|
+
{
|
|
7649
|
+
label: 'Market value',
|
|
7650
|
+
value: this.clientsPortfolioReportCollection.marketValue
|
|
7651
|
+
},
|
|
7652
|
+
{
|
|
7653
|
+
label: 'Loan balance',
|
|
7654
|
+
value: this.clientsPortfolioReportCollection.loanBalance
|
|
7655
|
+
},
|
|
7656
|
+
{
|
|
7657
|
+
label: 'Equity position',
|
|
7658
|
+
value: this.clientsPortfolioReportCollection.equityPosition
|
|
7659
|
+
}
|
|
7660
|
+
]
|
|
7661
|
+
}),
|
|
7662
|
+
plainToClass(ChartData, {
|
|
7663
|
+
name: 'Average',
|
|
7664
|
+
data: [
|
|
7665
|
+
{
|
|
7666
|
+
label: 'Market value',
|
|
7667
|
+
value: this.clientsPortfolioReportCollection.averageMarketValue
|
|
7668
|
+
},
|
|
7669
|
+
{
|
|
7670
|
+
label: 'Loan balance',
|
|
7671
|
+
value: this.clientsPortfolioReportCollection.averageLoanBalance
|
|
7672
|
+
},
|
|
7673
|
+
{
|
|
7674
|
+
label: 'Equity position',
|
|
7675
|
+
value: this.clientsPortfolioReportCollection.averageEquityPosition
|
|
7676
|
+
}
|
|
7677
|
+
]
|
|
7678
|
+
})
|
|
7679
|
+
];
|
|
7680
|
+
}
|
|
7681
|
+
}
|
|
7682
|
+
|
|
7683
|
+
/**
|
|
7684
|
+
* Class describes client's portfolio report information
|
|
7685
|
+
*/
|
|
7686
|
+
class ClientPortfolioReport extends AbstractModel {
|
|
7687
|
+
}
|
|
7688
|
+
|
|
7689
|
+
class EmployeeDetails extends EmployeeDetails$1 {
|
|
7690
|
+
}
|
|
7691
|
+
__decorate([
|
|
7692
|
+
Type(() => Firm)
|
|
7693
|
+
], EmployeeDetails.prototype, "firm", void 0);
|
|
7694
|
+
|
|
7695
|
+
class ServicePayment extends ServicePayment$1 {
|
|
7696
|
+
/**
|
|
7697
|
+
* Stripe stores actual links to payment invoices for 30 days.
|
|
7698
|
+
* Link expires after 30 days
|
|
7699
|
+
*/
|
|
7700
|
+
isInvoiceLinkExpired() {
|
|
7701
|
+
const expirationDate = new Date(this.date.setDate(this.date.getDate() + ServicePayment.daysToInvoiceUrlExpired));
|
|
7702
|
+
return expirationDate.getTime() < new Date().getTime();
|
|
7703
|
+
}
|
|
7704
|
+
}
|
|
7705
|
+
ServicePayment.daysToInvoiceUrlExpired = 30;
|
|
7706
|
+
__decorate([
|
|
7707
|
+
Type(() => ServiceSubscription)
|
|
7708
|
+
], ServicePayment.prototype, "subscription", void 0);
|
|
7709
|
+
__decorate([
|
|
7710
|
+
Type(() => Date)
|
|
7711
|
+
], ServicePayment.prototype, "date", void 0);
|
|
7712
|
+
|
|
7713
|
+
let ServicePaymentMethod$1 = class ServicePaymentMethod extends AbstractModel {
|
|
7714
|
+
};
|
|
7715
|
+
|
|
7716
|
+
var PaymentMethodBrandEnum;
|
|
7717
|
+
(function (PaymentMethodBrandEnum) {
|
|
7718
|
+
PaymentMethodBrandEnum["UNKNOWN"] = "Unknown";
|
|
7719
|
+
PaymentMethodBrandEnum["AMEX"] = "American Express";
|
|
7720
|
+
PaymentMethodBrandEnum["DINERS"] = "Diners Club";
|
|
7721
|
+
PaymentMethodBrandEnum["DISCOVER"] = "Discover";
|
|
7722
|
+
PaymentMethodBrandEnum["JCB"] = "JCB";
|
|
7723
|
+
PaymentMethodBrandEnum["MASTERCARD"] = "Mastercard";
|
|
7724
|
+
PaymentMethodBrandEnum["UNIONPAY"] = "UnionPay";
|
|
7725
|
+
PaymentMethodBrandEnum["VISA"] = "Visa";
|
|
7726
|
+
})(PaymentMethodBrandEnum || (PaymentMethodBrandEnum = {}));
|
|
7727
|
+
|
|
7728
|
+
var ServicePaymentMethodCardBrandEnum;
|
|
7729
|
+
(function (ServicePaymentMethodCardBrandEnum) {
|
|
7730
|
+
ServicePaymentMethodCardBrandEnum[ServicePaymentMethodCardBrandEnum["UNKNOWN"] = 0] = "UNKNOWN";
|
|
7731
|
+
ServicePaymentMethodCardBrandEnum[ServicePaymentMethodCardBrandEnum["AMEX"] = 1] = "AMEX";
|
|
7732
|
+
ServicePaymentMethodCardBrandEnum[ServicePaymentMethodCardBrandEnum["DINERS"] = 2] = "DINERS";
|
|
7733
|
+
ServicePaymentMethodCardBrandEnum[ServicePaymentMethodCardBrandEnum["DISCOVER"] = 3] = "DISCOVER";
|
|
7734
|
+
ServicePaymentMethodCardBrandEnum[ServicePaymentMethodCardBrandEnum["JCB"] = 4] = "JCB";
|
|
7735
|
+
ServicePaymentMethodCardBrandEnum[ServicePaymentMethodCardBrandEnum["MASTERCARD"] = 5] = "MASTERCARD";
|
|
7736
|
+
ServicePaymentMethodCardBrandEnum[ServicePaymentMethodCardBrandEnum["UNIONPAY"] = 6] = "UNIONPAY";
|
|
7737
|
+
ServicePaymentMethodCardBrandEnum[ServicePaymentMethodCardBrandEnum["VISA"] = 7] = "VISA";
|
|
7738
|
+
})(ServicePaymentMethodCardBrandEnum || (ServicePaymentMethodCardBrandEnum = {}));
|
|
7739
|
+
|
|
7740
|
+
var ServicePaymentMethodTypeEnum;
|
|
7741
|
+
(function (ServicePaymentMethodTypeEnum) {
|
|
7742
|
+
ServicePaymentMethodTypeEnum[ServicePaymentMethodTypeEnum["AU_BECS_DEBIT"] = 1] = "AU_BECS_DEBIT";
|
|
7743
|
+
ServicePaymentMethodTypeEnum[ServicePaymentMethodTypeEnum["CARD"] = 2] = "CARD";
|
|
7744
|
+
})(ServicePaymentMethodTypeEnum || (ServicePaymentMethodTypeEnum = {}));
|
|
7745
|
+
|
|
7746
|
+
class ServicePaymentMethod extends ServicePaymentMethod$1 {
|
|
7747
|
+
get logo() {
|
|
7748
|
+
if (!this.isCard()) {
|
|
7749
|
+
return null;
|
|
7750
|
+
}
|
|
7751
|
+
return `/assets/img/payment-methods/${this.cardBrand}.svg`;
|
|
7752
|
+
}
|
|
7753
|
+
get brandName() {
|
|
7754
|
+
return this.isCard() ? PaymentMethodBrandEnum[ServicePaymentMethodCardBrandEnum[this.cardBrand]] : 'BECS Direct Debit (AU)';
|
|
7755
|
+
}
|
|
7756
|
+
/**
|
|
7757
|
+
* Get expiration date formatted string (MM/YY)
|
|
7758
|
+
*/
|
|
7759
|
+
get expirationDate() {
|
|
7760
|
+
if (!this.isCard()) {
|
|
7761
|
+
return null;
|
|
7762
|
+
}
|
|
7763
|
+
return `${('0' + this.cardExpirationMonth).slice(-2)}/${this.cardExpirationYear.toString().slice(-2)}`;
|
|
7764
|
+
}
|
|
7765
|
+
get description() {
|
|
7766
|
+
return `${this.brandName} ***${this.lastFourDigits}`;
|
|
7767
|
+
}
|
|
7768
|
+
isCard() {
|
|
7769
|
+
return this.type === ServicePaymentMethodTypeEnum.CARD;
|
|
7770
|
+
}
|
|
7771
|
+
}
|
|
7772
|
+
|
|
7475
7773
|
class User extends User$1 {
|
|
7476
7774
|
get fullName() {
|
|
7477
7775
|
return `${this.firstName} ${this.lastName}`;
|
|
@@ -7587,6 +7885,13 @@ class User extends User$1 {
|
|
|
7587
7885
|
isCurrentFinancialYear() {
|
|
7588
7886
|
return new FinancialYear(new Date()).year === this.financialYear;
|
|
7589
7887
|
}
|
|
7888
|
+
/**
|
|
7889
|
+
* financial years available in the app for user
|
|
7890
|
+
* starts from 2022 for new users and registeredYear - 1 for old users
|
|
7891
|
+
*/
|
|
7892
|
+
get financialYears() {
|
|
7893
|
+
return range(Math.min(FinancialYear.toFinYear(this.createdAt) - 1, 2022), FinancialYear.toFinYear(new Date()) + 1);
|
|
7894
|
+
}
|
|
7590
7895
|
}
|
|
7591
7896
|
__decorate([
|
|
7592
7897
|
Type(() => ServiceSubscription)
|
|
@@ -8319,6 +8624,9 @@ __decorate([
|
|
|
8319
8624
|
Expose()
|
|
8320
8625
|
], Message.prototype, "documents", void 0);
|
|
8321
8626
|
|
|
8627
|
+
/**
|
|
8628
|
+
* @TODO Alex remove
|
|
8629
|
+
*/
|
|
8322
8630
|
var AppEventTypeEnum;
|
|
8323
8631
|
(function (AppEventTypeEnum) {
|
|
8324
8632
|
AppEventTypeEnum[AppEventTypeEnum["CLIENT_MOVEMENT_CLOSED"] = 0] = "CLIENT_MOVEMENT_CLOSED";
|
|
@@ -8409,130 +8717,52 @@ class AppEvent2 {
|
|
|
8409
8717
|
constructor(name,
|
|
8410
8718
|
// Pass null for deleted items, otherwise always pass changed items even if you don't need it
|
|
8411
8719
|
items) {
|
|
8412
|
-
this.name = name;
|
|
8413
|
-
this.items = items;
|
|
8414
|
-
}
|
|
8415
|
-
}
|
|
8416
|
-
|
|
8417
|
-
/**
|
|
8418
|
-
* The model renamed for more comfortable work because File already exist in JS
|
|
8419
|
-
* @TODO Alex: consider a better name like document
|
|
8420
|
-
*/
|
|
8421
|
-
class AppFile extends File$1 {
|
|
8422
|
-
}
|
|
8423
|
-
|
|
8424
|
-
class Notification extends ServiceNotification {
|
|
8425
|
-
get eventType() {
|
|
8426
|
-
return this.userEvent.type.type;
|
|
8427
|
-
}
|
|
8428
|
-
/**
|
|
8429
|
-
* Check if notification is from user or not
|
|
8430
|
-
*/
|
|
8431
|
-
isFromUser() {
|
|
8432
|
-
return !!this.sender;
|
|
8433
|
-
}
|
|
8434
|
-
}
|
|
8435
|
-
__decorate([
|
|
8436
|
-
Type(() => User)
|
|
8437
|
-
], Notification.prototype, "sender", void 0);
|
|
8438
|
-
__decorate([
|
|
8439
|
-
Expose({ toClassOnly: true }),
|
|
8440
|
-
Transform(({ obj }) => {
|
|
8441
|
-
switch (true) {
|
|
8442
|
-
// @TODO vik
|
|
8443
|
-
// case NOTIFICATION_EVENT_TYPES.employeeInvite.includes(obj.eventType):
|
|
8444
|
-
// return '/client/users/firms';
|
|
8445
|
-
// case NOTIFICATION_EVENT_TYPES.bankConnection.includes(obj.eventType):
|
|
8446
|
-
// return '/client/bank-feeds';
|
|
8447
|
-
// case NOTIFICATION_EVENT_TYPES.clientInvite.includes(obj.eventType):
|
|
8448
|
-
// return '/client/users/invitations';
|
|
8449
|
-
// case NOTIFICATION_EVENT_TYPES.propertyShare.includes(obj.eventType):
|
|
8450
|
-
// return '/client/users/shares';
|
|
8451
|
-
// case NOTIFICATION_EVENT_TYPES.employeeInviteFromClient.includes(obj.eventType):
|
|
8452
|
-
// return '/firm/clients/invites';
|
|
8453
|
-
default:
|
|
8454
|
-
return '';
|
|
8455
|
-
}
|
|
8456
|
-
})
|
|
8457
|
-
], Notification.prototype, "redirectionLink", void 0);
|
|
8458
|
-
|
|
8459
|
-
class ServicePayment extends ServicePayment$1 {
|
|
8460
|
-
/**
|
|
8461
|
-
* Stripe stores actual links to payment invoices for 30 days.
|
|
8462
|
-
* Link expires after 30 days
|
|
8463
|
-
*/
|
|
8464
|
-
isInvoiceLinkExpired() {
|
|
8465
|
-
const expirationDate = new Date(this.date.setDate(this.date.getDate() + ServicePayment.daysToInvoiceUrlExpired));
|
|
8466
|
-
return expirationDate.getTime() < new Date().getTime();
|
|
8467
|
-
}
|
|
8468
|
-
}
|
|
8469
|
-
ServicePayment.daysToInvoiceUrlExpired = 30;
|
|
8470
|
-
__decorate([
|
|
8471
|
-
Type(() => ServiceSubscription)
|
|
8472
|
-
], ServicePayment.prototype, "subscription", void 0);
|
|
8473
|
-
__decorate([
|
|
8474
|
-
Type(() => Date)
|
|
8475
|
-
], ServicePayment.prototype, "date", void 0);
|
|
8476
|
-
|
|
8477
|
-
let ServicePaymentMethod$1 = class ServicePaymentMethod extends AbstractModel {
|
|
8478
|
-
};
|
|
8479
|
-
|
|
8480
|
-
var PaymentMethodBrandEnum;
|
|
8481
|
-
(function (PaymentMethodBrandEnum) {
|
|
8482
|
-
PaymentMethodBrandEnum["UNKNOWN"] = "Unknown";
|
|
8483
|
-
PaymentMethodBrandEnum["AMEX"] = "American Express";
|
|
8484
|
-
PaymentMethodBrandEnum["DINERS"] = "Diners Club";
|
|
8485
|
-
PaymentMethodBrandEnum["DISCOVER"] = "Discover";
|
|
8486
|
-
PaymentMethodBrandEnum["JCB"] = "JCB";
|
|
8487
|
-
PaymentMethodBrandEnum["MASTERCARD"] = "Mastercard";
|
|
8488
|
-
PaymentMethodBrandEnum["UNIONPAY"] = "UnionPay";
|
|
8489
|
-
PaymentMethodBrandEnum["VISA"] = "Visa";
|
|
8490
|
-
})(PaymentMethodBrandEnum || (PaymentMethodBrandEnum = {}));
|
|
8491
|
-
|
|
8492
|
-
var ServicePaymentMethodCardBrandEnum;
|
|
8493
|
-
(function (ServicePaymentMethodCardBrandEnum) {
|
|
8494
|
-
ServicePaymentMethodCardBrandEnum[ServicePaymentMethodCardBrandEnum["UNKNOWN"] = 0] = "UNKNOWN";
|
|
8495
|
-
ServicePaymentMethodCardBrandEnum[ServicePaymentMethodCardBrandEnum["AMEX"] = 1] = "AMEX";
|
|
8496
|
-
ServicePaymentMethodCardBrandEnum[ServicePaymentMethodCardBrandEnum["DINERS"] = 2] = "DINERS";
|
|
8497
|
-
ServicePaymentMethodCardBrandEnum[ServicePaymentMethodCardBrandEnum["DISCOVER"] = 3] = "DISCOVER";
|
|
8498
|
-
ServicePaymentMethodCardBrandEnum[ServicePaymentMethodCardBrandEnum["JCB"] = 4] = "JCB";
|
|
8499
|
-
ServicePaymentMethodCardBrandEnum[ServicePaymentMethodCardBrandEnum["MASTERCARD"] = 5] = "MASTERCARD";
|
|
8500
|
-
ServicePaymentMethodCardBrandEnum[ServicePaymentMethodCardBrandEnum["UNIONPAY"] = 6] = "UNIONPAY";
|
|
8501
|
-
ServicePaymentMethodCardBrandEnum[ServicePaymentMethodCardBrandEnum["VISA"] = 7] = "VISA";
|
|
8502
|
-
})(ServicePaymentMethodCardBrandEnum || (ServicePaymentMethodCardBrandEnum = {}));
|
|
8720
|
+
this.name = name;
|
|
8721
|
+
this.items = items;
|
|
8722
|
+
}
|
|
8723
|
+
}
|
|
8503
8724
|
|
|
8504
|
-
|
|
8505
|
-
|
|
8506
|
-
|
|
8507
|
-
|
|
8508
|
-
|
|
8725
|
+
/**
|
|
8726
|
+
* The model renamed for more comfortable work because File already exist in JS
|
|
8727
|
+
* @TODO Alex: consider a better name like document
|
|
8728
|
+
*/
|
|
8729
|
+
class AppFile extends File$1 {
|
|
8730
|
+
}
|
|
8509
8731
|
|
|
8510
|
-
class
|
|
8511
|
-
get
|
|
8512
|
-
|
|
8513
|
-
return null;
|
|
8514
|
-
}
|
|
8515
|
-
return `/assets/img/payment-methods/${this.cardBrand}.svg`;
|
|
8516
|
-
}
|
|
8517
|
-
get brandName() {
|
|
8518
|
-
return this.isCard() ? PaymentMethodBrandEnum[ServicePaymentMethodCardBrandEnum[this.cardBrand]] : 'BECS Direct Debit (AU)';
|
|
8732
|
+
class Notification extends ServiceNotification {
|
|
8733
|
+
get eventType() {
|
|
8734
|
+
return this.userEvent.type.type;
|
|
8519
8735
|
}
|
|
8520
8736
|
/**
|
|
8521
|
-
*
|
|
8737
|
+
* Check if notification is from user or not
|
|
8522
8738
|
*/
|
|
8523
|
-
|
|
8524
|
-
|
|
8525
|
-
return null;
|
|
8526
|
-
}
|
|
8527
|
-
return `${('0' + this.cardExpirationMonth).slice(-2)}/${this.cardExpirationYear.toString().slice(-2)}`;
|
|
8528
|
-
}
|
|
8529
|
-
get description() {
|
|
8530
|
-
return `${this.brandName} ***${this.lastFourDigits}`;
|
|
8531
|
-
}
|
|
8532
|
-
isCard() {
|
|
8533
|
-
return this.type === ServicePaymentMethodTypeEnum.CARD;
|
|
8739
|
+
isFromUser() {
|
|
8740
|
+
return !!this.sender;
|
|
8534
8741
|
}
|
|
8535
8742
|
}
|
|
8743
|
+
__decorate([
|
|
8744
|
+
Type(() => User)
|
|
8745
|
+
], Notification.prototype, "sender", void 0);
|
|
8746
|
+
__decorate([
|
|
8747
|
+
Expose({ toClassOnly: true }),
|
|
8748
|
+
Transform(({ obj }) => {
|
|
8749
|
+
switch (true) {
|
|
8750
|
+
// @TODO vik
|
|
8751
|
+
// case NOTIFICATION_EVENT_TYPES.employeeInvite.includes(obj.eventType):
|
|
8752
|
+
// return '/client/users/firms';
|
|
8753
|
+
// case NOTIFICATION_EVENT_TYPES.bankConnection.includes(obj.eventType):
|
|
8754
|
+
// return '/client/bank-feeds';
|
|
8755
|
+
// case NOTIFICATION_EVENT_TYPES.clientInvite.includes(obj.eventType):
|
|
8756
|
+
// return '/client/users/invitations';
|
|
8757
|
+
// case NOTIFICATION_EVENT_TYPES.propertyShare.includes(obj.eventType):
|
|
8758
|
+
// return '/client/users/shares';
|
|
8759
|
+
// case NOTIFICATION_EVENT_TYPES.employeeInviteFromClient.includes(obj.eventType):
|
|
8760
|
+
// return '/firm/clients/invites';
|
|
8761
|
+
default:
|
|
8762
|
+
return '';
|
|
8763
|
+
}
|
|
8764
|
+
})
|
|
8765
|
+
], Notification.prototype, "redirectionLink", void 0);
|
|
8536
8766
|
|
|
8537
8767
|
/**
|
|
8538
8768
|
* Enum with document types which used to API url prefix
|
|
@@ -8770,174 +9000,6 @@ __decorate([
|
|
|
8770
9000
|
Type(() => HoldingType)
|
|
8771
9001
|
], HoldingReinvest.prototype, "holdingType", void 0);
|
|
8772
9002
|
|
|
8773
|
-
class AnnualClientDetails extends AbstractModel {
|
|
8774
|
-
constructor() {
|
|
8775
|
-
super(...arguments);
|
|
8776
|
-
this.financialYear = new FinancialYear().year;
|
|
8777
|
-
}
|
|
8778
|
-
}
|
|
8779
|
-
__decorate([
|
|
8780
|
-
Type(() => ClientDetails)
|
|
8781
|
-
], AnnualClientDetails.prototype, "clientDetails", void 0);
|
|
8782
|
-
|
|
8783
|
-
class ClientIncomeTypes extends ClientIncomeTypes$1 {
|
|
8784
|
-
/**
|
|
8785
|
-
* Get count of selected income types
|
|
8786
|
-
*/
|
|
8787
|
-
get length() {
|
|
8788
|
-
return Object.values(this).filter((value) => typeof value === 'boolean' && value).length;
|
|
8789
|
-
}
|
|
8790
|
-
}
|
|
8791
|
-
|
|
8792
|
-
var ClientInviteStatusEnum;
|
|
8793
|
-
(function (ClientInviteStatusEnum) {
|
|
8794
|
-
ClientInviteStatusEnum[ClientInviteStatusEnum["PENDING"] = 1] = "PENDING";
|
|
8795
|
-
ClientInviteStatusEnum[ClientInviteStatusEnum["REJECTED"] = 2] = "REJECTED";
|
|
8796
|
-
})(ClientInviteStatusEnum || (ClientInviteStatusEnum = {}));
|
|
8797
|
-
|
|
8798
|
-
var ClientInviteTypeEnum;
|
|
8799
|
-
(function (ClientInviteTypeEnum) {
|
|
8800
|
-
ClientInviteTypeEnum[ClientInviteTypeEnum["FROM_CLIENT"] = 1] = "FROM_CLIENT";
|
|
8801
|
-
ClientInviteTypeEnum[ClientInviteTypeEnum["FROM_EMPLOYEE"] = 2] = "FROM_EMPLOYEE";
|
|
8802
|
-
})(ClientInviteTypeEnum || (ClientInviteTypeEnum = {}));
|
|
8803
|
-
|
|
8804
|
-
class ClientInvite extends ClientInvite$1 {
|
|
8805
|
-
/**
|
|
8806
|
-
* Check if client invite status is pending
|
|
8807
|
-
*/
|
|
8808
|
-
isPending() {
|
|
8809
|
-
return this.status === ClientInviteStatusEnum.PENDING;
|
|
8810
|
-
}
|
|
8811
|
-
/**
|
|
8812
|
-
* Check if client invite status is accepted
|
|
8813
|
-
*/
|
|
8814
|
-
isAccepted() {
|
|
8815
|
-
return !this.isPending() && !this.isRejected();
|
|
8816
|
-
}
|
|
8817
|
-
/**
|
|
8818
|
-
* Check if client invite status is rejected
|
|
8819
|
-
*/
|
|
8820
|
-
isRejected() {
|
|
8821
|
-
return this.status === ClientInviteStatusEnum.REJECTED;
|
|
8822
|
-
}
|
|
8823
|
-
/**
|
|
8824
|
-
* Check if client invite initiated by firm
|
|
8825
|
-
*/
|
|
8826
|
-
isFromEmployee() {
|
|
8827
|
-
return this.type === ClientInviteTypeEnum.FROM_EMPLOYEE;
|
|
8828
|
-
}
|
|
8829
|
-
/**
|
|
8830
|
-
* Check if client invite initiated by client
|
|
8831
|
-
*/
|
|
8832
|
-
isFromClient() {
|
|
8833
|
-
return this.type === ClientInviteTypeEnum.FROM_CLIENT;
|
|
8834
|
-
}
|
|
8835
|
-
get firstName() {
|
|
8836
|
-
return this.client ? this.client.firstName : this.registrationInvite?.firstName;
|
|
8837
|
-
}
|
|
8838
|
-
get email() {
|
|
8839
|
-
return this.client ? this.client.email : this.registrationInvite?.email;
|
|
8840
|
-
}
|
|
8841
|
-
}
|
|
8842
|
-
__decorate([
|
|
8843
|
-
Type(() => Date)
|
|
8844
|
-
], ClientInvite.prototype, "sentOn", void 0);
|
|
8845
|
-
__decorate([
|
|
8846
|
-
Type(() => Date)
|
|
8847
|
-
], ClientInvite.prototype, "updatedAt", void 0);
|
|
8848
|
-
__decorate([
|
|
8849
|
-
Type(() => Firm)
|
|
8850
|
-
], ClientInvite.prototype, "firm", void 0);
|
|
8851
|
-
__decorate([
|
|
8852
|
-
Type(() => User)
|
|
8853
|
-
], ClientInvite.prototype, "client", void 0);
|
|
8854
|
-
__decorate([
|
|
8855
|
-
Type(() => User)
|
|
8856
|
-
], ClientInvite.prototype, "employee", void 0);
|
|
8857
|
-
__decorate([
|
|
8858
|
-
Type(() => RegistrationInvite)
|
|
8859
|
-
], ClientInvite.prototype, "registrationInvite", void 0);
|
|
8860
|
-
|
|
8861
|
-
class ClientMovement extends ClientMovement$1 {
|
|
8862
|
-
}
|
|
8863
|
-
__decorate([
|
|
8864
|
-
Type(() => Firm)
|
|
8865
|
-
], ClientMovement.prototype, "firm", void 0);
|
|
8866
|
-
__decorate([
|
|
8867
|
-
Type(() => User)
|
|
8868
|
-
], ClientMovement.prototype, "client", void 0);
|
|
8869
|
-
__decorate([
|
|
8870
|
-
Type(() => User)
|
|
8871
|
-
], ClientMovement.prototype, "employee", void 0);
|
|
8872
|
-
__decorate([
|
|
8873
|
-
Type(() => ServiceSubscription)
|
|
8874
|
-
], ClientMovement.prototype, "subscription", void 0);
|
|
8875
|
-
__decorate([
|
|
8876
|
-
Type(() => Date)
|
|
8877
|
-
], ClientMovement.prototype, "dateFrom", void 0);
|
|
8878
|
-
__decorate([
|
|
8879
|
-
Type(() => Date)
|
|
8880
|
-
], ClientMovement.prototype, "dateTo", void 0);
|
|
8881
|
-
|
|
8882
|
-
/**
|
|
8883
|
-
* Client portfolio charts data based on ClientPortfolioReportCollection
|
|
8884
|
-
*/
|
|
8885
|
-
class ClientPortfolioChartData {
|
|
8886
|
-
constructor(clientsPortfolioReportCollection) {
|
|
8887
|
-
this.clientsPortfolioReportCollection = clientsPortfolioReportCollection;
|
|
8888
|
-
}
|
|
8889
|
-
getPieChartData() {
|
|
8890
|
-
return this.clientsPortfolioReportCollection.items.map((clientPortfolioReport) => plainToClass(ChartData, {
|
|
8891
|
-
name: clientPortfolioReport.category,
|
|
8892
|
-
data: clientPortfolioReport.count
|
|
8893
|
-
}));
|
|
8894
|
-
}
|
|
8895
|
-
getBarChartData() {
|
|
8896
|
-
return [
|
|
8897
|
-
plainToClass(ChartData, {
|
|
8898
|
-
name: 'Total',
|
|
8899
|
-
data: [
|
|
8900
|
-
{
|
|
8901
|
-
label: 'Market value',
|
|
8902
|
-
value: this.clientsPortfolioReportCollection.marketValue
|
|
8903
|
-
},
|
|
8904
|
-
{
|
|
8905
|
-
label: 'Loan balance',
|
|
8906
|
-
value: this.clientsPortfolioReportCollection.loanBalance
|
|
8907
|
-
},
|
|
8908
|
-
{
|
|
8909
|
-
label: 'Equity position',
|
|
8910
|
-
value: this.clientsPortfolioReportCollection.equityPosition
|
|
8911
|
-
}
|
|
8912
|
-
]
|
|
8913
|
-
}),
|
|
8914
|
-
plainToClass(ChartData, {
|
|
8915
|
-
name: 'Average',
|
|
8916
|
-
data: [
|
|
8917
|
-
{
|
|
8918
|
-
label: 'Market value',
|
|
8919
|
-
value: this.clientsPortfolioReportCollection.averageMarketValue
|
|
8920
|
-
},
|
|
8921
|
-
{
|
|
8922
|
-
label: 'Loan balance',
|
|
8923
|
-
value: this.clientsPortfolioReportCollection.averageLoanBalance
|
|
8924
|
-
},
|
|
8925
|
-
{
|
|
8926
|
-
label: 'Equity position',
|
|
8927
|
-
value: this.clientsPortfolioReportCollection.averageEquityPosition
|
|
8928
|
-
}
|
|
8929
|
-
]
|
|
8930
|
-
})
|
|
8931
|
-
];
|
|
8932
|
-
}
|
|
8933
|
-
}
|
|
8934
|
-
|
|
8935
|
-
/**
|
|
8936
|
-
* Class describes client's portfolio report information
|
|
8937
|
-
*/
|
|
8938
|
-
class ClientPortfolioReport extends AbstractModel {
|
|
8939
|
-
}
|
|
8940
|
-
|
|
8941
9003
|
const NAME_TOKEN = 'token';
|
|
8942
9004
|
const NAME_REFRESH_TOKEN = 'refreshToken';
|
|
8943
9005
|
class JwtService extends JwtHelperService {
|
|
@@ -8966,9 +9028,9 @@ class JwtService extends JwtHelperService {
|
|
|
8966
9028
|
return this.getUser().id === userId;
|
|
8967
9029
|
}
|
|
8968
9030
|
}
|
|
8969
|
-
JwtService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
8970
|
-
JwtService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
8971
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9031
|
+
JwtService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
9032
|
+
JwtService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtService, providedIn: 'root' });
|
|
9033
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtService, decorators: [{
|
|
8972
9034
|
type: Injectable,
|
|
8973
9035
|
args: [{
|
|
8974
9036
|
providedIn: 'root'
|
|
@@ -9003,9 +9065,9 @@ class EventDispatcherService {
|
|
|
9003
9065
|
this.eventSubject2.next(event);
|
|
9004
9066
|
}
|
|
9005
9067
|
}
|
|
9006
|
-
EventDispatcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9007
|
-
EventDispatcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9008
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9068
|
+
EventDispatcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EventDispatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9069
|
+
EventDispatcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EventDispatcherService, providedIn: 'root' });
|
|
9070
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EventDispatcherService, decorators: [{
|
|
9009
9071
|
type: Injectable,
|
|
9010
9072
|
args: [{
|
|
9011
9073
|
providedIn: 'root'
|
|
@@ -9054,9 +9116,9 @@ class AuthService {
|
|
|
9054
9116
|
location.replace(url);
|
|
9055
9117
|
}
|
|
9056
9118
|
}
|
|
9057
|
-
AuthService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9058
|
-
AuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9059
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9119
|
+
AuthService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AuthService, deps: [{ token: i1.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9120
|
+
AuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AuthService, providedIn: 'root' });
|
|
9121
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AuthService, decorators: [{
|
|
9060
9122
|
type: Injectable,
|
|
9061
9123
|
args: [{
|
|
9062
9124
|
providedIn: 'root'
|
|
@@ -9189,9 +9251,9 @@ class JwtInterceptor {
|
|
|
9189
9251
|
});
|
|
9190
9252
|
}
|
|
9191
9253
|
}
|
|
9192
|
-
JwtInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9193
|
-
JwtInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9194
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9254
|
+
JwtInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtInterceptor, deps: [{ token: JwtService }, { token: AuthService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9255
|
+
JwtInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtInterceptor });
|
|
9256
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtInterceptor, decorators: [{
|
|
9195
9257
|
type: Injectable
|
|
9196
9258
|
}], ctorParameters: function () { return [{ type: JwtService }, { type: AuthService }, { type: undefined, decorators: [{
|
|
9197
9259
|
type: Inject,
|
|
@@ -9224,9 +9286,9 @@ class UserSwitcherService {
|
|
|
9224
9286
|
window.location.replace('/firm/dashboard');
|
|
9225
9287
|
}
|
|
9226
9288
|
}
|
|
9227
|
-
UserSwitcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9228
|
-
UserSwitcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9229
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9289
|
+
UserSwitcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9290
|
+
UserSwitcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherService, providedIn: 'root' });
|
|
9291
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherService, decorators: [{
|
|
9230
9292
|
type: Injectable,
|
|
9231
9293
|
args: [{
|
|
9232
9294
|
providedIn: 'root'
|
|
@@ -9272,9 +9334,9 @@ class UserSwitcherInterceptor {
|
|
|
9272
9334
|
return next.handle(this.switch(request, this.userSwitcherService.get()));
|
|
9273
9335
|
}
|
|
9274
9336
|
}
|
|
9275
|
-
UserSwitcherInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9276
|
-
UserSwitcherInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9277
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9337
|
+
UserSwitcherInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherInterceptor, deps: [{ token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9338
|
+
UserSwitcherInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherInterceptor });
|
|
9339
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherInterceptor, decorators: [{
|
|
9278
9340
|
type: Injectable
|
|
9279
9341
|
}], ctorParameters: function () { return [{ type: UserSwitcherService }, { type: undefined, decorators: [{
|
|
9280
9342
|
type: Inject,
|
|
@@ -9549,9 +9611,9 @@ class PreloaderService {
|
|
|
9549
9611
|
this.activePreloaders.next(activePreloaders);
|
|
9550
9612
|
}
|
|
9551
9613
|
}
|
|
9552
|
-
PreloaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9553
|
-
PreloaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9554
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9614
|
+
PreloaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9615
|
+
PreloaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderService, providedIn: 'root' });
|
|
9616
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderService, decorators: [{
|
|
9555
9617
|
type: Injectable,
|
|
9556
9618
|
args: [{
|
|
9557
9619
|
providedIn: 'root'
|
|
@@ -9579,9 +9641,9 @@ class PreloaderInterceptor {
|
|
|
9579
9641
|
return Object.values(ENDPOINTS).find((endpoint) => endpoint.test(requestPath));
|
|
9580
9642
|
}
|
|
9581
9643
|
}
|
|
9582
|
-
PreloaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9583
|
-
PreloaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9584
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9644
|
+
PreloaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9645
|
+
PreloaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderInterceptor });
|
|
9646
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderInterceptor, decorators: [{
|
|
9585
9647
|
type: Injectable
|
|
9586
9648
|
}], ctorParameters: function () { return [{ type: PreloaderService }]; } });
|
|
9587
9649
|
|
|
@@ -9611,9 +9673,9 @@ class DataService {
|
|
|
9611
9673
|
this.cache = this.createCollectionInstance(this.collectionClass, data.map((item) => this.createModelInstance(item)));
|
|
9612
9674
|
}
|
|
9613
9675
|
}
|
|
9614
|
-
DataService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9615
|
-
DataService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9616
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9676
|
+
DataService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DataService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9677
|
+
DataService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DataService, providedIn: 'root' });
|
|
9678
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DataService, decorators: [{
|
|
9617
9679
|
type: Injectable,
|
|
9618
9680
|
args: [{
|
|
9619
9681
|
providedIn: 'root'
|
|
@@ -9650,9 +9712,9 @@ class SseService {
|
|
|
9650
9712
|
.pipe(map((messageEvent) => JSON.parse(messageEvent.data)));
|
|
9651
9713
|
}
|
|
9652
9714
|
}
|
|
9653
|
-
SseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9654
|
-
SseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9655
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9715
|
+
SseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SseService, deps: [{ token: i0.NgZone }, { token: JwtService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9716
|
+
SseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SseService, providedIn: 'root' });
|
|
9717
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SseService, decorators: [{
|
|
9656
9718
|
type: Injectable,
|
|
9657
9719
|
args: [{
|
|
9658
9720
|
providedIn: 'root'
|
|
@@ -9865,9 +9927,9 @@ let RestService$1 = class RestService extends DataService {
|
|
|
9865
9927
|
*/
|
|
9866
9928
|
listenEvents() { }
|
|
9867
9929
|
};
|
|
9868
|
-
RestService$1.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9869
|
-
RestService$1.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9870
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9930
|
+
RestService$1.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService$1, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9931
|
+
RestService$1.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService$1, providedIn: 'root' });
|
|
9932
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService$1, decorators: [{
|
|
9871
9933
|
type: Injectable,
|
|
9872
9934
|
args: [{
|
|
9873
9935
|
providedIn: 'root'
|
|
@@ -10010,9 +10072,9 @@ class ToastService {
|
|
|
10010
10072
|
}));
|
|
10011
10073
|
}
|
|
10012
10074
|
}
|
|
10013
|
-
ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10014
|
-
ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10015
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10075
|
+
ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10076
|
+
ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ToastService, providedIn: 'root' });
|
|
10077
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ToastService, decorators: [{
|
|
10016
10078
|
type: Injectable,
|
|
10017
10079
|
args: [{
|
|
10018
10080
|
providedIn: 'root'
|
|
@@ -10090,9 +10152,9 @@ class BankConnectionService extends RestService$1 {
|
|
|
10090
10152
|
});
|
|
10091
10153
|
}
|
|
10092
10154
|
}
|
|
10093
|
-
BankConnectionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10094
|
-
BankConnectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10095
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10155
|
+
BankConnectionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankConnectionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10156
|
+
BankConnectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankConnectionService, providedIn: 'root' });
|
|
10157
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankConnectionService, decorators: [{
|
|
10096
10158
|
type: Injectable,
|
|
10097
10159
|
args: [{
|
|
10098
10160
|
providedIn: 'root'
|
|
@@ -10233,9 +10295,9 @@ BasiqService.retrieveAccountsCheckInterval = 3000;
|
|
|
10233
10295
|
* How long we will wait accounts retrieving, break after timeout if not retireved
|
|
10234
10296
|
*/
|
|
10235
10297
|
BasiqService.retrieveAccountsTimeout = 20000;
|
|
10236
|
-
BasiqService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10237
|
-
BasiqService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10238
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10298
|
+
BasiqService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: BankConnectionService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10299
|
+
BasiqService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqService, providedIn: 'root' });
|
|
10300
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqService, decorators: [{
|
|
10239
10301
|
type: Injectable,
|
|
10240
10302
|
args: [{
|
|
10241
10303
|
providedIn: 'root'
|
|
@@ -10270,9 +10332,9 @@ class BasiqTokenService extends RestService$1 {
|
|
|
10270
10332
|
return new BasiqToken(tokenResponse['access_token'], new Date(now + tokenResponse['expires_in'] * 1000));
|
|
10271
10333
|
}
|
|
10272
10334
|
}
|
|
10273
|
-
BasiqTokenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10274
|
-
BasiqTokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10275
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10335
|
+
BasiqTokenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
10336
|
+
BasiqTokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenService, providedIn: 'root' });
|
|
10337
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenService, decorators: [{
|
|
10276
10338
|
type: Injectable,
|
|
10277
10339
|
args: [{
|
|
10278
10340
|
providedIn: 'root'
|
|
@@ -10301,9 +10363,9 @@ class BasiqTokenInterceptor {
|
|
|
10301
10363
|
});
|
|
10302
10364
|
}
|
|
10303
10365
|
}
|
|
10304
|
-
BasiqTokenInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10305
|
-
BasiqTokenInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10306
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10366
|
+
BasiqTokenInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenInterceptor, deps: [{ token: BasiqTokenService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10367
|
+
BasiqTokenInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenInterceptor });
|
|
10368
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenInterceptor, decorators: [{
|
|
10307
10369
|
type: Injectable
|
|
10308
10370
|
}], ctorParameters: function () { return [{ type: BasiqTokenService }]; } });
|
|
10309
10371
|
|
|
@@ -10485,9 +10547,9 @@ class UserService {
|
|
|
10485
10547
|
});
|
|
10486
10548
|
}
|
|
10487
10549
|
}
|
|
10488
|
-
UserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10489
|
-
UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10490
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10550
|
+
UserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserService, deps: [{ token: i1.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10551
|
+
UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserService, providedIn: 'root' });
|
|
10552
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserService, decorators: [{
|
|
10491
10553
|
type: Injectable,
|
|
10492
10554
|
args: [{
|
|
10493
10555
|
providedIn: 'root'
|
|
@@ -10517,17 +10579,17 @@ class BasiqClientIdInterceptor {
|
|
|
10517
10579
|
});
|
|
10518
10580
|
}
|
|
10519
10581
|
}
|
|
10520
|
-
BasiqClientIdInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10521
|
-
BasiqClientIdInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10522
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10582
|
+
BasiqClientIdInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqClientIdInterceptor, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10583
|
+
BasiqClientIdInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqClientIdInterceptor });
|
|
10584
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqClientIdInterceptor, decorators: [{
|
|
10523
10585
|
type: Injectable
|
|
10524
10586
|
}], ctorParameters: function () { return [{ type: UserService }]; } });
|
|
10525
10587
|
|
|
10526
10588
|
class InterceptorsModule {
|
|
10527
10589
|
}
|
|
10528
|
-
InterceptorsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10529
|
-
InterceptorsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.
|
|
10530
|
-
InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.
|
|
10590
|
+
InterceptorsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
10591
|
+
InterceptorsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule });
|
|
10592
|
+
InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule, providers: [
|
|
10531
10593
|
{
|
|
10532
10594
|
provide: HTTP_INTERCEPTORS,
|
|
10533
10595
|
useClass: CorelogicInterceptor,
|
|
@@ -10565,7 +10627,7 @@ InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", vers
|
|
|
10565
10627
|
multi: true
|
|
10566
10628
|
}
|
|
10567
10629
|
] });
|
|
10568
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10630
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule, decorators: [{
|
|
10569
10631
|
type: NgModule,
|
|
10570
10632
|
args: [{
|
|
10571
10633
|
providers: [
|
|
@@ -10623,12 +10685,12 @@ class TtCoreModule {
|
|
|
10623
10685
|
};
|
|
10624
10686
|
}
|
|
10625
10687
|
}
|
|
10626
|
-
TtCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10627
|
-
TtCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.
|
|
10688
|
+
TtCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
10689
|
+
TtCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
|
|
10628
10690
|
InterceptorsModule] });
|
|
10629
|
-
TtCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.
|
|
10691
|
+
TtCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
|
|
10630
10692
|
InterceptorsModule] });
|
|
10631
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10693
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, decorators: [{
|
|
10632
10694
|
type: NgModule,
|
|
10633
10695
|
args: [{
|
|
10634
10696
|
declarations: [],
|
|
@@ -12180,9 +12242,9 @@ class AddressService {
|
|
|
12180
12242
|
return this.countriesSubject.asObservable();
|
|
12181
12243
|
}
|
|
12182
12244
|
}
|
|
12183
|
-
AddressService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12184
|
-
AddressService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12185
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12245
|
+
AddressService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AddressService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12246
|
+
AddressService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AddressService, providedIn: 'root' });
|
|
12247
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AddressService, decorators: [{
|
|
12186
12248
|
type: Injectable,
|
|
12187
12249
|
args: [{
|
|
12188
12250
|
providedIn: 'root'
|
|
@@ -12250,9 +12312,9 @@ class BankAccountService extends RestService$1 {
|
|
|
12250
12312
|
});
|
|
12251
12313
|
}
|
|
12252
12314
|
}
|
|
12253
|
-
BankAccountService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12254
|
-
BankAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12255
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12315
|
+
BankAccountService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12316
|
+
BankAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountService, providedIn: 'root' });
|
|
12317
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountService, decorators: [{
|
|
12256
12318
|
type: Injectable,
|
|
12257
12319
|
args: [{
|
|
12258
12320
|
providedIn: 'root'
|
|
@@ -12317,9 +12379,9 @@ class BankTransactionService extends RestService$1 {
|
|
|
12317
12379
|
});
|
|
12318
12380
|
}
|
|
12319
12381
|
}
|
|
12320
|
-
BankTransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12321
|
-
BankTransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12322
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12382
|
+
BankTransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12383
|
+
BankTransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionService, providedIn: 'root' });
|
|
12384
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionService, decorators: [{
|
|
12323
12385
|
type: Injectable,
|
|
12324
12386
|
args: [{
|
|
12325
12387
|
providedIn: 'root'
|
|
@@ -12346,9 +12408,9 @@ class BankService extends RestService$1 {
|
|
|
12346
12408
|
this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
|
|
12347
12409
|
}
|
|
12348
12410
|
}
|
|
12349
|
-
BankService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12350
|
-
BankService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12351
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12411
|
+
BankService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12412
|
+
BankService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankService, providedIn: 'root' });
|
|
12413
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankService, decorators: [{
|
|
12352
12414
|
type: Injectable,
|
|
12353
12415
|
args: [{
|
|
12354
12416
|
providedIn: 'root'
|
|
@@ -12368,9 +12430,9 @@ class ChartAccountsDepreciationService extends RestService$1 {
|
|
|
12368
12430
|
this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
|
|
12369
12431
|
}
|
|
12370
12432
|
}
|
|
12371
|
-
ChartAccountsDepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12372
|
-
ChartAccountsDepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12373
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12433
|
+
ChartAccountsDepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsDepreciationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12434
|
+
ChartAccountsDepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsDepreciationService, providedIn: 'root' });
|
|
12435
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsDepreciationService, decorators: [{
|
|
12374
12436
|
type: Injectable,
|
|
12375
12437
|
args: [{
|
|
12376
12438
|
providedIn: 'root'
|
|
@@ -12410,9 +12472,9 @@ class ChartAccountsService extends RestService$1 {
|
|
|
12410
12472
|
}));
|
|
12411
12473
|
}
|
|
12412
12474
|
}
|
|
12413
|
-
ChartAccountsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12414
|
-
ChartAccountsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12415
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12475
|
+
ChartAccountsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12476
|
+
ChartAccountsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsService, providedIn: 'root' });
|
|
12477
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsService, decorators: [{
|
|
12416
12478
|
type: Injectable,
|
|
12417
12479
|
args: [{
|
|
12418
12480
|
providedIn: 'root'
|
|
@@ -12481,9 +12543,9 @@ class ChatService extends RestService$1 {
|
|
|
12481
12543
|
});
|
|
12482
12544
|
}
|
|
12483
12545
|
}
|
|
12484
|
-
ChatService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12485
|
-
ChatService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12486
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12546
|
+
ChatService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChatService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12547
|
+
ChatService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChatService, providedIn: 'root' });
|
|
12548
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChatService, decorators: [{
|
|
12487
12549
|
type: Injectable,
|
|
12488
12550
|
args: [{
|
|
12489
12551
|
providedIn: 'root'
|
|
@@ -12540,9 +12602,9 @@ class MessageService extends RestService$1 {
|
|
|
12540
12602
|
});
|
|
12541
12603
|
}
|
|
12542
12604
|
}
|
|
12543
|
-
MessageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12544
|
-
MessageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12545
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12605
|
+
MessageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12606
|
+
MessageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageService, providedIn: 'root' });
|
|
12607
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageService, decorators: [{
|
|
12546
12608
|
type: Injectable,
|
|
12547
12609
|
args: [{
|
|
12548
12610
|
providedIn: 'root'
|
|
@@ -12611,9 +12673,9 @@ class MessageDocumentService extends RestService$1 {
|
|
|
12611
12673
|
return combineLatest(files.map((file) => this.add(chatId, file))).pipe(map((docsBase) => docsBase.map((docBase) => plainToClass(MessageDocument, docBase))));
|
|
12612
12674
|
}
|
|
12613
12675
|
}
|
|
12614
|
-
MessageDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12615
|
-
MessageDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12616
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12676
|
+
MessageDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12677
|
+
MessageDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageDocumentService, providedIn: 'root' });
|
|
12678
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageDocumentService, decorators: [{
|
|
12617
12679
|
type: Injectable,
|
|
12618
12680
|
args: [{
|
|
12619
12681
|
providedIn: 'root'
|
|
@@ -12676,9 +12738,9 @@ class ReceiptService {
|
|
|
12676
12738
|
return plainToClass(this.modelClass, data);
|
|
12677
12739
|
}
|
|
12678
12740
|
}
|
|
12679
|
-
ReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12680
|
-
ReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12681
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12741
|
+
ReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12742
|
+
ReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ReceiptService, providedIn: 'root' });
|
|
12743
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ReceiptService, decorators: [{
|
|
12682
12744
|
type: Injectable,
|
|
12683
12745
|
args: [{
|
|
12684
12746
|
providedIn: 'root'
|
|
@@ -12707,9 +12769,9 @@ class DepreciationReceiptService extends ReceiptService {
|
|
|
12707
12769
|
this.listenEvents();
|
|
12708
12770
|
}
|
|
12709
12771
|
}
|
|
12710
|
-
DepreciationReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12711
|
-
DepreciationReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12712
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12772
|
+
DepreciationReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12773
|
+
DepreciationReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationReceiptService, providedIn: 'root' });
|
|
12774
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationReceiptService, decorators: [{
|
|
12713
12775
|
type: Injectable,
|
|
12714
12776
|
args: [{
|
|
12715
12777
|
providedIn: 'root'
|
|
@@ -12835,10 +12897,16 @@ class DepreciationService extends RestService$1 {
|
|
|
12835
12897
|
this.resetCache();
|
|
12836
12898
|
});
|
|
12837
12899
|
}
|
|
12900
|
+
listenTransactions() {
|
|
12901
|
+
// @TODO reset cache only when required (transaction has depreciation)
|
|
12902
|
+
this.eventDispatcherService.on(AppEventTypeEnum.TRANSACTION_DELETED).subscribe(() => {
|
|
12903
|
+
this.resetCache();
|
|
12904
|
+
});
|
|
12905
|
+
}
|
|
12838
12906
|
}
|
|
12839
|
-
DepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12840
|
-
DepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12841
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12907
|
+
DepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: DepreciationReceiptService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12908
|
+
DepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationService, providedIn: 'root' });
|
|
12909
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationService, decorators: [{
|
|
12842
12910
|
type: Injectable,
|
|
12843
12911
|
args: [{
|
|
12844
12912
|
providedIn: 'root'
|
|
@@ -12888,9 +12956,9 @@ class DepreciationCapitalProjectService {
|
|
|
12888
12956
|
}));
|
|
12889
12957
|
}
|
|
12890
12958
|
}
|
|
12891
|
-
DepreciationCapitalProjectService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12892
|
-
DepreciationCapitalProjectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12893
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12959
|
+
DepreciationCapitalProjectService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationCapitalProjectService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12960
|
+
DepreciationCapitalProjectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationCapitalProjectService, providedIn: 'root' });
|
|
12961
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationCapitalProjectService, decorators: [{
|
|
12894
12962
|
type: Injectable,
|
|
12895
12963
|
args: [{
|
|
12896
12964
|
providedIn: 'root'
|
|
@@ -13100,9 +13168,9 @@ class RestService {
|
|
|
13100
13168
|
*/
|
|
13101
13169
|
listenEvents() { }
|
|
13102
13170
|
}
|
|
13103
|
-
RestService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13104
|
-
RestService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13105
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13171
|
+
RestService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13172
|
+
RestService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService, providedIn: 'root' });
|
|
13173
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService, decorators: [{
|
|
13106
13174
|
type: Injectable,
|
|
13107
13175
|
args: [{
|
|
13108
13176
|
providedIn: 'root'
|
|
@@ -13119,9 +13187,9 @@ class DocumentService extends RestService {
|
|
|
13119
13187
|
this.modelClass = Document;
|
|
13120
13188
|
}
|
|
13121
13189
|
}
|
|
13122
|
-
DocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13123
|
-
DocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13124
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13190
|
+
DocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13191
|
+
DocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentService, providedIn: 'root' });
|
|
13192
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentService, decorators: [{
|
|
13125
13193
|
type: Injectable,
|
|
13126
13194
|
args: [{
|
|
13127
13195
|
providedIn: 'root'
|
|
@@ -13187,9 +13255,9 @@ class DocumentFolderService extends RestService {
|
|
|
13187
13255
|
}));
|
|
13188
13256
|
}
|
|
13189
13257
|
}
|
|
13190
|
-
DocumentFolderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13191
|
-
DocumentFolderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13192
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13258
|
+
DocumentFolderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentFolderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13259
|
+
DocumentFolderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentFolderService, providedIn: 'root' });
|
|
13260
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentFolderService, decorators: [{
|
|
13193
13261
|
type: Injectable,
|
|
13194
13262
|
args: [{
|
|
13195
13263
|
providedIn: 'root'
|
|
@@ -13264,9 +13332,9 @@ FacebookService.authOptions = {
|
|
|
13264
13332
|
auth_type: 'rerequest',
|
|
13265
13333
|
return_scopes: true
|
|
13266
13334
|
};
|
|
13267
|
-
FacebookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13268
|
-
FacebookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13269
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13335
|
+
FacebookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FacebookService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: JwtService }, { token: i4.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13336
|
+
FacebookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FacebookService, providedIn: 'root' });
|
|
13337
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FacebookService, decorators: [{
|
|
13270
13338
|
type: Injectable,
|
|
13271
13339
|
args: [{
|
|
13272
13340
|
providedIn: 'root'
|
|
@@ -13334,9 +13402,9 @@ class GoogleService {
|
|
|
13334
13402
|
google.accounts.id.disableAutoSelect();
|
|
13335
13403
|
}
|
|
13336
13404
|
}
|
|
13337
|
-
GoogleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13338
|
-
GoogleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13339
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13405
|
+
GoogleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GoogleService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: JwtService }, { token: i4.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13406
|
+
GoogleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GoogleService, providedIn: 'root' });
|
|
13407
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GoogleService, decorators: [{
|
|
13340
13408
|
type: Injectable,
|
|
13341
13409
|
args: [{
|
|
13342
13410
|
providedIn: 'root'
|
|
@@ -13365,9 +13433,9 @@ class FileService extends RestService$1 {
|
|
|
13365
13433
|
return this.http.get(`${this.apiUrl}/${file.id}/download`, { responseType: 'blob' });
|
|
13366
13434
|
}
|
|
13367
13435
|
}
|
|
13368
|
-
FileService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13369
|
-
FileService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13370
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13436
|
+
FileService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FileService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13437
|
+
FileService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FileService, providedIn: 'root' });
|
|
13438
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FileService, decorators: [{
|
|
13371
13439
|
type: Injectable,
|
|
13372
13440
|
args: [{
|
|
13373
13441
|
providedIn: 'root'
|
|
@@ -13384,9 +13452,9 @@ class ClientIncomeTypesService extends RestService$1 {
|
|
|
13384
13452
|
this.disabledMethods = ['postBatch', 'putBatch', 'delete', 'deleteBatch'];
|
|
13385
13453
|
}
|
|
13386
13454
|
}
|
|
13387
|
-
ClientIncomeTypesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13388
|
-
ClientIncomeTypesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13389
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13455
|
+
ClientIncomeTypesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientIncomeTypesService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13456
|
+
ClientIncomeTypesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientIncomeTypesService, providedIn: 'root' });
|
|
13457
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientIncomeTypesService, decorators: [{
|
|
13390
13458
|
type: Injectable,
|
|
13391
13459
|
args: [{
|
|
13392
13460
|
providedIn: 'root'
|
|
@@ -13499,9 +13567,9 @@ class ClientInviteService extends RestService {
|
|
|
13499
13567
|
});
|
|
13500
13568
|
}
|
|
13501
13569
|
}
|
|
13502
|
-
ClientInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13503
|
-
ClientInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13504
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13570
|
+
ClientInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13571
|
+
ClientInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientInviteService, providedIn: 'root' });
|
|
13572
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientInviteService, decorators: [{
|
|
13505
13573
|
type: Injectable,
|
|
13506
13574
|
args: [{
|
|
13507
13575
|
providedIn: 'root'
|
|
@@ -13574,9 +13642,9 @@ class ClientMovementService extends RestService {
|
|
|
13574
13642
|
});
|
|
13575
13643
|
}
|
|
13576
13644
|
}
|
|
13577
|
-
ClientMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13578
|
-
ClientMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13579
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13645
|
+
ClientMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13646
|
+
ClientMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientMovementService, providedIn: 'root' });
|
|
13647
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientMovementService, decorators: [{
|
|
13580
13648
|
type: Injectable,
|
|
13581
13649
|
args: [{
|
|
13582
13650
|
providedIn: 'root'
|
|
@@ -13605,9 +13673,9 @@ class EmployeeService extends RestService {
|
|
|
13605
13673
|
}));
|
|
13606
13674
|
}
|
|
13607
13675
|
}
|
|
13608
|
-
EmployeeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13609
|
-
EmployeeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13610
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13676
|
+
EmployeeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13677
|
+
EmployeeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeService, providedIn: 'root' });
|
|
13678
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeService, decorators: [{
|
|
13611
13679
|
type: Injectable,
|
|
13612
13680
|
args: [{
|
|
13613
13681
|
providedIn: 'root'
|
|
@@ -13648,9 +13716,9 @@ class EmployeeInviteService extends RestService {
|
|
|
13648
13716
|
}));
|
|
13649
13717
|
}
|
|
13650
13718
|
}
|
|
13651
|
-
EmployeeInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13652
|
-
EmployeeInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13653
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13719
|
+
EmployeeInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13720
|
+
EmployeeInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeInviteService, providedIn: 'root' });
|
|
13721
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeInviteService, decorators: [{
|
|
13654
13722
|
type: Injectable,
|
|
13655
13723
|
args: [{
|
|
13656
13724
|
providedIn: 'root'
|
|
@@ -13675,9 +13743,9 @@ class ClientPortfolioReportService {
|
|
|
13675
13743
|
}));
|
|
13676
13744
|
}
|
|
13677
13745
|
}
|
|
13678
|
-
ClientPortfolioReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13679
|
-
ClientPortfolioReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13680
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13746
|
+
ClientPortfolioReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientPortfolioReportService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13747
|
+
ClientPortfolioReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientPortfolioReportService, providedIn: 'root' });
|
|
13748
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientPortfolioReportService, decorators: [{
|
|
13681
13749
|
type: Injectable,
|
|
13682
13750
|
args: [{
|
|
13683
13751
|
providedIn: 'root'
|
|
@@ -13739,9 +13807,9 @@ class FirmService {
|
|
|
13739
13807
|
}));
|
|
13740
13808
|
}
|
|
13741
13809
|
}
|
|
13742
|
-
FirmService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13743
|
-
FirmService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13744
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13810
|
+
FirmService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FirmService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13811
|
+
FirmService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FirmService, providedIn: 'root' });
|
|
13812
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FirmService, decorators: [{
|
|
13745
13813
|
type: Injectable,
|
|
13746
13814
|
args: [{
|
|
13747
13815
|
providedIn: 'root'
|
|
@@ -13814,9 +13882,9 @@ class IncomeSourceForecastService extends RestService {
|
|
|
13814
13882
|
}).flat();
|
|
13815
13883
|
}
|
|
13816
13884
|
}
|
|
13817
|
-
IncomeSourceForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13818
|
-
IncomeSourceForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13819
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13885
|
+
IncomeSourceForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13886
|
+
IncomeSourceForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceForecastService, providedIn: 'root' });
|
|
13887
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceForecastService, decorators: [{
|
|
13820
13888
|
type: Injectable,
|
|
13821
13889
|
args: [{
|
|
13822
13890
|
providedIn: 'root'
|
|
@@ -13886,9 +13954,9 @@ class SalaryForecastService extends RestService {
|
|
|
13886
13954
|
}).flat();
|
|
13887
13955
|
}
|
|
13888
13956
|
}
|
|
13889
|
-
SalaryForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13890
|
-
SalaryForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13891
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13957
|
+
SalaryForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SalaryForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13958
|
+
SalaryForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SalaryForecastService, providedIn: 'root' });
|
|
13959
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SalaryForecastService, decorators: [{
|
|
13892
13960
|
type: Injectable,
|
|
13893
13961
|
args: [{
|
|
13894
13962
|
providedIn: 'root'
|
|
@@ -13964,9 +14032,9 @@ class SoleForecastService extends RestService {
|
|
|
13964
14032
|
});
|
|
13965
14033
|
}
|
|
13966
14034
|
}
|
|
13967
|
-
SoleForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13968
|
-
SoleForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13969
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14035
|
+
SoleForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14036
|
+
SoleForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleForecastService, providedIn: 'root' });
|
|
14037
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleForecastService, decorators: [{
|
|
13970
14038
|
type: Injectable,
|
|
13971
14039
|
args: [{
|
|
13972
14040
|
providedIn: 'root'
|
|
@@ -14045,9 +14113,9 @@ class IncomeSourceService extends RestService {
|
|
|
14045
14113
|
});
|
|
14046
14114
|
}
|
|
14047
14115
|
}
|
|
14048
|
-
IncomeSourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14049
|
-
IncomeSourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14050
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14116
|
+
IncomeSourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14117
|
+
IncomeSourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceService, providedIn: 'root' });
|
|
14118
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceService, decorators: [{
|
|
14051
14119
|
type: Injectable,
|
|
14052
14120
|
args: [{
|
|
14053
14121
|
providedIn: 'root'
|
|
@@ -14108,9 +14176,9 @@ class BorrowingExpenseService {
|
|
|
14108
14176
|
}));
|
|
14109
14177
|
}
|
|
14110
14178
|
}
|
|
14111
|
-
BorrowingExpenseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14112
|
-
BorrowingExpenseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14113
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14179
|
+
BorrowingExpenseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BorrowingExpenseService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14180
|
+
BorrowingExpenseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BorrowingExpenseService, providedIn: 'root' });
|
|
14181
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BorrowingExpenseService, decorators: [{
|
|
14114
14182
|
type: Injectable,
|
|
14115
14183
|
args: [{
|
|
14116
14184
|
providedIn: 'root'
|
|
@@ -14190,9 +14258,9 @@ class LoanService extends RestService$1 {
|
|
|
14190
14258
|
}));
|
|
14191
14259
|
}
|
|
14192
14260
|
}
|
|
14193
|
-
LoanService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14194
|
-
LoanService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14195
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14261
|
+
LoanService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LoanService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14262
|
+
LoanService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LoanService, providedIn: 'root' });
|
|
14263
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LoanService, decorators: [{
|
|
14196
14264
|
type: Injectable,
|
|
14197
14265
|
args: [{
|
|
14198
14266
|
providedIn: 'root'
|
|
@@ -14211,9 +14279,9 @@ class PropertyCategoryService extends RestService$1 {
|
|
|
14211
14279
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
14212
14280
|
}
|
|
14213
14281
|
}
|
|
14214
|
-
PropertyCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14215
|
-
PropertyCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14216
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14282
|
+
PropertyCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14283
|
+
PropertyCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryService, providedIn: 'root' });
|
|
14284
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryService, decorators: [{
|
|
14217
14285
|
type: Injectable,
|
|
14218
14286
|
args: [{
|
|
14219
14287
|
providedIn: 'root'
|
|
@@ -14229,9 +14297,9 @@ class PropertyCategoryMovementService extends RestService$1 {
|
|
|
14229
14297
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
14230
14298
|
}
|
|
14231
14299
|
}
|
|
14232
|
-
PropertyCategoryMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14233
|
-
PropertyCategoryMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14234
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14300
|
+
PropertyCategoryMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14301
|
+
PropertyCategoryMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryMovementService, providedIn: 'root' });
|
|
14302
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryMovementService, decorators: [{
|
|
14235
14303
|
type: Injectable,
|
|
14236
14304
|
args: [{
|
|
14237
14305
|
providedIn: 'root'
|
|
@@ -14273,9 +14341,9 @@ class PropertyDocumentService extends RestService$1 {
|
|
|
14273
14341
|
});
|
|
14274
14342
|
}
|
|
14275
14343
|
}
|
|
14276
|
-
PropertyDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14277
|
-
PropertyDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14278
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14344
|
+
PropertyDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14345
|
+
PropertyDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyDocumentService, providedIn: 'root' });
|
|
14346
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyDocumentService, decorators: [{
|
|
14279
14347
|
type: Injectable,
|
|
14280
14348
|
args: [{
|
|
14281
14349
|
providedIn: 'root'
|
|
@@ -14354,9 +14422,9 @@ class TaxExemptionService extends DataService {
|
|
|
14354
14422
|
this.setCache(TaxExemptions);
|
|
14355
14423
|
}
|
|
14356
14424
|
}
|
|
14357
|
-
TaxExemptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14358
|
-
TaxExemptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14359
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14425
|
+
TaxExemptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxExemptionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14426
|
+
TaxExemptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxExemptionService, providedIn: 'root' });
|
|
14427
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxExemptionService, decorators: [{
|
|
14360
14428
|
type: Injectable,
|
|
14361
14429
|
args: [{
|
|
14362
14430
|
providedIn: 'root'
|
|
@@ -14372,9 +14440,9 @@ class PropertySaleService extends RestService$1 {
|
|
|
14372
14440
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
14373
14441
|
}
|
|
14374
14442
|
}
|
|
14375
|
-
PropertySaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14376
|
-
PropertySaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14377
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14443
|
+
PropertySaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertySaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14444
|
+
PropertySaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertySaleService, providedIn: 'root' });
|
|
14445
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertySaleService, decorators: [{
|
|
14378
14446
|
type: Injectable,
|
|
14379
14447
|
args: [{
|
|
14380
14448
|
providedIn: 'root'
|
|
@@ -14421,9 +14489,9 @@ class PropertyShareService extends RestService$1 {
|
|
|
14421
14489
|
this.listenCSE(PropertySale, ['post', 'delete'], this.resetCache);
|
|
14422
14490
|
}
|
|
14423
14491
|
}
|
|
14424
|
-
PropertyShareService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14425
|
-
PropertyShareService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14426
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14492
|
+
PropertyShareService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyShareService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14493
|
+
PropertyShareService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyShareService, providedIn: 'root' });
|
|
14494
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyShareService, decorators: [{
|
|
14427
14495
|
type: Injectable,
|
|
14428
14496
|
args: [{
|
|
14429
14497
|
providedIn: 'root'
|
|
@@ -14520,9 +14588,9 @@ class PropertyService extends RestService$1 {
|
|
|
14520
14588
|
}));
|
|
14521
14589
|
}
|
|
14522
14590
|
}
|
|
14523
|
-
PropertyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14524
|
-
PropertyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14525
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14591
|
+
PropertyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14592
|
+
PropertyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyService, providedIn: 'root' });
|
|
14593
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyService, decorators: [{
|
|
14526
14594
|
type: Injectable,
|
|
14527
14595
|
args: [{
|
|
14528
14596
|
providedIn: 'root'
|
|
@@ -14576,9 +14644,9 @@ class ServiceNotificationService extends RestService {
|
|
|
14576
14644
|
});
|
|
14577
14645
|
}
|
|
14578
14646
|
}
|
|
14579
|
-
ServiceNotificationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14580
|
-
ServiceNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14581
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14647
|
+
ServiceNotificationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceNotificationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14648
|
+
ServiceNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceNotificationService, providedIn: 'root' });
|
|
14649
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceNotificationService, decorators: [{
|
|
14582
14650
|
type: Injectable,
|
|
14583
14651
|
args: [{
|
|
14584
14652
|
providedIn: 'root'
|
|
@@ -14627,9 +14695,9 @@ class SoleBusinessService extends RestService {
|
|
|
14627
14695
|
}));
|
|
14628
14696
|
}
|
|
14629
14697
|
}
|
|
14630
|
-
SoleBusinessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14631
|
-
SoleBusinessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14632
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14698
|
+
SoleBusinessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14699
|
+
SoleBusinessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessService, providedIn: 'root' });
|
|
14700
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessService, decorators: [{
|
|
14633
14701
|
type: Injectable,
|
|
14634
14702
|
args: [{
|
|
14635
14703
|
providedIn: 'root'
|
|
@@ -14644,9 +14712,9 @@ class SoleBusinessActivityService extends RestService {
|
|
|
14644
14712
|
this.isHydra = true;
|
|
14645
14713
|
}
|
|
14646
14714
|
}
|
|
14647
|
-
SoleBusinessActivityService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14648
|
-
SoleBusinessActivityService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14649
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14715
|
+
SoleBusinessActivityService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessActivityService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14716
|
+
SoleBusinessActivityService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessActivityService, providedIn: 'root' });
|
|
14717
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessActivityService, decorators: [{
|
|
14650
14718
|
type: Injectable,
|
|
14651
14719
|
args: [{
|
|
14652
14720
|
providedIn: 'root'
|
|
@@ -14672,9 +14740,9 @@ class SoleBusinessLossService extends RestService {
|
|
|
14672
14740
|
});
|
|
14673
14741
|
}
|
|
14674
14742
|
}
|
|
14675
|
-
SoleBusinessLossService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14676
|
-
SoleBusinessLossService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14677
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14743
|
+
SoleBusinessLossService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14744
|
+
SoleBusinessLossService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossService, providedIn: 'root' });
|
|
14745
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossService, decorators: [{
|
|
14678
14746
|
type: Injectable,
|
|
14679
14747
|
args: [{
|
|
14680
14748
|
providedIn: 'root'
|
|
@@ -14692,9 +14760,9 @@ class SoleBusinessLossOffsetRuleService extends RestService {
|
|
|
14692
14760
|
this.isHydra = true;
|
|
14693
14761
|
}
|
|
14694
14762
|
}
|
|
14695
|
-
SoleBusinessLossOffsetRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14696
|
-
SoleBusinessLossOffsetRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14697
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14763
|
+
SoleBusinessLossOffsetRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14764
|
+
SoleBusinessLossOffsetRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' });
|
|
14765
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossOffsetRuleService, decorators: [{
|
|
14698
14766
|
type: Injectable,
|
|
14699
14767
|
args: [{
|
|
14700
14768
|
providedIn: 'root'
|
|
@@ -14709,9 +14777,9 @@ class SoleContactService extends RestService {
|
|
|
14709
14777
|
this.isHydra = true;
|
|
14710
14778
|
}
|
|
14711
14779
|
}
|
|
14712
|
-
SoleContactService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14713
|
-
SoleContactService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14714
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14780
|
+
SoleContactService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleContactService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14781
|
+
SoleContactService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleContactService, providedIn: 'root' });
|
|
14782
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleContactService, decorators: [{
|
|
14715
14783
|
type: Injectable,
|
|
14716
14784
|
args: [{
|
|
14717
14785
|
providedIn: 'root'
|
|
@@ -14767,9 +14835,9 @@ class SoleDepreciationMethodService {
|
|
|
14767
14835
|
});
|
|
14768
14836
|
}
|
|
14769
14837
|
}
|
|
14770
|
-
SoleDepreciationMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14771
|
-
SoleDepreciationMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14772
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14838
|
+
SoleDepreciationMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDepreciationMethodService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14839
|
+
SoleDepreciationMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDepreciationMethodService, providedIn: 'root' });
|
|
14840
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDepreciationMethodService, decorators: [{
|
|
14773
14841
|
type: Injectable,
|
|
14774
14842
|
args: [{
|
|
14775
14843
|
providedIn: 'root'
|
|
@@ -14822,9 +14890,9 @@ class SoleDetailsService {
|
|
|
14822
14890
|
}));
|
|
14823
14891
|
}
|
|
14824
14892
|
}
|
|
14825
|
-
SoleDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14826
|
-
SoleDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14827
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14893
|
+
SoleDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDetailsService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14894
|
+
SoleDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDetailsService, providedIn: 'root' });
|
|
14895
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDetailsService, decorators: [{
|
|
14828
14896
|
type: Injectable,
|
|
14829
14897
|
args: [{
|
|
14830
14898
|
providedIn: 'root'
|
|
@@ -14897,9 +14965,9 @@ class SoleInvoiceService extends RestService {
|
|
|
14897
14965
|
});
|
|
14898
14966
|
}
|
|
14899
14967
|
}
|
|
14900
|
-
SoleInvoiceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14901
|
-
SoleInvoiceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14902
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14968
|
+
SoleInvoiceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14969
|
+
SoleInvoiceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceService, providedIn: 'root' });
|
|
14970
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceService, decorators: [{
|
|
14903
14971
|
type: Injectable,
|
|
14904
14972
|
args: [{
|
|
14905
14973
|
providedIn: 'root'
|
|
@@ -14914,9 +14982,9 @@ class SoleInvoiceTemplateService extends RestService {
|
|
|
14914
14982
|
this.isHydra = true;
|
|
14915
14983
|
}
|
|
14916
14984
|
}
|
|
14917
|
-
SoleInvoiceTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14918
|
-
SoleInvoiceTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14919
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14985
|
+
SoleInvoiceTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceTemplateService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14986
|
+
SoleInvoiceTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceTemplateService, providedIn: 'root' });
|
|
14987
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceTemplateService, decorators: [{
|
|
14920
14988
|
type: Injectable,
|
|
14921
14989
|
args: [{
|
|
14922
14990
|
providedIn: 'root'
|
|
@@ -14931,9 +14999,9 @@ class BasReportService extends RestService {
|
|
|
14931
14999
|
this.isHydra = true;
|
|
14932
15000
|
}
|
|
14933
15001
|
}
|
|
14934
|
-
BasReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14935
|
-
BasReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14936
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15002
|
+
BasReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15003
|
+
BasReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasReportService, providedIn: 'root' });
|
|
15004
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasReportService, decorators: [{
|
|
14937
15005
|
type: Injectable,
|
|
14938
15006
|
args: [{
|
|
14939
15007
|
providedIn: 'root'
|
|
@@ -14959,9 +15027,9 @@ class ServicePaymentService extends RestService$1 {
|
|
|
14959
15027
|
return this.http.get(`${this.environment.apiV2}/service-payments/${payment.id}/invoice-url`);
|
|
14960
15028
|
}
|
|
14961
15029
|
}
|
|
14962
|
-
ServicePaymentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14963
|
-
ServicePaymentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14964
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15030
|
+
ServicePaymentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15031
|
+
ServicePaymentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentService, providedIn: 'root' });
|
|
15032
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentService, decorators: [{
|
|
14965
15033
|
type: Injectable,
|
|
14966
15034
|
args: [{
|
|
14967
15035
|
providedIn: 'root'
|
|
@@ -15009,9 +15077,9 @@ class ServicePaymentMethodService extends RestService$1 {
|
|
|
15009
15077
|
});
|
|
15010
15078
|
}
|
|
15011
15079
|
}
|
|
15012
|
-
ServicePaymentMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15013
|
-
ServicePaymentMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15014
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15080
|
+
ServicePaymentMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentMethodService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15081
|
+
ServicePaymentMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentMethodService, providedIn: 'root' });
|
|
15082
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentMethodService, decorators: [{
|
|
15015
15083
|
type: Injectable,
|
|
15016
15084
|
args: [{
|
|
15017
15085
|
providedIn: 'root'
|
|
@@ -15034,9 +15102,9 @@ class ServicePriceService extends RestService$1 {
|
|
|
15034
15102
|
this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
|
|
15035
15103
|
}
|
|
15036
15104
|
}
|
|
15037
|
-
ServicePriceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15038
|
-
ServicePriceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15039
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15105
|
+
ServicePriceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePriceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15106
|
+
ServicePriceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePriceService, providedIn: 'root' });
|
|
15107
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePriceService, decorators: [{
|
|
15040
15108
|
type: Injectable,
|
|
15041
15109
|
args: [{
|
|
15042
15110
|
providedIn: 'root'
|
|
@@ -15151,9 +15219,9 @@ class SubscriptionService extends RestService$1 {
|
|
|
15151
15219
|
});
|
|
15152
15220
|
}
|
|
15153
15221
|
}
|
|
15154
|
-
SubscriptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15155
|
-
SubscriptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15156
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15222
|
+
SubscriptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SubscriptionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: ToastService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15223
|
+
SubscriptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SubscriptionService, providedIn: 'root' });
|
|
15224
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SubscriptionService, decorators: [{
|
|
15157
15225
|
type: Injectable,
|
|
15158
15226
|
args: [{
|
|
15159
15227
|
providedIn: 'root'
|
|
@@ -15173,9 +15241,9 @@ class ServiceProductService extends RestService$1 {
|
|
|
15173
15241
|
this.isApiPlatform = true;
|
|
15174
15242
|
}
|
|
15175
15243
|
}
|
|
15176
|
-
ServiceProductService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15177
|
-
ServiceProductService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15178
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15244
|
+
ServiceProductService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceProductService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15245
|
+
ServiceProductService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceProductService, providedIn: 'root' });
|
|
15246
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceProductService, decorators: [{
|
|
15179
15247
|
type: Injectable,
|
|
15180
15248
|
args: [{
|
|
15181
15249
|
providedIn: 'root'
|
|
@@ -15207,9 +15275,9 @@ class TaxReviewHistoryService extends RestService {
|
|
|
15207
15275
|
});
|
|
15208
15276
|
}
|
|
15209
15277
|
}
|
|
15210
|
-
TaxReviewHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15211
|
-
TaxReviewHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15212
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15278
|
+
TaxReviewHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewHistoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15279
|
+
TaxReviewHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewHistoryService, providedIn: 'root' });
|
|
15280
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewHistoryService, decorators: [{
|
|
15213
15281
|
type: Injectable,
|
|
15214
15282
|
args: [{
|
|
15215
15283
|
providedIn: 'root'
|
|
@@ -15298,9 +15366,9 @@ class TaxReviewService extends RestService {
|
|
|
15298
15366
|
});
|
|
15299
15367
|
}
|
|
15300
15368
|
}
|
|
15301
|
-
TaxReviewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15302
|
-
TaxReviewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15303
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15369
|
+
TaxReviewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15370
|
+
TaxReviewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewService, providedIn: 'root' });
|
|
15371
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewService, decorators: [{
|
|
15304
15372
|
type: Injectable,
|
|
15305
15373
|
args: [{
|
|
15306
15374
|
providedIn: 'root'
|
|
@@ -15357,9 +15425,9 @@ class TaxSummaryService {
|
|
|
15357
15425
|
});
|
|
15358
15426
|
}
|
|
15359
15427
|
}
|
|
15360
|
-
TaxSummaryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15361
|
-
TaxSummaryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15362
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15428
|
+
TaxSummaryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxSummaryService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15429
|
+
TaxSummaryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxSummaryService, providedIn: 'root' });
|
|
15430
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxSummaryService, decorators: [{
|
|
15363
15431
|
type: Injectable,
|
|
15364
15432
|
args: [{
|
|
15365
15433
|
providedIn: 'root'
|
|
@@ -15378,9 +15446,9 @@ class AllocationRuleService extends RestService$1 {
|
|
|
15378
15446
|
this.isApiPlatform = true;
|
|
15379
15447
|
}
|
|
15380
15448
|
}
|
|
15381
|
-
AllocationRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15382
|
-
AllocationRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15383
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15449
|
+
AllocationRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AllocationRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15450
|
+
AllocationRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AllocationRuleService, providedIn: 'root' });
|
|
15451
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AllocationRuleService, decorators: [{
|
|
15384
15452
|
type: Injectable,
|
|
15385
15453
|
args: [{
|
|
15386
15454
|
providedIn: 'root'
|
|
@@ -15434,7 +15502,7 @@ class TransactionAllocationService extends RestService {
|
|
|
15434
15502
|
}
|
|
15435
15503
|
listenEvents() {
|
|
15436
15504
|
this.onTransactionsCreated();
|
|
15437
|
-
this.
|
|
15505
|
+
this.watchDepreciations();
|
|
15438
15506
|
this.onTransactionDeleted();
|
|
15439
15507
|
}
|
|
15440
15508
|
/**
|
|
@@ -15453,8 +15521,9 @@ class TransactionAllocationService extends RestService {
|
|
|
15453
15521
|
/**
|
|
15454
15522
|
* Reset cache on depreciation created
|
|
15455
15523
|
*/
|
|
15456
|
-
|
|
15457
|
-
|
|
15524
|
+
watchDepreciations() {
|
|
15525
|
+
// @TODO reset cache only when required (depreciation has transaction with allocations)
|
|
15526
|
+
this.eventDispatcherService.on2(...Depreciation.getEventNames('post', 'delete')).subscribe(() => {
|
|
15458
15527
|
this.resetCache();
|
|
15459
15528
|
});
|
|
15460
15529
|
}
|
|
@@ -15469,9 +15538,9 @@ class TransactionAllocationService extends RestService {
|
|
|
15469
15538
|
});
|
|
15470
15539
|
}
|
|
15471
15540
|
}
|
|
15472
|
-
TransactionAllocationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15473
|
-
TransactionAllocationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15474
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15541
|
+
TransactionAllocationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionAllocationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15542
|
+
TransactionAllocationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionAllocationService, providedIn: 'root' });
|
|
15543
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionAllocationService, decorators: [{
|
|
15475
15544
|
type: Injectable,
|
|
15476
15545
|
args: [{
|
|
15477
15546
|
providedIn: 'root'
|
|
@@ -15497,9 +15566,9 @@ class TransactionReceiptService extends ReceiptService {
|
|
|
15497
15566
|
this.listenEvents();
|
|
15498
15567
|
}
|
|
15499
15568
|
}
|
|
15500
|
-
TransactionReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15501
|
-
TransactionReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15502
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15569
|
+
TransactionReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15570
|
+
TransactionReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionReceiptService, providedIn: 'root' });
|
|
15571
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionReceiptService, decorators: [{
|
|
15503
15572
|
type: Injectable,
|
|
15504
15573
|
args: [{
|
|
15505
15574
|
providedIn: 'root'
|
|
@@ -15749,8 +15818,8 @@ class TransactionService extends RestService {
|
|
|
15749
15818
|
* Listen to EventDispatcherService event related to Depreciation changing
|
|
15750
15819
|
*/
|
|
15751
15820
|
listenDepreciationChange() {
|
|
15752
|
-
// @TODO
|
|
15753
|
-
this.eventDispatcherService.
|
|
15821
|
+
// @TODO reset cache only when required (depreciation has transaction)
|
|
15822
|
+
this.eventDispatcherService.on2(...Depreciation.getEventNames('post', 'delete')).subscribe(() => {
|
|
15754
15823
|
this.fetch()
|
|
15755
15824
|
.subscribe((transactions) => {
|
|
15756
15825
|
this.cache = transactions;
|
|
@@ -15808,9 +15877,9 @@ class TransactionService extends RestService {
|
|
|
15808
15877
|
});
|
|
15809
15878
|
}
|
|
15810
15879
|
}
|
|
15811
|
-
TransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15812
|
-
TransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15813
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15880
|
+
TransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: TransactionReceiptService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15881
|
+
TransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionService, providedIn: 'root' });
|
|
15882
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionService, decorators: [{
|
|
15814
15883
|
type: Injectable,
|
|
15815
15884
|
args: [{
|
|
15816
15885
|
providedIn: 'root'
|
|
@@ -15839,9 +15908,9 @@ class TutorialVideoService {
|
|
|
15839
15908
|
}
|
|
15840
15909
|
TutorialVideoService.googleUrl = `https://www.googleapis.com/drive/v3/files?fields=*&mimeType='video/mp4'&orderBy=name`;
|
|
15841
15910
|
TutorialVideoService.parents = '1uLMLzi8WUy2go9xhfzJEwgFwOM43dukM';
|
|
15842
|
-
TutorialVideoService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15843
|
-
TutorialVideoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15844
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15911
|
+
TutorialVideoService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TutorialVideoService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15912
|
+
TutorialVideoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TutorialVideoService, providedIn: 'root' });
|
|
15913
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TutorialVideoService, decorators: [{
|
|
15845
15914
|
type: Injectable,
|
|
15846
15915
|
args: [{
|
|
15847
15916
|
providedIn: 'root'
|
|
@@ -15861,9 +15930,9 @@ class VehicleService extends RestService {
|
|
|
15861
15930
|
this.modelClass = Vehicle;
|
|
15862
15931
|
}
|
|
15863
15932
|
}
|
|
15864
|
-
VehicleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15865
|
-
VehicleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15866
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15933
|
+
VehicleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15934
|
+
VehicleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleService, providedIn: 'root' });
|
|
15935
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleService, decorators: [{
|
|
15867
15936
|
type: Injectable,
|
|
15868
15937
|
args: [{
|
|
15869
15938
|
providedIn: 'root'
|
|
@@ -15935,9 +16004,9 @@ class VehicleClaimService extends RestService {
|
|
|
15935
16004
|
combineLatest(batch$).subscribe();
|
|
15936
16005
|
}
|
|
15937
16006
|
}
|
|
15938
|
-
VehicleClaimService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15939
|
-
VehicleClaimService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15940
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16007
|
+
VehicleClaimService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16008
|
+
VehicleClaimService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimService, providedIn: 'root' });
|
|
16009
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimService, decorators: [{
|
|
15941
16010
|
type: Injectable,
|
|
15942
16011
|
args: [{
|
|
15943
16012
|
providedIn: 'root'
|
|
@@ -16014,9 +16083,9 @@ class VehicleClaimDetailsService {
|
|
|
16014
16083
|
this.update(vehicleClaimDetails).subscribe();
|
|
16015
16084
|
}
|
|
16016
16085
|
}
|
|
16017
|
-
VehicleClaimDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16018
|
-
VehicleClaimDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16019
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16086
|
+
VehicleClaimDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimDetailsService, deps: [{ token: 'environment' }, { token: i1.HttpClient }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16087
|
+
VehicleClaimDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimDetailsService, providedIn: 'root' });
|
|
16088
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimDetailsService, decorators: [{
|
|
16020
16089
|
type: Injectable,
|
|
16021
16090
|
args: [{
|
|
16022
16091
|
providedIn: 'root'
|
|
@@ -16036,9 +16105,9 @@ class VehicleLogbookService extends RestService {
|
|
|
16036
16105
|
this.modelClass = VehicleLogbook;
|
|
16037
16106
|
}
|
|
16038
16107
|
}
|
|
16039
|
-
VehicleLogbookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16040
|
-
VehicleLogbookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16041
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16108
|
+
VehicleLogbookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleLogbookService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16109
|
+
VehicleLogbookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleLogbookService, providedIn: 'root' });
|
|
16110
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleLogbookService, decorators: [{
|
|
16042
16111
|
type: Injectable,
|
|
16043
16112
|
args: [{
|
|
16044
16113
|
providedIn: 'root'
|
|
@@ -16055,9 +16124,9 @@ class AnnualClientDetailsService extends RestService$1 {
|
|
|
16055
16124
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch', 'delete'];
|
|
16056
16125
|
}
|
|
16057
16126
|
}
|
|
16058
|
-
AnnualClientDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16059
|
-
AnnualClientDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16060
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16127
|
+
AnnualClientDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AnnualClientDetailsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16128
|
+
AnnualClientDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AnnualClientDetailsService, providedIn: 'root' });
|
|
16129
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AnnualClientDetailsService, decorators: [{
|
|
16061
16130
|
type: Injectable,
|
|
16062
16131
|
args: [{
|
|
16063
16132
|
providedIn: 'root'
|
|
@@ -16088,9 +16157,9 @@ class OccupationService {
|
|
|
16088
16157
|
return this.occupationsSubject.asObservable();
|
|
16089
16158
|
}
|
|
16090
16159
|
}
|
|
16091
|
-
OccupationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16092
|
-
OccupationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16093
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16160
|
+
OccupationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: OccupationService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16161
|
+
OccupationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: OccupationService, providedIn: 'root' });
|
|
16162
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: OccupationService, decorators: [{
|
|
16094
16163
|
type: Injectable,
|
|
16095
16164
|
args: [{
|
|
16096
16165
|
providedIn: 'root'
|
|
@@ -16134,9 +16203,9 @@ class UserEventSettingService extends RestService {
|
|
|
16134
16203
|
}));
|
|
16135
16204
|
}
|
|
16136
16205
|
}
|
|
16137
|
-
UserEventSettingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16138
|
-
UserEventSettingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16139
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16206
|
+
UserEventSettingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventSettingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16207
|
+
UserEventSettingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventSettingService, providedIn: 'root' });
|
|
16208
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventSettingService, decorators: [{
|
|
16140
16209
|
type: Injectable,
|
|
16141
16210
|
args: [{
|
|
16142
16211
|
providedIn: 'root'
|
|
@@ -16151,9 +16220,9 @@ class UserEventTypeService extends RestService {
|
|
|
16151
16220
|
this.isHydra = true;
|
|
16152
16221
|
}
|
|
16153
16222
|
}
|
|
16154
|
-
UserEventTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16155
|
-
UserEventTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16156
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16223
|
+
UserEventTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16224
|
+
UserEventTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventTypeService, providedIn: 'root' });
|
|
16225
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventTypeService, decorators: [{
|
|
16157
16226
|
type: Injectable,
|
|
16158
16227
|
args: [{
|
|
16159
16228
|
providedIn: 'root'
|
|
@@ -16170,9 +16239,9 @@ class UsersInviteService extends RestService {
|
|
|
16170
16239
|
this.url = 'users/invite';
|
|
16171
16240
|
}
|
|
16172
16241
|
}
|
|
16173
|
-
UsersInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16174
|
-
UsersInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16175
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16242
|
+
UsersInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UsersInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16243
|
+
UsersInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UsersInviteService, providedIn: 'root' });
|
|
16244
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UsersInviteService, decorators: [{
|
|
16176
16245
|
type: Injectable,
|
|
16177
16246
|
args: [{
|
|
16178
16247
|
providedIn: 'root'
|
|
@@ -16192,9 +16261,9 @@ class HoldingService extends RestService$1 {
|
|
|
16192
16261
|
this.listenCSE(HoldingSale, ['post', 'put', 'delete'], this.resetCache);
|
|
16193
16262
|
}
|
|
16194
16263
|
}
|
|
16195
|
-
HoldingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16196
|
-
HoldingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16197
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16264
|
+
HoldingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16265
|
+
HoldingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingService, providedIn: 'root' });
|
|
16266
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingService, decorators: [{
|
|
16198
16267
|
type: Injectable,
|
|
16199
16268
|
args: [{
|
|
16200
16269
|
providedIn: 'root'
|
|
@@ -16211,9 +16280,9 @@ class HoldingTypeService extends RestService$1 {
|
|
|
16211
16280
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
16212
16281
|
}
|
|
16213
16282
|
}
|
|
16214
|
-
HoldingTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16215
|
-
HoldingTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16216
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16283
|
+
HoldingTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16284
|
+
HoldingTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeService, providedIn: 'root' });
|
|
16285
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeService, decorators: [{
|
|
16217
16286
|
type: Injectable,
|
|
16218
16287
|
args: [{
|
|
16219
16288
|
providedIn: 'root'
|
|
@@ -16230,9 +16299,9 @@ class HoldingSaleService extends RestService$1 {
|
|
|
16230
16299
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
16231
16300
|
}
|
|
16232
16301
|
}
|
|
16233
|
-
HoldingSaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16234
|
-
HoldingSaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16235
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16302
|
+
HoldingSaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingSaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16303
|
+
HoldingSaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingSaleService, providedIn: 'root' });
|
|
16304
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingSaleService, decorators: [{
|
|
16236
16305
|
type: Injectable,
|
|
16237
16306
|
args: [{
|
|
16238
16307
|
providedIn: 'root'
|
|
@@ -16327,9 +16396,9 @@ class HoldingTypeExchangeService extends DataService {
|
|
|
16327
16396
|
this.setCache(HoldingTypeExchanges);
|
|
16328
16397
|
}
|
|
16329
16398
|
}
|
|
16330
|
-
HoldingTypeExchangeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16331
|
-
HoldingTypeExchangeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16332
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16399
|
+
HoldingTypeExchangeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeExchangeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16400
|
+
HoldingTypeExchangeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeExchangeService, providedIn: 'root' });
|
|
16401
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeExchangeService, decorators: [{
|
|
16333
16402
|
type: Injectable,
|
|
16334
16403
|
args: [{
|
|
16335
16404
|
providedIn: 'root'
|
|
@@ -16418,11 +16487,6 @@ var IncomeSourceTypes = [
|
|
|
16418
16487
|
tax_return_item_id: 7,
|
|
16419
16488
|
name: "Superannuation Incomes (taxed element)"
|
|
16420
16489
|
},
|
|
16421
|
-
{
|
|
16422
|
-
id: 7,
|
|
16423
|
-
tax_return_item_id: 15,
|
|
16424
|
-
name: "Sole-Trader"
|
|
16425
|
-
},
|
|
16426
16490
|
{
|
|
16427
16491
|
id: 9,
|
|
16428
16492
|
tax_return_item_id: 13,
|
|
@@ -16438,9 +16502,33 @@ class IncomeSourceTypeService extends DataService {
|
|
|
16438
16502
|
this.setCache(IncomeSourceTypes);
|
|
16439
16503
|
}
|
|
16440
16504
|
}
|
|
16441
|
-
IncomeSourceTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16442
|
-
IncomeSourceTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16443
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16505
|
+
IncomeSourceTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceTypeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16506
|
+
IncomeSourceTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceTypeService, providedIn: 'root' });
|
|
16507
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceTypeService, decorators: [{
|
|
16508
|
+
type: Injectable,
|
|
16509
|
+
args: [{
|
|
16510
|
+
providedIn: 'root'
|
|
16511
|
+
}]
|
|
16512
|
+
}], ctorParameters: function () { return []; } });
|
|
16513
|
+
|
|
16514
|
+
class ChartAccountsValueService extends DataService {
|
|
16515
|
+
constructor() {
|
|
16516
|
+
super();
|
|
16517
|
+
this.modelClass = ChartAccountsValue;
|
|
16518
|
+
this.collectionClass = Collection;
|
|
16519
|
+
this.setCache(ChartAccountsValues);
|
|
16520
|
+
}
|
|
16521
|
+
/**
|
|
16522
|
+
* $ amount u can claim per 1km
|
|
16523
|
+
*/
|
|
16524
|
+
getKmsRate(isSole) {
|
|
16525
|
+
const chartAccountsId = isSole ? ChartAccountsListEnum.KLMS_TRAVELLED : ChartAccountsListEnum.KLMS_TRAVELLED_FOR_WORK;
|
|
16526
|
+
return this.getCache().find((ca) => ca.chartAccounts.id === chartAccountsId && new FinancialYear().year === ca.financialYear).value;
|
|
16527
|
+
}
|
|
16528
|
+
}
|
|
16529
|
+
ChartAccountsValueService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsValueService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16530
|
+
ChartAccountsValueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsValueService, providedIn: 'root' });
|
|
16531
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsValueService, decorators: [{
|
|
16444
16532
|
type: Injectable,
|
|
16445
16533
|
args: [{
|
|
16446
16534
|
providedIn: 'root'
|
|
@@ -16660,9 +16748,9 @@ class AccountSetupService {
|
|
|
16660
16748
|
return this.create(AccountSetupItemsEnum.BANK_FEEDS, this.bankAccountsService.getArray());
|
|
16661
16749
|
}
|
|
16662
16750
|
}
|
|
16663
|
-
AccountSetupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16664
|
-
AccountSetupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16665
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16751
|
+
AccountSetupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AccountSetupService, deps: [{ token: ClientIncomeTypesService }, { token: PropertyService }, { token: IncomeSourceService }, { token: BankAccountService }, { token: TransactionAllocationService }, { token: VehicleClaimService }, { token: TransactionService }, { token: SoleBusinessService }, { token: HoldingService }, { token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16752
|
+
AccountSetupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AccountSetupService, providedIn: 'root' });
|
|
16753
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AccountSetupService, decorators: [{
|
|
16666
16754
|
type: Injectable,
|
|
16667
16755
|
args: [{
|
|
16668
16756
|
providedIn: 'root'
|
|
@@ -16688,9 +16776,9 @@ class RewardfulService {
|
|
|
16688
16776
|
});
|
|
16689
16777
|
}
|
|
16690
16778
|
}
|
|
16691
|
-
RewardfulService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16692
|
-
RewardfulService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16693
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16779
|
+
RewardfulService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RewardfulService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16780
|
+
RewardfulService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RewardfulService, providedIn: 'root' });
|
|
16781
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RewardfulService, decorators: [{
|
|
16694
16782
|
type: Injectable,
|
|
16695
16783
|
args: [{
|
|
16696
16784
|
providedIn: 'root'
|
|
@@ -16735,9 +16823,9 @@ class AssetsService {
|
|
|
16735
16823
|
return this.http.delete(`${this.environment.apiV2}/${asset.entityType}/${entityId}/${asset.type}/${asset.id}`);
|
|
16736
16824
|
}
|
|
16737
16825
|
}
|
|
16738
|
-
AssetsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16739
|
-
AssetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16740
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16826
|
+
AssetsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AssetsService, deps: [{ token: i1.HttpClient }, { token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16827
|
+
AssetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AssetsService, providedIn: 'root' });
|
|
16828
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AssetsService, decorators: [{
|
|
16741
16829
|
type: Injectable,
|
|
16742
16830
|
args: [{
|
|
16743
16831
|
providedIn: 'root'
|
|
@@ -16796,9 +16884,9 @@ class BankTransactionCalculationService {
|
|
|
16796
16884
|
return allocations.getByBankTransactionsIds(bankTransactions.debitTransactions.getIds()).amount;
|
|
16797
16885
|
}
|
|
16798
16886
|
}
|
|
16799
|
-
BankTransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16800
|
-
BankTransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16801
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16887
|
+
BankTransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16888
|
+
BankTransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionCalculationService, providedIn: 'root' });
|
|
16889
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionCalculationService, decorators: [{
|
|
16802
16890
|
type: Injectable,
|
|
16803
16891
|
args: [{
|
|
16804
16892
|
providedIn: 'root'
|
|
@@ -16827,9 +16915,9 @@ class BankAccountCalculationService {
|
|
|
16827
16915
|
return bankAccounts.currentBalance - this.getTaxTankBalance(bankAccounts.getLoanAccounts(), bankTransactions, allocations);
|
|
16828
16916
|
}
|
|
16829
16917
|
}
|
|
16830
|
-
BankAccountCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16831
|
-
BankAccountCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16832
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16918
|
+
BankAccountCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountCalculationService, deps: [{ token: BankTransactionCalculationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16919
|
+
BankAccountCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountCalculationService, providedIn: 'root' });
|
|
16920
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountCalculationService, decorators: [{
|
|
16833
16921
|
type: Injectable,
|
|
16834
16922
|
args: [{
|
|
16835
16923
|
providedIn: 'root'
|
|
@@ -16857,9 +16945,9 @@ class ExportFormatterService {
|
|
|
16857
16945
|
}));
|
|
16858
16946
|
}
|
|
16859
16947
|
}
|
|
16860
|
-
ExportFormatterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16861
|
-
ExportFormatterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16862
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16948
|
+
ExportFormatterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ExportFormatterService, deps: [{ token: i1$1.CurrencyPipe }, { token: i1$1.PercentPipe }, { token: i1$1.DatePipe }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16949
|
+
ExportFormatterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ExportFormatterService, providedIn: 'root' });
|
|
16950
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ExportFormatterService, decorators: [{
|
|
16863
16951
|
type: Injectable,
|
|
16864
16952
|
args: [{
|
|
16865
16953
|
providedIn: 'root'
|
|
@@ -16880,9 +16968,9 @@ class HeaderTitleService {
|
|
|
16880
16968
|
}), filter((route) => route.outlet === 'primary'), mergeMap((route) => route.data));
|
|
16881
16969
|
}
|
|
16882
16970
|
}
|
|
16883
|
-
HeaderTitleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16884
|
-
HeaderTitleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16885
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16971
|
+
HeaderTitleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HeaderTitleService, deps: [{ token: i4.Router }, { token: i4.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16972
|
+
HeaderTitleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HeaderTitleService, providedIn: 'root' });
|
|
16973
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HeaderTitleService, decorators: [{
|
|
16886
16974
|
type: Injectable,
|
|
16887
16975
|
args: [{
|
|
16888
16976
|
providedIn: 'root'
|
|
@@ -16916,9 +17004,9 @@ class IntercomService {
|
|
|
16916
17004
|
window.Intercom('boot', connectionCredentials);
|
|
16917
17005
|
}
|
|
16918
17006
|
}
|
|
16919
|
-
IntercomService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16920
|
-
IntercomService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16921
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
17007
|
+
IntercomService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IntercomService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
17008
|
+
IntercomService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IntercomService, providedIn: 'root' });
|
|
17009
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IntercomService, decorators: [{
|
|
16922
17010
|
type: Injectable,
|
|
16923
17011
|
args: [{
|
|
16924
17012
|
providedIn: 'root'
|
|
@@ -16988,9 +17076,9 @@ class PdfFromDomElementService {
|
|
|
16988
17076
|
.then((blob) => new File([blob], filename, { type: 'application/pdf' })));
|
|
16989
17077
|
}
|
|
16990
17078
|
}
|
|
16991
|
-
PdfFromDomElementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16992
|
-
PdfFromDomElementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16993
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
17079
|
+
PdfFromDomElementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDomElementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
17080
|
+
PdfFromDomElementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDomElementService, providedIn: 'root' });
|
|
17081
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDomElementService, decorators: [{
|
|
16994
17082
|
type: Injectable,
|
|
16995
17083
|
args: [{
|
|
16996
17084
|
providedIn: 'root'
|
|
@@ -17084,9 +17172,9 @@ class PdfFromTableService {
|
|
|
17084
17172
|
.setTextColor(FILE_SETTINGS.text.colorPrimary);
|
|
17085
17173
|
}
|
|
17086
17174
|
}
|
|
17087
|
-
PdfFromTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17088
|
-
PdfFromTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17089
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
17175
|
+
PdfFromTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromTableService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
17176
|
+
PdfFromTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromTableService, providedIn: 'root' });
|
|
17177
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromTableService, decorators: [{
|
|
17090
17178
|
type: Injectable,
|
|
17091
17179
|
args: [{
|
|
17092
17180
|
providedIn: 'root'
|
|
@@ -17125,9 +17213,9 @@ class PdfFromDataTableService extends PdfFromTableService {
|
|
|
17125
17213
|
return pdf;
|
|
17126
17214
|
}
|
|
17127
17215
|
}
|
|
17128
|
-
PdfFromDataTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17129
|
-
PdfFromDataTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17130
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
17216
|
+
PdfFromDataTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
17217
|
+
PdfFromDataTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDataTableService, providedIn: 'root' });
|
|
17218
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDataTableService, decorators: [{
|
|
17131
17219
|
type: Injectable,
|
|
17132
17220
|
args: [{
|
|
17133
17221
|
providedIn: 'root'
|
|
@@ -17163,9 +17251,9 @@ class PdfFromHtmlTableService extends PdfFromTableService {
|
|
|
17163
17251
|
return pdf;
|
|
17164
17252
|
}
|
|
17165
17253
|
}
|
|
17166
|
-
PdfFromHtmlTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17167
|
-
PdfFromHtmlTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17168
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
17254
|
+
PdfFromHtmlTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromHtmlTableService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
17255
|
+
PdfFromHtmlTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromHtmlTableService, providedIn: 'root' });
|
|
17256
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromHtmlTableService, decorators: [{
|
|
17169
17257
|
type: Injectable,
|
|
17170
17258
|
args: [{
|
|
17171
17259
|
providedIn: 'root'
|
|
@@ -17192,9 +17280,9 @@ class EquityPositionChartService {
|
|
|
17192
17280
|
}))));
|
|
17193
17281
|
}
|
|
17194
17282
|
}
|
|
17195
|
-
EquityPositionChartService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17196
|
-
EquityPositionChartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17197
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
17283
|
+
EquityPositionChartService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EquityPositionChartService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
17284
|
+
EquityPositionChartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EquityPositionChartService, providedIn: 'root' });
|
|
17285
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EquityPositionChartService, decorators: [{
|
|
17198
17286
|
type: Injectable,
|
|
17199
17287
|
args: [{
|
|
17200
17288
|
providedIn: 'root'
|
|
@@ -17347,9 +17435,9 @@ class PropertyCalculationService {
|
|
|
17347
17435
|
}
|
|
17348
17436
|
}
|
|
17349
17437
|
}
|
|
17350
|
-
PropertyCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17351
|
-
PropertyCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17352
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
17438
|
+
PropertyCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
17439
|
+
PropertyCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCalculationService, providedIn: 'root' });
|
|
17440
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCalculationService, decorators: [{
|
|
17353
17441
|
type: Injectable,
|
|
17354
17442
|
args: [{
|
|
17355
17443
|
providedIn: 'root'
|
|
@@ -17400,9 +17488,9 @@ class PropertyTransactionReportService {
|
|
|
17400
17488
|
.getWithoutBorrowingExpenses()));
|
|
17401
17489
|
}
|
|
17402
17490
|
}
|
|
17403
|
-
PropertyTransactionReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17404
|
-
PropertyTransactionReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17405
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
17491
|
+
PropertyTransactionReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyTransactionReportService, deps: [{ token: PropertyService }, { token: TransactionService }, { token: DepreciationService }, { token: ChartAccountsService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
17492
|
+
PropertyTransactionReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyTransactionReportService, providedIn: 'root' });
|
|
17493
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyTransactionReportService, decorators: [{
|
|
17406
17494
|
type: Injectable,
|
|
17407
17495
|
args: [{
|
|
17408
17496
|
providedIn: 'root'
|
|
@@ -17470,9 +17558,9 @@ class TransactionCalculationService {
|
|
|
17470
17558
|
return bankTransactions.sumBy('amount') - allocations.getByBankTransactionsIds(bankTransactions.getIds()).sumBy('amount');
|
|
17471
17559
|
}
|
|
17472
17560
|
}
|
|
17473
|
-
TransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17474
|
-
TransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17475
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
17561
|
+
TransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
17562
|
+
TransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionCalculationService, providedIn: 'root' });
|
|
17563
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionCalculationService, decorators: [{
|
|
17476
17564
|
type: Injectable,
|
|
17477
17565
|
args: [{
|
|
17478
17566
|
providedIn: 'root'
|
|
@@ -17532,9 +17620,9 @@ class LogbookBestPeriodService {
|
|
|
17532
17620
|
});
|
|
17533
17621
|
}
|
|
17534
17622
|
}
|
|
17535
|
-
LogbookBestPeriodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17536
|
-
LogbookBestPeriodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17537
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
17623
|
+
LogbookBestPeriodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LogbookBestPeriodService, deps: [{ token: VehicleClaimDetailsService }, { token: VehicleClaimService }, { token: VehicleLogbookService }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
17624
|
+
LogbookBestPeriodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LogbookBestPeriodService, providedIn: 'root' });
|
|
17625
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LogbookBestPeriodService, decorators: [{
|
|
17538
17626
|
type: Injectable,
|
|
17539
17627
|
args: [{
|
|
17540
17628
|
providedIn: 'root'
|
|
@@ -17612,9 +17700,9 @@ class XlsxService {
|
|
|
17612
17700
|
FileSaver.saveAs(data, `${fileName}.xlsx`);
|
|
17613
17701
|
}
|
|
17614
17702
|
}
|
|
17615
|
-
XlsxService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17616
|
-
XlsxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17617
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
17703
|
+
XlsxService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: XlsxService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
17704
|
+
XlsxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: XlsxService, providedIn: 'root' });
|
|
17705
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: XlsxService, decorators: [{
|
|
17618
17706
|
type: Injectable,
|
|
17619
17707
|
args: [{
|
|
17620
17708
|
providedIn: 'root'
|
|
@@ -20570,7 +20658,9 @@ class HoldingIncomeForm extends WorkTransactionForm {
|
|
|
20570
20658
|
class DepreciationForm extends TransactionBaseForm {
|
|
20571
20659
|
constructor(depreciation, registeredForGst) {
|
|
20572
20660
|
super(depreciation, registeredForGst);
|
|
20573
|
-
|
|
20661
|
+
if (depreciation.id) {
|
|
20662
|
+
this.get('claimPercent').setValue(depreciation.currentYearForecast.claimPercent);
|
|
20663
|
+
}
|
|
20574
20664
|
this.addControl('isCloseBalanceCorrect', new UntypedFormControl(true));
|
|
20575
20665
|
this.addControl('closeBalance', new UntypedFormControl({ value: depreciation.closeBalance || 0, disabled: true }, Validators.required));
|
|
20576
20666
|
this.addControl('financialYear', new UntypedFormControl(depreciation.financialYear || new FinancialYear().year));
|
|
@@ -20762,5 +20852,5 @@ var MessagesEnum;
|
|
|
20762
20852
|
* Generated bundle index. Do not edit.
|
|
20763
20853
|
*/
|
|
20764
20854
|
|
|
20765
|
-
export { AbstractForm, AbstractModel, AccountSetupItem, AccountSetupItemCollection, AccountSetupService, Address, AddressForm, AddressService, AddressTypeEnum, AllocationGroup, AllocationGroupCollection, AllocationRule, AllocationRuleCollection, AllocationRuleConditionComparisonOperatorEnum, AllocationRuleConditionFieldEnum, AllocationRuleConditionOperatorEnum, AllocationRuleForm, AllocationRuleService, AllocationRuleTransaction, AllocationRuleTransactionMetaField, AllocationRuleTypeEnum, AlphabetColorsEnum, AnnualClientDetails, AnnualClientDetailsForm, AnnualClientDetailsService, AnnualFrequencyEnum, AppEvent, AppEvent2, AppEventTypeEnum, AppFile, AssetEntityTypeEnum, AssetSale, AssetSaleCollection, AssetTypeEnum, AssetsService, AuthService, BANK_ACCOUNT_TYPES, Badge, BadgeColorEnum, Bank, BankAccount, BankAccountAddManualForm, BankAccountAllocationForm, BankAccountCalculationService, BankAccountChartData, BankAccountCollection, BankAccountImportForm, BankAccountPropertiesForm, BankAccountProperty, BankAccountService, BankAccountStatusEnum, BankAccountTypeEnum, BankAccountsImportForm, BankConnection, BankConnectionMessagesEnum, BankConnectionService, BankConnectionStatusEnum, BankExternalStats, BankPopularEnum, BankProviderEnum, BankService, BankTransaction, BankTransactionCalculationService, BankTransactionChartData, BankTransactionCollection, BankTransactionService, BankTransactionSummaryFieldsEnum, BankTransactionTypeEnum, BasReport, BasReportForm, BasReportService, BasiqConfig, BasiqJob, BasiqJobResponse, BasiqJobStep, BasiqMessagesEnum, BasiqService, BasiqToken, BasiqTokenService, BorrowingExpense, BorrowingExpenseLoan, BorrowingExpenseService, BusinessTypeEnum, CAPITAL_COSTS_ITEMS, CHART_ACCOUNTS_CATEGORIES, CalculationFormItem, CalculationFormTypeEnum, CgtExemptionAndRolloverCodeEnum, ChartAccounts, ChartAccountsCategoryECollection, ChartAccountsCategoryEnum, ChartAccountsCollection, ChartAccountsDepreciation, ChartAccountsDepreciationService, ChartAccountsEtpEnum, ChartAccountsHeading, ChartAccountsHeadingListEnum, ChartAccountsHeadingTaxDeductibleEnum, ChartAccountsHeadingTaxableEnum, ChartAccountsHeadingVehicleListEnum, ChartAccountsHoldingUntaxedIncomeListEnum, ChartAccountsInvoiceExpenseEnum, ChartAccountsKeepSign, ChartAccountsListEnum, ChartAccountsMetaField, ChartAccountsMetaFieldListEnum, ChartAccountsMetaFieldTypeEnum, ChartAccountsSalaryAdjustmentsListEnum, ChartAccountsSalaryIncludedListEnum, ChartAccountsService, ChartAccountsTaxLabelsEnum, ChartAccountsTypeEnum, ChartAccountsValue, ChartData, ChartSerie, Chat, ChatCollection, ChatService, ChatStatusEnum, ChatViewTypeEnum, ClientCollection, ClientDetails, ClientDetailsMedicareExemptionEnum, ClientDetailsWorkDepreciationCalculationEnum, ClientDetailsWorkingHolidayMakerEnum, ClientIncomeTypes, ClientIncomeTypesForm, ClientIncomeTypesService, ClientInvite, ClientInviteCollection, ClientInviteService, ClientInviteStatusEnum, ClientInviteTypeEnum, ClientMovement, ClientMovementCollection, ClientMovementService, ClientPortfolioChartData, ClientPortfolioReport, ClientPortfolioReportCollection, ClientPortfolioReportService, Collection, CollectionDictionary, CorelogicService, CorelogicSuggestion, Country, DEDUCTION_CATEGORIES, DEPRECIATION_GROUPS, DOCUMENT_FILE_TYPES, DeductionClothingTypeEnum, DeductionSelfEducationTypeEnum, Depreciation, DepreciationCalculationEnum, DepreciationCalculationPercentEnum, DepreciationCapitalProject, DepreciationCapitalProjectService, DepreciationCollection, DepreciationForecast, DepreciationForecastCollection, DepreciationForm, DepreciationGroup, DepreciationGroupEnum, DepreciationGroupItem, DepreciationLvpAssetTypeEnum, DepreciationLvpRateEnum, DepreciationLvpReportItem, DepreciationLvpReportItemCollection, DepreciationReceipt, DepreciationReceiptService, DepreciationReportItem, DepreciationReportItemCollection, DepreciationService, DepreciationTypeEnum, DepreciationWriteOffAmountEnum, Dictionary, Document, DocumentApiUrlPrefixEnum, DocumentFolder, DocumentFolderService, DocumentService, DocumentTypeEnum, ENDPOINTS, EmployeeCollection, EmployeeDetails, EmployeeInvite, EmployeeInviteService, EmployeeService, Endpoint, EquityPositionChartService, EventDispatcherService, ExportDataTable, ExportFormatEnum, ExportFormatterService, ExportableCollection, FacebookService, FileService, FileValidator, FinancialYear, Firm, FirmService, FirmTypeEnum, FormValidationsEnum, GoogleService, HeaderTitleService, Holding, HoldingCollection, HoldingForm, HoldingIncomeForm, HoldingMessagesEnum, HoldingReinvest, HoldingReinvestForm, HoldingSale, HoldingSaleCollection, HoldingSaleForm, HoldingSaleMessagesEnum, HoldingSaleService, HoldingService, HoldingType, HoldingTypeCategoryEnum, HoldingTypeCollection, HoldingTypeExchange, HoldingTypeExchangeService, HoldingTypeForm, HoldingTypeMessagesEnum, HoldingTypeService, IconsFileEnum, IncomeAmountTypeEnum, IncomePosition, IncomeSource, IncomeSourceChartData, IncomeSourceCollection, IncomeSourceForecast, IncomeSourceForecastService, IncomeSourceForecastTrustTypeEnum, IncomeSourceService, IncomeSourceType, IncomeSourceTypeEnum, IncomeSourceTypeListHoldingEnum, IncomeSourceTypeListOtherEnum, IncomeSourceTypeListSoleEnum, IncomeSourceTypeListWorkEnum, IncomeSourceTypeService, InterceptorsModule, IntercomService, InviteStatusEnum, JsPdf, JwtService, Loan, LoanBankTypeEnum, LoanCollection, LoanForm, LoanFrequencyEnum, LoanInterestTypeEnum, LoanMaxNumberOfPaymentsEnum, LoanPayment, LoanPaymentCollection, LoanPayout, LoanPayoutTypeEnum, LoanRepaymentFrequencyEnum, LoanRepaymentTypeEnum, LoanService, LoanTypeEnum, LoanVehicleTypeEnum, LogbookBestPeriodService, LogbookPeriod, LoginForm, LossTypeEnum, MODULE_URL_LIST, MONTHS, Message, MessageCollection, MessageDocument, MessageDocumentCollection, MessageDocumentService, MessageService, MessagesEnum, MonthNameShortEnum, MonthNumberEnum, MyAccountHistory, MyAccountHistoryInitiatedByEnum, MyAccountHistoryStatusEnum, MyAccountHistoryTypeEnum, MyTaxBusinessDetails, MyTaxBusinessDetailsForm, MyTaxBusinessIncome, MyTaxBusinessIncomeForm, MyTaxBusinessIncomeOrLossesForm, MyTaxBusinessLosses, MyTaxBusinessLossesForm, MyTaxCgt, MyTaxCgtForm, MyTaxDeductions, MyTaxDeductionsForm, MyTaxDividends, MyTaxDividendsForm, MyTaxEstimate, MyTaxIncomeStatements, MyTaxIncomeStatementsForm, MyTaxIncomeTests, MyTaxIncomeTestsForm, MyTaxInterest, MyTaxInterestForm, MyTaxLosses, MyTaxLossesForm, MyTaxMedicareForm, MyTaxOffsets, MyTaxOffsetsForm, MyTaxOtherIncome, MyTaxOtherIncomeForm, MyTaxPartnershipsAndTrusts, MyTaxPartnershipsAndTrustsForm, MyTaxRent, MyTaxRentForm, Notification, Occupation, OccupationService, PASSWORD_REGEXPS, PasswordForm, PdfFromDataTableService, PdfFromDomElementService, PdfFromHtmlTableService, PdfFromTableService, PdfOrientationEnum, PdfSettings, Phone, PhoneForm, PhoneTypeEnum, PreloaderService, Property, PropertyCalculationService, PropertyCategory, PropertyCategoryListEnum, PropertyCategoryMovement, PropertyCategoryMovementCollection, PropertyCategoryMovementService, PropertyCategoryService, PropertyCollection, PropertyDepreciationCalculationEnum, PropertyDocument, PropertyDocumentService, PropertyEquityChartData, PropertyEquityChartItem, PropertyEquityChartTypeEnum, PropertyForecast, PropertyReportItem, PropertyReportItemCollection, PropertyReportItemDepreciation, PropertyReportItemDepreciationCollection, PropertyReportItemTransaction, PropertyReportItemTransactionCollection, PropertySale, PropertySaleCollection, PropertySaleCostBase, PropertySaleCostBaseForm, PropertySaleCostSaleForm, PropertySaleExemptionsForm, PropertySaleService, PropertySaleTaxExemptionMetaField, PropertySaleTaxExemptionMetaFieldCollection, PropertyService, PropertyShare, PropertyShareAccessEnum, PropertyShareCollection, PropertyShareService, PropertyShareStatusEnum, PropertySubscription, PropertyTransactionReportService, PropertyValuation, ReceiptService, RegisterClientForm, RegisterFirmForm, RegistrationInvite, RegistrationInviteStatusEnum, ReportItem, ReportItemCollection, ReportItemDetails, ResetPasswordForm, RestService$1 as RestService, RewardfulService, SalaryForecast, SalaryForecastFrequencyEnum, SalaryForecastService, ServiceNotificationService, ServiceNotificationStatusEnum, ServiceNotificationTypeEnum, ServicePayment, ServicePaymentMethod, ServicePaymentMethodService, ServicePaymentService, ServicePaymentStatusEnum, ServicePrice, ServicePriceCollection, ServicePriceRecurringIntervalEnum, ServicePriceService, ServicePriceTypeEnum, ServiceProduct, ServiceProductCollection, ServiceProductIdEnum, ServiceProductService, ServiceProductStatusEnum, ServicePromoCode, ServiceSubscription, ServiceSubscriptionCollection, ServiceSubscriptionItem, ServiceSubscriptionStatusEnum, ShareFilterOptionsEnum, SoleBusiness, SoleBusinessActivity, SoleBusinessActivityService, SoleBusinessAllocation, SoleBusinessAllocationsForm, SoleBusinessForm, SoleBusinessLoss, SoleBusinessLossForm, SoleBusinessLossOffsetRule, SoleBusinessLossOffsetRuleService, SoleBusinessLossReport, SoleBusinessLossService, SoleBusinessLossesCollection, SoleBusinessService, SoleContact, SoleContactForm, SoleContactService, SoleDepreciationMethod, SoleDepreciationMethodEnum, SoleDepreciationMethodForm, SoleDepreciationMethodService, SoleDetails, SoleDetailsForm, SoleDetailsService, SoleForecast, SoleForecastService, SoleInvoice, SoleInvoiceCollection, SoleInvoiceForm, SoleInvoiceItem, SoleInvoiceItemCollection, SoleInvoiceItemForm, SoleInvoiceService, SoleInvoiceStatusesEnum, SoleInvoiceTaxTypeEnum, SoleInvoiceTemplate, SoleInvoiceTemplateForm, SoleInvoiceTemplateService, SoleInvoiceTemplateTaxTypeEnum, SpareDocumentSpareTypeEnum, SseService, StatesEnum, SubscriptionItemCollection, SubscriptionService, TAX_RETURN_CATEGORIES, TYPE_LOAN, TankTypeEnum, TaxCalculationMedicareExemptionEnum, TaxCalculationTypeEnum, TaxExemption, TaxExemptionEnum, TaxExemptionMetaField, TaxExemptionMetaFieldEnum, TaxExemptionService, TaxReturnCategoryListEnum, TaxReturnCategorySectionEnum, TaxReview, TaxReviewCollection, TaxReviewHistoryService, TaxReviewService, TaxReviewStatusEnum, TaxSummary, TaxSummaryListEnum, TaxSummarySection, TaxSummarySectionEnum, TaxSummaryService, TaxSummaryTaxSummaryEnum, TaxSummaryTypeEnum, TicketFeedbackEnum, TicketStatusEnum, TicketTypesEnum, Toast, ToastService, ToastTypeEnum, Transaction, TransactionAllocation, TransactionAllocationCollection, TransactionAllocationService, TransactionBase, TransactionBaseForm, TransactionCalculationService, TransactionCategoryEnum, TransactionCollection, TransactionForm, TransactionMetaField, TransactionOperationEnum, TransactionReceipt, TransactionReceiptService, TransactionService, TransactionSourceEnum, TransactionTypeEnum, TtCoreModule, TutorialVideoService, USER_ROLES, USER_WORK_POSITION, User, UserEventSetting, UserEventSettingCollection, UserEventSettingFieldEnum, UserEventSettingService, UserEventStatusEnum, UserEventType, UserEventTypeCategory, UserEventTypeClientTypeEnum, UserEventTypeCollection, UserEventTypeEmployeeTypeEnum, UserEventTypeFrequencyEnum, UserEventTypeService, UserEventTypeUserTypeEnum, UserInviteForm, UserMedicareExemptionEnum, UserRolesEnum, UserService, UserStatusEnum, UserSwitcherService, UserTitleEnum, UserToRegister, UserWorkDepreciationCalculationEnum, UserWorkingHolidayMakerEnum, UsersInviteService, Vehicle, VehicleClaim, VehicleClaimCollection, VehicleClaimDetails, VehicleClaimDetailsForm, VehicleClaimDetailsMethodEnum, VehicleClaimDetailsService, VehicleClaimForm, VehicleClaimService, VehicleExpense, VehicleExpenseCollection, VehicleForm, VehicleLogbook, VehicleLogbookCollection, VehicleLogbookForm, VehicleLogbookPurposeEnum, VehicleLogbookService, VehicleService, WorkExpenseForm, WorkIncomeForm, XlsxService, atLeastOneCheckedValidator, atoLinks, autocompleteValidator, cloneDeep, compare, compareMatOptions, conditionalValidator, createDate, currentFinYearValidator, displayMatOptions, enumToList, fieldsSumValidator, getDocIcon, greaterThanValidator, minDateValidator, passwordMatchValidator, passwordValidator, replace, sort, sortDeep, taxReviewFilterPredicate, toArray };
|
|
20855
|
+
export { AbstractForm, AbstractModel, AccountSetupItem, AccountSetupItemCollection, AccountSetupService, Address, AddressForm, AddressService, AddressTypeEnum, AllocationGroup, AllocationGroupCollection, AllocationRule, AllocationRuleCollection, AllocationRuleConditionComparisonOperatorEnum, AllocationRuleConditionFieldEnum, AllocationRuleConditionOperatorEnum, AllocationRuleForm, AllocationRuleService, AllocationRuleTransaction, AllocationRuleTransactionMetaField, AllocationRuleTypeEnum, AlphabetColorsEnum, AnnualClientDetails, AnnualClientDetailsForm, AnnualClientDetailsService, AnnualFrequencyEnum, AppEvent, AppEvent2, AppEventTypeEnum, AppFile, AssetEntityTypeEnum, AssetSale, AssetSaleCollection, AssetTypeEnum, AssetsService, AuthService, BANK_ACCOUNT_TYPES, Badge, BadgeColorEnum, Bank, BankAccount, BankAccountAddManualForm, BankAccountAllocationForm, BankAccountCalculationService, BankAccountChartData, BankAccountCollection, BankAccountImportForm, BankAccountPropertiesForm, BankAccountProperty, BankAccountService, BankAccountStatusEnum, BankAccountTypeEnum, BankAccountsImportForm, BankConnection, BankConnectionMessagesEnum, BankConnectionService, BankConnectionStatusEnum, BankExternalStats, BankPopularEnum, BankProviderEnum, BankService, BankTransaction, BankTransactionCalculationService, BankTransactionChartData, BankTransactionCollection, BankTransactionService, BankTransactionSummaryFieldsEnum, BankTransactionTypeEnum, BasReport, BasReportForm, BasReportService, BasiqConfig, BasiqJob, BasiqJobResponse, BasiqJobStep, BasiqMessagesEnum, BasiqService, BasiqToken, BasiqTokenService, BorrowingExpense, BorrowingExpenseLoan, BorrowingExpenseService, BusinessTypeEnum, CAPITAL_COSTS_ITEMS, CHART_ACCOUNTS_CATEGORIES, CalculationFormItem, CalculationFormTypeEnum, CgtExemptionAndRolloverCodeEnum, ChartAccounts, ChartAccountsCategoryECollection, ChartAccountsCategoryEnum, ChartAccountsCollection, ChartAccountsDepreciation, ChartAccountsDepreciationService, ChartAccountsEtpEnum, ChartAccountsHeading, ChartAccountsHeadingListEnum, ChartAccountsHeadingTaxDeductibleEnum, ChartAccountsHeadingTaxableEnum, ChartAccountsHeadingVehicleListEnum, ChartAccountsHoldingUntaxedIncomeListEnum, ChartAccountsInvoiceExpenseEnum, ChartAccountsKeepSign, ChartAccountsListEnum, ChartAccountsMetaField, ChartAccountsMetaFieldListEnum, ChartAccountsMetaFieldTypeEnum, ChartAccountsSalaryAdjustmentsListEnum, ChartAccountsSalaryIncludedListEnum, ChartAccountsService, ChartAccountsTaxLabelsEnum, ChartAccountsTypeEnum, ChartAccountsValue, ChartAccountsValueService, ChartData, ChartSerie, Chat, ChatCollection, ChatService, ChatStatusEnum, ChatViewTypeEnum, ClientCollection, ClientDetails, ClientDetailsMedicareExemptionEnum, ClientDetailsWorkDepreciationCalculationEnum, ClientDetailsWorkingHolidayMakerEnum, ClientIncomeTypes, ClientIncomeTypesForm, ClientIncomeTypesService, ClientInvite, ClientInviteCollection, ClientInviteService, ClientInviteStatusEnum, ClientInviteTypeEnum, ClientMovement, ClientMovementCollection, ClientMovementService, ClientPortfolioChartData, ClientPortfolioReport, ClientPortfolioReportCollection, ClientPortfolioReportService, Collection, CollectionDictionary, CorelogicService, CorelogicSuggestion, Country, DEDUCTION_CATEGORIES, DEPRECIATION_GROUPS, DOCUMENT_FILE_TYPES, DeductionClothingTypeEnum, DeductionSelfEducationTypeEnum, Depreciation, DepreciationCalculationEnum, DepreciationCalculationPercentEnum, DepreciationCapitalProject, DepreciationCapitalProjectService, DepreciationCollection, DepreciationForecast, DepreciationForecastCollection, DepreciationForm, DepreciationGroup, DepreciationGroupEnum, DepreciationGroupItem, DepreciationLvpAssetTypeEnum, DepreciationLvpRateEnum, DepreciationLvpReportItem, DepreciationLvpReportItemCollection, DepreciationReceipt, DepreciationReceiptService, DepreciationReportItem, DepreciationReportItemCollection, DepreciationService, DepreciationTypeEnum, DepreciationWriteOffAmountEnum, Dictionary, Document, DocumentApiUrlPrefixEnum, DocumentFolder, DocumentFolderService, DocumentService, DocumentTypeEnum, ENDPOINTS, EmployeeCollection, EmployeeDetails, EmployeeInvite, EmployeeInviteService, EmployeeService, Endpoint, EquityPositionChartService, EventDispatcherService, ExportDataTable, ExportFormatEnum, ExportFormatterService, ExportableCollection, FacebookService, FileService, FileValidator, FinancialYear, Firm, FirmService, FirmTypeEnum, FormValidationsEnum, GoogleService, HeaderTitleService, Holding, HoldingCollection, HoldingForm, HoldingIncomeForm, HoldingMessagesEnum, HoldingReinvest, HoldingReinvestForm, HoldingSale, HoldingSaleCollection, HoldingSaleForm, HoldingSaleMessagesEnum, HoldingSaleService, HoldingService, HoldingType, HoldingTypeCategoryEnum, HoldingTypeCollection, HoldingTypeExchange, HoldingTypeExchangeService, HoldingTypeForm, HoldingTypeMessagesEnum, HoldingTypeService, IconsFileEnum, IncomeAmountTypeEnum, IncomePosition, IncomeSource, IncomeSourceChartData, IncomeSourceCollection, IncomeSourceForecast, IncomeSourceForecastService, IncomeSourceForecastTrustTypeEnum, IncomeSourceService, IncomeSourceType, IncomeSourceTypeEnum, IncomeSourceTypeListHoldingEnum, IncomeSourceTypeListOtherEnum, IncomeSourceTypeListSoleEnum, IncomeSourceTypeListWorkEnum, IncomeSourceTypeService, InterceptorsModule, IntercomService, InviteStatusEnum, JsPdf, JwtService, Loan, LoanBankTypeEnum, LoanCollection, LoanForm, LoanFrequencyEnum, LoanInterestTypeEnum, LoanMaxNumberOfPaymentsEnum, LoanPayment, LoanPaymentCollection, LoanPayout, LoanPayoutTypeEnum, LoanRepaymentFrequencyEnum, LoanRepaymentTypeEnum, LoanService, LoanTypeEnum, LoanVehicleTypeEnum, LogbookBestPeriodService, LogbookPeriod, LoginForm, LossTypeEnum, MODULE_URL_LIST, MONTHS, Message, MessageCollection, MessageDocument, MessageDocumentCollection, MessageDocumentService, MessageService, MessagesEnum, MonthNameShortEnum, MonthNumberEnum, MyAccountHistory, MyAccountHistoryInitiatedByEnum, MyAccountHistoryStatusEnum, MyAccountHistoryTypeEnum, MyTaxBusinessDetails, MyTaxBusinessDetailsForm, MyTaxBusinessIncome, MyTaxBusinessIncomeForm, MyTaxBusinessIncomeOrLossesForm, MyTaxBusinessLosses, MyTaxBusinessLossesForm, MyTaxCgt, MyTaxCgtForm, MyTaxDeductions, MyTaxDeductionsForm, MyTaxDividends, MyTaxDividendsForm, MyTaxEstimate, MyTaxIncomeStatements, MyTaxIncomeStatementsForm, MyTaxIncomeTests, MyTaxIncomeTestsForm, MyTaxInterest, MyTaxInterestForm, MyTaxLosses, MyTaxLossesForm, MyTaxMedicareForm, MyTaxOffsets, MyTaxOffsetsForm, MyTaxOtherIncome, MyTaxOtherIncomeForm, MyTaxPartnershipsAndTrusts, MyTaxPartnershipsAndTrustsForm, MyTaxRent, MyTaxRentForm, Notification, Occupation, OccupationService, PASSWORD_REGEXPS, PasswordForm, PdfFromDataTableService, PdfFromDomElementService, PdfFromHtmlTableService, PdfFromTableService, PdfOrientationEnum, PdfSettings, Phone, PhoneForm, PhoneTypeEnum, PreloaderService, Property, PropertyCalculationService, PropertyCategory, PropertyCategoryListEnum, PropertyCategoryMovement, PropertyCategoryMovementCollection, PropertyCategoryMovementService, PropertyCategoryService, PropertyCollection, PropertyDepreciationCalculationEnum, PropertyDocument, PropertyDocumentService, PropertyEquityChartData, PropertyEquityChartItem, PropertyEquityChartTypeEnum, PropertyForecast, PropertyReportItem, PropertyReportItemCollection, PropertyReportItemDepreciation, PropertyReportItemDepreciationCollection, PropertyReportItemTransaction, PropertyReportItemTransactionCollection, PropertySale, PropertySaleCollection, PropertySaleCostBase, PropertySaleCostBaseForm, PropertySaleCostSaleForm, PropertySaleExemptionsForm, PropertySaleService, PropertySaleTaxExemptionMetaField, PropertySaleTaxExemptionMetaFieldCollection, PropertyService, PropertyShare, PropertyShareAccessEnum, PropertyShareCollection, PropertyShareService, PropertyShareStatusEnum, PropertySubscription, PropertyTransactionReportService, PropertyValuation, ReceiptService, RegisterClientForm, RegisterFirmForm, RegistrationInvite, RegistrationInviteStatusEnum, ReportItem, ReportItemCollection, ReportItemDetails, ResetPasswordForm, RestService$1 as RestService, RewardfulService, SalaryForecast, SalaryForecastFrequencyEnum, SalaryForecastService, ServiceNotificationService, ServiceNotificationStatusEnum, ServiceNotificationTypeEnum, ServicePayment, ServicePaymentMethod, ServicePaymentMethodService, ServicePaymentService, ServicePaymentStatusEnum, ServicePrice, ServicePriceCollection, ServicePriceRecurringIntervalEnum, ServicePriceService, ServicePriceTypeEnum, ServiceProduct, ServiceProductCollection, ServiceProductIdEnum, ServiceProductService, ServiceProductStatusEnum, ServicePromoCode, ServiceSubscription, ServiceSubscriptionCollection, ServiceSubscriptionItem, ServiceSubscriptionStatusEnum, ShareFilterOptionsEnum, SoleBusiness, SoleBusinessActivity, SoleBusinessActivityService, SoleBusinessAllocation, SoleBusinessAllocationsForm, SoleBusinessForm, SoleBusinessLoss, SoleBusinessLossForm, SoleBusinessLossOffsetRule, SoleBusinessLossOffsetRuleService, SoleBusinessLossReport, SoleBusinessLossService, SoleBusinessLossesCollection, SoleBusinessService, SoleContact, SoleContactForm, SoleContactService, SoleDepreciationMethod, SoleDepreciationMethodEnum, SoleDepreciationMethodForm, SoleDepreciationMethodService, SoleDetails, SoleDetailsForm, SoleDetailsService, SoleForecast, SoleForecastService, SoleInvoice, SoleInvoiceCollection, SoleInvoiceForm, SoleInvoiceItem, SoleInvoiceItemCollection, SoleInvoiceItemForm, SoleInvoiceService, SoleInvoiceStatusesEnum, SoleInvoiceTaxTypeEnum, SoleInvoiceTemplate, SoleInvoiceTemplateForm, SoleInvoiceTemplateService, SoleInvoiceTemplateTaxTypeEnum, SpareDocumentSpareTypeEnum, SseService, StatesEnum, SubscriptionItemCollection, SubscriptionService, TAX_RETURN_CATEGORIES, TYPE_LOAN, TankTypeEnum, TaxCalculationMedicareExemptionEnum, TaxCalculationTypeEnum, TaxExemption, TaxExemptionEnum, TaxExemptionMetaField, TaxExemptionMetaFieldEnum, TaxExemptionService, TaxReturnCategoryListEnum, TaxReturnCategorySectionEnum, TaxReview, TaxReviewCollection, TaxReviewHistoryService, TaxReviewService, TaxReviewStatusEnum, TaxSummary, TaxSummaryListEnum, TaxSummarySection, TaxSummarySectionEnum, TaxSummaryService, TaxSummaryTaxSummaryEnum, TaxSummaryTypeEnum, TicketFeedbackEnum, TicketStatusEnum, TicketTypesEnum, Toast, ToastService, ToastTypeEnum, Transaction, TransactionAllocation, TransactionAllocationCollection, TransactionAllocationService, TransactionBase, TransactionBaseForm, TransactionCalculationService, TransactionCategoryEnum, TransactionCollection, TransactionForm, TransactionMetaField, TransactionOperationEnum, TransactionReceipt, TransactionReceiptService, TransactionService, TransactionSourceEnum, TransactionTypeEnum, TtCoreModule, TutorialVideoService, USER_ROLES, USER_WORK_POSITION, User, UserEventSetting, UserEventSettingCollection, UserEventSettingFieldEnum, UserEventSettingService, UserEventStatusEnum, UserEventType, UserEventTypeCategory, UserEventTypeClientTypeEnum, UserEventTypeCollection, UserEventTypeEmployeeTypeEnum, UserEventTypeFrequencyEnum, UserEventTypeService, UserEventTypeUserTypeEnum, UserInviteForm, UserMedicareExemptionEnum, UserRolesEnum, UserService, UserStatusEnum, UserSwitcherService, UserTitleEnum, UserToRegister, UserWorkDepreciationCalculationEnum, UserWorkingHolidayMakerEnum, UsersInviteService, Vehicle, VehicleClaim, VehicleClaimCollection, VehicleClaimDetails, VehicleClaimDetailsForm, VehicleClaimDetailsMethodEnum, VehicleClaimDetailsService, VehicleClaimForm, VehicleClaimService, VehicleExpense, VehicleExpenseCollection, VehicleForm, VehicleLogbook, VehicleLogbookCollection, VehicleLogbookForm, VehicleLogbookPurposeEnum, VehicleLogbookService, VehicleService, WorkExpenseForm, WorkIncomeForm, XlsxService, atLeastOneCheckedValidator, atoLinks, autocompleteValidator, cloneDeep, compare, compareMatOptions, conditionalValidator, createDate, currentFinYearValidator, displayMatOptions, enumToList, fieldsSumValidator, getDocIcon, greaterThanValidator, minDateValidator, passwordMatchValidator, passwordValidator, replace, sort, sortDeep, taxReviewFilterPredicate, toArray };
|
|
20766
20856
|
//# sourceMappingURL=taxtank-core.mjs.map
|