taxtank-core 0.30.105 → 0.30.107
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/collections/tax-summary/tax-return-categories.const.mjs +12 -1
- package/esm2020/lib/db/Enums/chart-accounts/chart-accounts-list.enum.mjs +3 -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.mjs +2 -2
- package/esm2020/lib/models/user/user.mjs +11 -3
- 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 +3 -3
- 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 +3 -3
- package/esm2020/lib/services/http/transaction/transaction-receipt/transaction-receipt.service.mjs +3 -3
- package/esm2020/lib/services/http/transaction/transaction.service.mjs +3 -3
- 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 +3 -3
- 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/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 +705 -685
- package/fesm2015/taxtank-core.mjs.map +1 -1
- package/fesm2020/taxtank-core.mjs +705 -685
- 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/user/user.d.ts +8 -3
- 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.2.4", 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.2.4", ngImport: i0, type: CorelogicService, providedIn: 'root' });
|
|
75
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CorelogicService, decorators: [{
|
|
75
76
|
type: Injectable,
|
|
76
77
|
args: [{
|
|
77
78
|
providedIn: 'root'
|
|
@@ -111,9 +112,9 @@ class CorelogicInterceptor {
|
|
|
111
112
|
});
|
|
112
113
|
}
|
|
113
114
|
}
|
|
114
|
-
CorelogicInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
115
|
-
CorelogicInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
116
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
115
|
+
CorelogicInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CorelogicInterceptor, deps: [{ token: CorelogicService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
116
|
+
CorelogicInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CorelogicInterceptor });
|
|
117
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CorelogicInterceptor, decorators: [{
|
|
117
118
|
type: Injectable
|
|
118
119
|
}], ctorParameters: function () {
|
|
119
120
|
return [{ type: CorelogicService }, { type: undefined, decorators: [{
|
|
@@ -152,9 +153,9 @@ class FinancialYearInterceptor {
|
|
|
152
153
|
return next.handle(clonedReq);
|
|
153
154
|
}
|
|
154
155
|
}
|
|
155
|
-
FinancialYearInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
156
|
-
FinancialYearInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
157
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
156
|
+
FinancialYearInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
157
|
+
FinancialYearInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FinancialYearInterceptor });
|
|
158
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FinancialYearInterceptor, decorators: [{
|
|
158
159
|
type: Injectable
|
|
159
160
|
}], ctorParameters: function () {
|
|
160
161
|
return [{ type: undefined, decorators: [{
|
|
@@ -1068,7 +1069,8 @@ var ChartAccountsListEnum;
|
|
|
1068
1069
|
ChartAccountsListEnum[ChartAccountsListEnum["KLMS_TRAVELLED_FOR_WORK"] = 24] = "KLMS_TRAVELLED_FOR_WORK";
|
|
1069
1070
|
ChartAccountsListEnum[ChartAccountsListEnum["DIRECTOR_FEES"] = 6] = "DIRECTOR_FEES";
|
|
1070
1071
|
ChartAccountsListEnum[ChartAccountsListEnum["SALARY_OR_WAGES"] = 2] = "SALARY_OR_WAGES";
|
|
1071
|
-
ChartAccountsListEnum[ChartAccountsListEnum["
|
|
1072
|
+
ChartAccountsListEnum[ChartAccountsListEnum["WORK_VEHICLES"] = 25] = "WORK_VEHICLES";
|
|
1073
|
+
ChartAccountsListEnum[ChartAccountsListEnum["SOLE_VEHICLES"] = 721] = "SOLE_VEHICLES";
|
|
1072
1074
|
ChartAccountsListEnum[ChartAccountsListEnum["COMMERCIAL_VEHICLES"] = 26] = "COMMERCIAL_VEHICLES";
|
|
1073
1075
|
ChartAccountsListEnum[ChartAccountsListEnum["VEHICLE_LOAN_INTEREST"] = 37] = "VEHICLE_LOAN_INTEREST";
|
|
1074
1076
|
ChartAccountsListEnum[ChartAccountsListEnum["VEHICLE_LOAN_PRINCIPAL"] = 38] = "VEHICLE_LOAN_PRINCIPAL";
|
|
@@ -1835,6 +1837,90 @@ const USER_WORK_POSITION = {
|
|
|
1835
1837
|
class ClientDetails extends ClientDetails$1 {
|
|
1836
1838
|
}
|
|
1837
1839
|
|
|
1840
|
+
/**
|
|
1841
|
+
* @TODO move to pipe/translation
|
|
1842
|
+
* enum with months short names.
|
|
1843
|
+
* Order of items match with financial year months order
|
|
1844
|
+
*/
|
|
1845
|
+
var MonthNameShortEnum;
|
|
1846
|
+
(function (MonthNameShortEnum) {
|
|
1847
|
+
MonthNameShortEnum["JULY"] = "Jul";
|
|
1848
|
+
MonthNameShortEnum["AUGUST"] = "Aug";
|
|
1849
|
+
MonthNameShortEnum["SEPTEMBER"] = "Sep";
|
|
1850
|
+
MonthNameShortEnum["OCTOBER"] = "Oct";
|
|
1851
|
+
MonthNameShortEnum["NOVEMBER"] = "Nov";
|
|
1852
|
+
MonthNameShortEnum["DECEMBER"] = "Dec";
|
|
1853
|
+
MonthNameShortEnum["JANUARY"] = "Jan";
|
|
1854
|
+
MonthNameShortEnum["FEBRUARY"] = "Feb";
|
|
1855
|
+
MonthNameShortEnum["MARCH"] = "Mar";
|
|
1856
|
+
MonthNameShortEnum["APRIL"] = "Apr";
|
|
1857
|
+
MonthNameShortEnum["MAY"] = "May";
|
|
1858
|
+
MonthNameShortEnum["JUNE"] = "Jun";
|
|
1859
|
+
})(MonthNameShortEnum || (MonthNameShortEnum = {}));
|
|
1860
|
+
|
|
1861
|
+
/**
|
|
1862
|
+
* enum with months indexes.
|
|
1863
|
+
* item value match with js Date month index from 0 to 11
|
|
1864
|
+
* Order of items match with financial year months order
|
|
1865
|
+
*/
|
|
1866
|
+
var MonthNumberEnum;
|
|
1867
|
+
(function (MonthNumberEnum) {
|
|
1868
|
+
MonthNumberEnum[MonthNumberEnum["JULY"] = 6] = "JULY";
|
|
1869
|
+
MonthNumberEnum[MonthNumberEnum["AUGUST"] = 7] = "AUGUST";
|
|
1870
|
+
MonthNumberEnum[MonthNumberEnum["SEPTEMBER"] = 8] = "SEPTEMBER";
|
|
1871
|
+
MonthNumberEnum[MonthNumberEnum["OCTOBER"] = 9] = "OCTOBER";
|
|
1872
|
+
MonthNumberEnum[MonthNumberEnum["NOVEMBER"] = 10] = "NOVEMBER";
|
|
1873
|
+
MonthNumberEnum[MonthNumberEnum["DECEMBER"] = 11] = "DECEMBER";
|
|
1874
|
+
MonthNumberEnum[MonthNumberEnum["JANUARY"] = 0] = "JANUARY";
|
|
1875
|
+
MonthNumberEnum[MonthNumberEnum["FEBRUARY"] = 1] = "FEBRUARY";
|
|
1876
|
+
MonthNumberEnum[MonthNumberEnum["MARCH"] = 2] = "MARCH";
|
|
1877
|
+
MonthNumberEnum[MonthNumberEnum["APRIL"] = 3] = "APRIL";
|
|
1878
|
+
MonthNumberEnum[MonthNumberEnum["MAY"] = 4] = "MAY";
|
|
1879
|
+
MonthNumberEnum[MonthNumberEnum["JUNE"] = 5] = "JUNE";
|
|
1880
|
+
})(MonthNumberEnum || (MonthNumberEnum = {}));
|
|
1881
|
+
|
|
1882
|
+
const MONTHS = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec', 'Jan'];
|
|
1883
|
+
|
|
1884
|
+
class AnnualClientDetails extends AbstractModel {
|
|
1885
|
+
constructor() {
|
|
1886
|
+
super(...arguments);
|
|
1887
|
+
this.financialYear = new FinancialYear().year;
|
|
1888
|
+
}
|
|
1889
|
+
}
|
|
1890
|
+
__decorate([
|
|
1891
|
+
Type(() => ClientDetails)
|
|
1892
|
+
], AnnualClientDetails.prototype, "clientDetails", void 0);
|
|
1893
|
+
|
|
1894
|
+
class ClientIncomeTypes extends ClientIncomeTypes$1 {
|
|
1895
|
+
/**
|
|
1896
|
+
* Get count of selected income types
|
|
1897
|
+
*/
|
|
1898
|
+
get length() {
|
|
1899
|
+
return Object.values(this).filter((value) => typeof value === 'boolean' && value).length;
|
|
1900
|
+
}
|
|
1901
|
+
}
|
|
1902
|
+
|
|
1903
|
+
var ClientInviteStatusEnum;
|
|
1904
|
+
(function (ClientInviteStatusEnum) {
|
|
1905
|
+
ClientInviteStatusEnum[ClientInviteStatusEnum["PENDING"] = 1] = "PENDING";
|
|
1906
|
+
ClientInviteStatusEnum[ClientInviteStatusEnum["REJECTED"] = 2] = "REJECTED";
|
|
1907
|
+
})(ClientInviteStatusEnum || (ClientInviteStatusEnum = {}));
|
|
1908
|
+
|
|
1909
|
+
var ClientInviteTypeEnum;
|
|
1910
|
+
(function (ClientInviteTypeEnum) {
|
|
1911
|
+
ClientInviteTypeEnum[ClientInviteTypeEnum["FROM_CLIENT"] = 1] = "FROM_CLIENT";
|
|
1912
|
+
ClientInviteTypeEnum[ClientInviteTypeEnum["FROM_EMPLOYEE"] = 2] = "FROM_EMPLOYEE";
|
|
1913
|
+
})(ClientInviteTypeEnum || (ClientInviteTypeEnum = {}));
|
|
1914
|
+
|
|
1915
|
+
class RegistrationInvite extends RegistrationInvite$1 {
|
|
1916
|
+
getPhotoPlaceholder() {
|
|
1917
|
+
return `${this.firstName[0].toUpperCase()}${this.firstName[1]}`;
|
|
1918
|
+
}
|
|
1919
|
+
getPhoto() {
|
|
1920
|
+
return null;
|
|
1921
|
+
}
|
|
1922
|
+
}
|
|
1923
|
+
|
|
1838
1924
|
var PhoneTypeEnum;
|
|
1839
1925
|
(function (PhoneTypeEnum) {
|
|
1840
1926
|
PhoneTypeEnum[PhoneTypeEnum["MOBILE"] = 1] = "MOBILE";
|
|
@@ -1879,11 +1965,64 @@ __decorate([
|
|
|
1879
1965
|
Type(() => Phone)
|
|
1880
1966
|
], Firm.prototype, "phone", void 0);
|
|
1881
1967
|
|
|
1882
|
-
class
|
|
1968
|
+
class ClientInvite extends ClientInvite$1 {
|
|
1969
|
+
/**
|
|
1970
|
+
* Check if client invite status is pending
|
|
1971
|
+
*/
|
|
1972
|
+
isPending() {
|
|
1973
|
+
return this.status === ClientInviteStatusEnum.PENDING;
|
|
1974
|
+
}
|
|
1975
|
+
/**
|
|
1976
|
+
* Check if client invite status is accepted
|
|
1977
|
+
*/
|
|
1978
|
+
isAccepted() {
|
|
1979
|
+
return !this.isPending() && !this.isRejected();
|
|
1980
|
+
}
|
|
1981
|
+
/**
|
|
1982
|
+
* Check if client invite status is rejected
|
|
1983
|
+
*/
|
|
1984
|
+
isRejected() {
|
|
1985
|
+
return this.status === ClientInviteStatusEnum.REJECTED;
|
|
1986
|
+
}
|
|
1987
|
+
/**
|
|
1988
|
+
* Check if client invite initiated by firm
|
|
1989
|
+
*/
|
|
1990
|
+
isFromEmployee() {
|
|
1991
|
+
return this.type === ClientInviteTypeEnum.FROM_EMPLOYEE;
|
|
1992
|
+
}
|
|
1993
|
+
/**
|
|
1994
|
+
* Check if client invite initiated by client
|
|
1995
|
+
*/
|
|
1996
|
+
isFromClient() {
|
|
1997
|
+
return this.type === ClientInviteTypeEnum.FROM_CLIENT;
|
|
1998
|
+
}
|
|
1999
|
+
get firstName() {
|
|
2000
|
+
var _a;
|
|
2001
|
+
return this.client ? this.client.firstName : (_a = this.registrationInvite) === null || _a === void 0 ? void 0 : _a.firstName;
|
|
2002
|
+
}
|
|
2003
|
+
get email() {
|
|
2004
|
+
var _a;
|
|
2005
|
+
return this.client ? this.client.email : (_a = this.registrationInvite) === null || _a === void 0 ? void 0 : _a.email;
|
|
2006
|
+
}
|
|
1883
2007
|
}
|
|
2008
|
+
__decorate([
|
|
2009
|
+
Type(() => Date)
|
|
2010
|
+
], ClientInvite.prototype, "sentOn", void 0);
|
|
2011
|
+
__decorate([
|
|
2012
|
+
Type(() => Date)
|
|
2013
|
+
], ClientInvite.prototype, "updatedAt", void 0);
|
|
1884
2014
|
__decorate([
|
|
1885
2015
|
Type(() => Firm)
|
|
1886
|
-
],
|
|
2016
|
+
], ClientInvite.prototype, "firm", void 0);
|
|
2017
|
+
__decorate([
|
|
2018
|
+
Type(() => User)
|
|
2019
|
+
], ClientInvite.prototype, "client", void 0);
|
|
2020
|
+
__decorate([
|
|
2021
|
+
Type(() => User)
|
|
2022
|
+
], ClientInvite.prototype, "employee", void 0);
|
|
2023
|
+
__decorate([
|
|
2024
|
+
Type(() => RegistrationInvite)
|
|
2025
|
+
], ClientInvite.prototype, "registrationInvite", void 0);
|
|
1887
2026
|
|
|
1888
2027
|
var ServiceProductStatusEnum;
|
|
1889
2028
|
(function (ServiceProductStatusEnum) {
|
|
@@ -2515,50 +2654,6 @@ class ChartAccountsMetaField extends ChartAccountsMetaField$1 {
|
|
|
2515
2654
|
}
|
|
2516
2655
|
}
|
|
2517
2656
|
|
|
2518
|
-
/**
|
|
2519
|
-
* @TODO move to pipe/translation
|
|
2520
|
-
* enum with months short names.
|
|
2521
|
-
* Order of items match with financial year months order
|
|
2522
|
-
*/
|
|
2523
|
-
var MonthNameShortEnum;
|
|
2524
|
-
(function (MonthNameShortEnum) {
|
|
2525
|
-
MonthNameShortEnum["JULY"] = "Jul";
|
|
2526
|
-
MonthNameShortEnum["AUGUST"] = "Aug";
|
|
2527
|
-
MonthNameShortEnum["SEPTEMBER"] = "Sep";
|
|
2528
|
-
MonthNameShortEnum["OCTOBER"] = "Oct";
|
|
2529
|
-
MonthNameShortEnum["NOVEMBER"] = "Nov";
|
|
2530
|
-
MonthNameShortEnum["DECEMBER"] = "Dec";
|
|
2531
|
-
MonthNameShortEnum["JANUARY"] = "Jan";
|
|
2532
|
-
MonthNameShortEnum["FEBRUARY"] = "Feb";
|
|
2533
|
-
MonthNameShortEnum["MARCH"] = "Mar";
|
|
2534
|
-
MonthNameShortEnum["APRIL"] = "Apr";
|
|
2535
|
-
MonthNameShortEnum["MAY"] = "May";
|
|
2536
|
-
MonthNameShortEnum["JUNE"] = "Jun";
|
|
2537
|
-
})(MonthNameShortEnum || (MonthNameShortEnum = {}));
|
|
2538
|
-
|
|
2539
|
-
/**
|
|
2540
|
-
* enum with months indexes.
|
|
2541
|
-
* item value match with js Date month index from 0 to 11
|
|
2542
|
-
* Order of items match with financial year months order
|
|
2543
|
-
*/
|
|
2544
|
-
var MonthNumberEnum;
|
|
2545
|
-
(function (MonthNumberEnum) {
|
|
2546
|
-
MonthNumberEnum[MonthNumberEnum["JULY"] = 6] = "JULY";
|
|
2547
|
-
MonthNumberEnum[MonthNumberEnum["AUGUST"] = 7] = "AUGUST";
|
|
2548
|
-
MonthNumberEnum[MonthNumberEnum["SEPTEMBER"] = 8] = "SEPTEMBER";
|
|
2549
|
-
MonthNumberEnum[MonthNumberEnum["OCTOBER"] = 9] = "OCTOBER";
|
|
2550
|
-
MonthNumberEnum[MonthNumberEnum["NOVEMBER"] = 10] = "NOVEMBER";
|
|
2551
|
-
MonthNumberEnum[MonthNumberEnum["DECEMBER"] = 11] = "DECEMBER";
|
|
2552
|
-
MonthNumberEnum[MonthNumberEnum["JANUARY"] = 0] = "JANUARY";
|
|
2553
|
-
MonthNumberEnum[MonthNumberEnum["FEBRUARY"] = 1] = "FEBRUARY";
|
|
2554
|
-
MonthNumberEnum[MonthNumberEnum["MARCH"] = 2] = "MARCH";
|
|
2555
|
-
MonthNumberEnum[MonthNumberEnum["APRIL"] = 3] = "APRIL";
|
|
2556
|
-
MonthNumberEnum[MonthNumberEnum["MAY"] = 4] = "MAY";
|
|
2557
|
-
MonthNumberEnum[MonthNumberEnum["JUNE"] = 5] = "JUNE";
|
|
2558
|
-
})(MonthNumberEnum || (MonthNumberEnum = {}));
|
|
2559
|
-
|
|
2560
|
-
const MONTHS = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec', 'Jan'];
|
|
2561
|
-
|
|
2562
2657
|
class ChartAccountsValue extends ChartAccountsValue$1 {
|
|
2563
2658
|
}
|
|
2564
2659
|
|
|
@@ -3122,7 +3217,7 @@ class ChartAccounts extends ChartAccounts$1 {
|
|
|
3122
3217
|
* Check if chart accounts id is related for 'Motor Vehicles' category
|
|
3123
3218
|
*/
|
|
3124
3219
|
isVehicles() {
|
|
3125
|
-
return
|
|
3220
|
+
return [ChartAccountsListEnum.WORK_VEHICLES, ChartAccountsListEnum.SOLE_VEHICLES].includes(this.id);
|
|
3126
3221
|
}
|
|
3127
3222
|
/**
|
|
3128
3223
|
* Check if chart accounts id is related for 'Interest Earned' category
|
|
@@ -4265,15 +4360,6 @@ var PropertyShareStatusEnum;
|
|
|
4265
4360
|
PropertyShareStatusEnum[PropertyShareStatusEnum["REJECTED"] = 3] = "REJECTED";
|
|
4266
4361
|
})(PropertyShareStatusEnum || (PropertyShareStatusEnum = {}));
|
|
4267
4362
|
|
|
4268
|
-
class RegistrationInvite extends RegistrationInvite$1 {
|
|
4269
|
-
getPhotoPlaceholder() {
|
|
4270
|
-
return `${this.firstName[0].toUpperCase()}${this.firstName[1]}`;
|
|
4271
|
-
}
|
|
4272
|
-
getPhoto() {
|
|
4273
|
-
return null;
|
|
4274
|
-
}
|
|
4275
|
-
}
|
|
4276
|
-
|
|
4277
4363
|
class PropertyShare extends PropertyShare$1 {
|
|
4278
4364
|
isAccepted() {
|
|
4279
4365
|
return this.status === PropertyShareStatusEnum.APPROVED;
|
|
@@ -6614,6 +6700,17 @@ const TAX_RETURN_CATEGORIES = {
|
|
|
6614
6700
|
TaxReturnCategoryListEnum.TAX_OFFSETS_SOLE
|
|
6615
6701
|
],
|
|
6616
6702
|
},
|
|
6703
|
+
summary: {
|
|
6704
|
+
income: [
|
|
6705
|
+
TaxReturnCategoryListEnum.GROSS_TAX_PAYABLE, TaxReturnCategoryListEnum.TAX_PAYABLE
|
|
6706
|
+
],
|
|
6707
|
+
taxCredits: [
|
|
6708
|
+
TaxReturnCategoryListEnum.TAX_CREDITS
|
|
6709
|
+
],
|
|
6710
|
+
taxOffsets: [
|
|
6711
|
+
TaxReturnCategoryListEnum.TAX_OFFSETS,
|
|
6712
|
+
]
|
|
6713
|
+
}
|
|
6617
6714
|
};
|
|
6618
6715
|
|
|
6619
6716
|
class VehicleClaimCollection extends Collection {
|
|
@@ -7562,29 +7659,193 @@ __decorate([
|
|
|
7562
7659
|
Expose()
|
|
7563
7660
|
], ServiceSubscription.prototype, "promoCodeId", null);
|
|
7564
7661
|
|
|
7565
|
-
class
|
|
7566
|
-
|
|
7567
|
-
|
|
7568
|
-
|
|
7569
|
-
|
|
7570
|
-
|
|
7662
|
+
class ClientMovement extends ClientMovement$1 {
|
|
7663
|
+
}
|
|
7664
|
+
__decorate([
|
|
7665
|
+
Type(() => Firm)
|
|
7666
|
+
], ClientMovement.prototype, "firm", void 0);
|
|
7667
|
+
__decorate([
|
|
7668
|
+
Type(() => User)
|
|
7669
|
+
], ClientMovement.prototype, "client", void 0);
|
|
7670
|
+
__decorate([
|
|
7671
|
+
Type(() => User)
|
|
7672
|
+
], ClientMovement.prototype, "employee", void 0);
|
|
7673
|
+
__decorate([
|
|
7674
|
+
Type(() => ServiceSubscription)
|
|
7675
|
+
], ClientMovement.prototype, "subscription", void 0);
|
|
7676
|
+
__decorate([
|
|
7677
|
+
Type(() => Date)
|
|
7678
|
+
], ClientMovement.prototype, "dateFrom", void 0);
|
|
7679
|
+
__decorate([
|
|
7680
|
+
Type(() => Date)
|
|
7681
|
+
], ClientMovement.prototype, "dateTo", void 0);
|
|
7682
|
+
|
|
7683
|
+
/**
|
|
7684
|
+
* Client portfolio charts data based on ClientPortfolioReportCollection
|
|
7685
|
+
*/
|
|
7686
|
+
class ClientPortfolioChartData {
|
|
7687
|
+
constructor(clientsPortfolioReportCollection) {
|
|
7688
|
+
this.clientsPortfolioReportCollection = clientsPortfolioReportCollection;
|
|
7571
7689
|
}
|
|
7572
|
-
|
|
7573
|
-
return this.
|
|
7690
|
+
getPieChartData() {
|
|
7691
|
+
return this.clientsPortfolioReportCollection.items.map((clientPortfolioReport) => plainToClass(ChartData, {
|
|
7692
|
+
name: clientPortfolioReport.category,
|
|
7693
|
+
data: clientPortfolioReport.count
|
|
7694
|
+
}));
|
|
7574
7695
|
}
|
|
7575
|
-
|
|
7576
|
-
|
|
7577
|
-
|
|
7578
|
-
|
|
7579
|
-
|
|
7580
|
-
|
|
7581
|
-
|
|
7582
|
-
|
|
7583
|
-
|
|
7584
|
-
|
|
7585
|
-
|
|
7586
|
-
|
|
7587
|
-
|
|
7696
|
+
getBarChartData() {
|
|
7697
|
+
return [
|
|
7698
|
+
plainToClass(ChartData, {
|
|
7699
|
+
name: 'Total',
|
|
7700
|
+
data: [
|
|
7701
|
+
{
|
|
7702
|
+
label: 'Market value',
|
|
7703
|
+
value: this.clientsPortfolioReportCollection.marketValue
|
|
7704
|
+
},
|
|
7705
|
+
{
|
|
7706
|
+
label: 'Loan balance',
|
|
7707
|
+
value: this.clientsPortfolioReportCollection.loanBalance
|
|
7708
|
+
},
|
|
7709
|
+
{
|
|
7710
|
+
label: 'Equity position',
|
|
7711
|
+
value: this.clientsPortfolioReportCollection.equityPosition
|
|
7712
|
+
}
|
|
7713
|
+
]
|
|
7714
|
+
}),
|
|
7715
|
+
plainToClass(ChartData, {
|
|
7716
|
+
name: 'Average',
|
|
7717
|
+
data: [
|
|
7718
|
+
{
|
|
7719
|
+
label: 'Market value',
|
|
7720
|
+
value: this.clientsPortfolioReportCollection.averageMarketValue
|
|
7721
|
+
},
|
|
7722
|
+
{
|
|
7723
|
+
label: 'Loan balance',
|
|
7724
|
+
value: this.clientsPortfolioReportCollection.averageLoanBalance
|
|
7725
|
+
},
|
|
7726
|
+
{
|
|
7727
|
+
label: 'Equity position',
|
|
7728
|
+
value: this.clientsPortfolioReportCollection.averageEquityPosition
|
|
7729
|
+
}
|
|
7730
|
+
]
|
|
7731
|
+
})
|
|
7732
|
+
];
|
|
7733
|
+
}
|
|
7734
|
+
}
|
|
7735
|
+
|
|
7736
|
+
/**
|
|
7737
|
+
* Class describes client's portfolio report information
|
|
7738
|
+
*/
|
|
7739
|
+
class ClientPortfolioReport extends AbstractModel {
|
|
7740
|
+
}
|
|
7741
|
+
|
|
7742
|
+
class EmployeeDetails extends EmployeeDetails$1 {
|
|
7743
|
+
}
|
|
7744
|
+
__decorate([
|
|
7745
|
+
Type(() => Firm)
|
|
7746
|
+
], EmployeeDetails.prototype, "firm", void 0);
|
|
7747
|
+
|
|
7748
|
+
class ServicePayment extends ServicePayment$1 {
|
|
7749
|
+
/**
|
|
7750
|
+
* Stripe stores actual links to payment invoices for 30 days.
|
|
7751
|
+
* Link expires after 30 days
|
|
7752
|
+
*/
|
|
7753
|
+
isInvoiceLinkExpired() {
|
|
7754
|
+
const expirationDate = new Date(this.date.setDate(this.date.getDate() + ServicePayment.daysToInvoiceUrlExpired));
|
|
7755
|
+
return expirationDate.getTime() < new Date().getTime();
|
|
7756
|
+
}
|
|
7757
|
+
}
|
|
7758
|
+
ServicePayment.daysToInvoiceUrlExpired = 30;
|
|
7759
|
+
__decorate([
|
|
7760
|
+
Type(() => ServiceSubscription)
|
|
7761
|
+
], ServicePayment.prototype, "subscription", void 0);
|
|
7762
|
+
__decorate([
|
|
7763
|
+
Type(() => Date)
|
|
7764
|
+
], ServicePayment.prototype, "date", void 0);
|
|
7765
|
+
|
|
7766
|
+
let ServicePaymentMethod$1 = class ServicePaymentMethod extends AbstractModel {
|
|
7767
|
+
};
|
|
7768
|
+
|
|
7769
|
+
var PaymentMethodBrandEnum;
|
|
7770
|
+
(function (PaymentMethodBrandEnum) {
|
|
7771
|
+
PaymentMethodBrandEnum["UNKNOWN"] = "Unknown";
|
|
7772
|
+
PaymentMethodBrandEnum["AMEX"] = "American Express";
|
|
7773
|
+
PaymentMethodBrandEnum["DINERS"] = "Diners Club";
|
|
7774
|
+
PaymentMethodBrandEnum["DISCOVER"] = "Discover";
|
|
7775
|
+
PaymentMethodBrandEnum["JCB"] = "JCB";
|
|
7776
|
+
PaymentMethodBrandEnum["MASTERCARD"] = "Mastercard";
|
|
7777
|
+
PaymentMethodBrandEnum["UNIONPAY"] = "UnionPay";
|
|
7778
|
+
PaymentMethodBrandEnum["VISA"] = "Visa";
|
|
7779
|
+
})(PaymentMethodBrandEnum || (PaymentMethodBrandEnum = {}));
|
|
7780
|
+
|
|
7781
|
+
var ServicePaymentMethodCardBrandEnum;
|
|
7782
|
+
(function (ServicePaymentMethodCardBrandEnum) {
|
|
7783
|
+
ServicePaymentMethodCardBrandEnum[ServicePaymentMethodCardBrandEnum["UNKNOWN"] = 0] = "UNKNOWN";
|
|
7784
|
+
ServicePaymentMethodCardBrandEnum[ServicePaymentMethodCardBrandEnum["AMEX"] = 1] = "AMEX";
|
|
7785
|
+
ServicePaymentMethodCardBrandEnum[ServicePaymentMethodCardBrandEnum["DINERS"] = 2] = "DINERS";
|
|
7786
|
+
ServicePaymentMethodCardBrandEnum[ServicePaymentMethodCardBrandEnum["DISCOVER"] = 3] = "DISCOVER";
|
|
7787
|
+
ServicePaymentMethodCardBrandEnum[ServicePaymentMethodCardBrandEnum["JCB"] = 4] = "JCB";
|
|
7788
|
+
ServicePaymentMethodCardBrandEnum[ServicePaymentMethodCardBrandEnum["MASTERCARD"] = 5] = "MASTERCARD";
|
|
7789
|
+
ServicePaymentMethodCardBrandEnum[ServicePaymentMethodCardBrandEnum["UNIONPAY"] = 6] = "UNIONPAY";
|
|
7790
|
+
ServicePaymentMethodCardBrandEnum[ServicePaymentMethodCardBrandEnum["VISA"] = 7] = "VISA";
|
|
7791
|
+
})(ServicePaymentMethodCardBrandEnum || (ServicePaymentMethodCardBrandEnum = {}));
|
|
7792
|
+
|
|
7793
|
+
var ServicePaymentMethodTypeEnum;
|
|
7794
|
+
(function (ServicePaymentMethodTypeEnum) {
|
|
7795
|
+
ServicePaymentMethodTypeEnum[ServicePaymentMethodTypeEnum["AU_BECS_DEBIT"] = 1] = "AU_BECS_DEBIT";
|
|
7796
|
+
ServicePaymentMethodTypeEnum[ServicePaymentMethodTypeEnum["CARD"] = 2] = "CARD";
|
|
7797
|
+
})(ServicePaymentMethodTypeEnum || (ServicePaymentMethodTypeEnum = {}));
|
|
7798
|
+
|
|
7799
|
+
class ServicePaymentMethod extends ServicePaymentMethod$1 {
|
|
7800
|
+
get logo() {
|
|
7801
|
+
if (!this.isCard()) {
|
|
7802
|
+
return null;
|
|
7803
|
+
}
|
|
7804
|
+
return `/assets/img/payment-methods/${this.cardBrand}.svg`;
|
|
7805
|
+
}
|
|
7806
|
+
get brandName() {
|
|
7807
|
+
return this.isCard() ? PaymentMethodBrandEnum[ServicePaymentMethodCardBrandEnum[this.cardBrand]] : 'BECS Direct Debit (AU)';
|
|
7808
|
+
}
|
|
7809
|
+
/**
|
|
7810
|
+
* Get expiration date formatted string (MM/YY)
|
|
7811
|
+
*/
|
|
7812
|
+
get expirationDate() {
|
|
7813
|
+
if (!this.isCard()) {
|
|
7814
|
+
return null;
|
|
7815
|
+
}
|
|
7816
|
+
return `${('0' + this.cardExpirationMonth).slice(-2)}/${this.cardExpirationYear.toString().slice(-2)}`;
|
|
7817
|
+
}
|
|
7818
|
+
get description() {
|
|
7819
|
+
return `${this.brandName} ***${this.lastFourDigits}`;
|
|
7820
|
+
}
|
|
7821
|
+
isCard() {
|
|
7822
|
+
return this.type === ServicePaymentMethodTypeEnum.CARD;
|
|
7823
|
+
}
|
|
7824
|
+
}
|
|
7825
|
+
|
|
7826
|
+
class User extends User$1 {
|
|
7827
|
+
get fullName() {
|
|
7828
|
+
return `${this.firstName} ${this.lastName}`;
|
|
7829
|
+
}
|
|
7830
|
+
get activeSubscription() {
|
|
7831
|
+
return this.subscriptions.find((ss) => ss.isActive);
|
|
7832
|
+
}
|
|
7833
|
+
get lastSubscription() {
|
|
7834
|
+
return this.subscriptions[this.subscriptions.length - 1];
|
|
7835
|
+
}
|
|
7836
|
+
/**
|
|
7837
|
+
* @TODO refactor
|
|
7838
|
+
*
|
|
7839
|
+
*/
|
|
7840
|
+
get position() {
|
|
7841
|
+
switch (true) {
|
|
7842
|
+
case this.isFirmOwner():
|
|
7843
|
+
return USER_WORK_POSITION[UserRolesEnum.FIRM_OWNER];
|
|
7844
|
+
case this.isManager():
|
|
7845
|
+
return USER_WORK_POSITION[UserRolesEnum.FIRM_MANAGER];
|
|
7846
|
+
case this.isEmployee():
|
|
7847
|
+
return USER_WORK_POSITION[UserRolesEnum.EMPLOYEE];
|
|
7848
|
+
default:
|
|
7588
7849
|
return '';
|
|
7589
7850
|
}
|
|
7590
7851
|
}
|
|
@@ -7677,6 +7938,13 @@ class User extends User$1 {
|
|
|
7677
7938
|
isCurrentFinancialYear() {
|
|
7678
7939
|
return new FinancialYear(new Date()).year === this.financialYear;
|
|
7679
7940
|
}
|
|
7941
|
+
/**
|
|
7942
|
+
* financial years available in the app for user
|
|
7943
|
+
* starts from 2022 for new users and registeredYear - 1 for old users
|
|
7944
|
+
*/
|
|
7945
|
+
get financialYears() {
|
|
7946
|
+
return range(Math.min(FinancialYear.toFinYear(this.createdAt) - 1, 2022), FinancialYear.toFinYear(new Date()) + 1);
|
|
7947
|
+
}
|
|
7680
7948
|
}
|
|
7681
7949
|
__decorate([
|
|
7682
7950
|
Type(() => ServiceSubscription)
|
|
@@ -8561,84 +8829,6 @@ __decorate([
|
|
|
8561
8829
|
})
|
|
8562
8830
|
], Notification.prototype, "redirectionLink", void 0);
|
|
8563
8831
|
|
|
8564
|
-
class ServicePayment extends ServicePayment$1 {
|
|
8565
|
-
/**
|
|
8566
|
-
* Stripe stores actual links to payment invoices for 30 days.
|
|
8567
|
-
* Link expires after 30 days
|
|
8568
|
-
*/
|
|
8569
|
-
isInvoiceLinkExpired() {
|
|
8570
|
-
const expirationDate = new Date(this.date.setDate(this.date.getDate() + ServicePayment.daysToInvoiceUrlExpired));
|
|
8571
|
-
return expirationDate.getTime() < new Date().getTime();
|
|
8572
|
-
}
|
|
8573
|
-
}
|
|
8574
|
-
ServicePayment.daysToInvoiceUrlExpired = 30;
|
|
8575
|
-
__decorate([
|
|
8576
|
-
Type(() => ServiceSubscription)
|
|
8577
|
-
], ServicePayment.prototype, "subscription", void 0);
|
|
8578
|
-
__decorate([
|
|
8579
|
-
Type(() => Date)
|
|
8580
|
-
], ServicePayment.prototype, "date", void 0);
|
|
8581
|
-
|
|
8582
|
-
let ServicePaymentMethod$1 = class ServicePaymentMethod extends AbstractModel {
|
|
8583
|
-
};
|
|
8584
|
-
|
|
8585
|
-
var PaymentMethodBrandEnum;
|
|
8586
|
-
(function (PaymentMethodBrandEnum) {
|
|
8587
|
-
PaymentMethodBrandEnum["UNKNOWN"] = "Unknown";
|
|
8588
|
-
PaymentMethodBrandEnum["AMEX"] = "American Express";
|
|
8589
|
-
PaymentMethodBrandEnum["DINERS"] = "Diners Club";
|
|
8590
|
-
PaymentMethodBrandEnum["DISCOVER"] = "Discover";
|
|
8591
|
-
PaymentMethodBrandEnum["JCB"] = "JCB";
|
|
8592
|
-
PaymentMethodBrandEnum["MASTERCARD"] = "Mastercard";
|
|
8593
|
-
PaymentMethodBrandEnum["UNIONPAY"] = "UnionPay";
|
|
8594
|
-
PaymentMethodBrandEnum["VISA"] = "Visa";
|
|
8595
|
-
})(PaymentMethodBrandEnum || (PaymentMethodBrandEnum = {}));
|
|
8596
|
-
|
|
8597
|
-
var ServicePaymentMethodCardBrandEnum;
|
|
8598
|
-
(function (ServicePaymentMethodCardBrandEnum) {
|
|
8599
|
-
ServicePaymentMethodCardBrandEnum[ServicePaymentMethodCardBrandEnum["UNKNOWN"] = 0] = "UNKNOWN";
|
|
8600
|
-
ServicePaymentMethodCardBrandEnum[ServicePaymentMethodCardBrandEnum["AMEX"] = 1] = "AMEX";
|
|
8601
|
-
ServicePaymentMethodCardBrandEnum[ServicePaymentMethodCardBrandEnum["DINERS"] = 2] = "DINERS";
|
|
8602
|
-
ServicePaymentMethodCardBrandEnum[ServicePaymentMethodCardBrandEnum["DISCOVER"] = 3] = "DISCOVER";
|
|
8603
|
-
ServicePaymentMethodCardBrandEnum[ServicePaymentMethodCardBrandEnum["JCB"] = 4] = "JCB";
|
|
8604
|
-
ServicePaymentMethodCardBrandEnum[ServicePaymentMethodCardBrandEnum["MASTERCARD"] = 5] = "MASTERCARD";
|
|
8605
|
-
ServicePaymentMethodCardBrandEnum[ServicePaymentMethodCardBrandEnum["UNIONPAY"] = 6] = "UNIONPAY";
|
|
8606
|
-
ServicePaymentMethodCardBrandEnum[ServicePaymentMethodCardBrandEnum["VISA"] = 7] = "VISA";
|
|
8607
|
-
})(ServicePaymentMethodCardBrandEnum || (ServicePaymentMethodCardBrandEnum = {}));
|
|
8608
|
-
|
|
8609
|
-
var ServicePaymentMethodTypeEnum;
|
|
8610
|
-
(function (ServicePaymentMethodTypeEnum) {
|
|
8611
|
-
ServicePaymentMethodTypeEnum[ServicePaymentMethodTypeEnum["AU_BECS_DEBIT"] = 1] = "AU_BECS_DEBIT";
|
|
8612
|
-
ServicePaymentMethodTypeEnum[ServicePaymentMethodTypeEnum["CARD"] = 2] = "CARD";
|
|
8613
|
-
})(ServicePaymentMethodTypeEnum || (ServicePaymentMethodTypeEnum = {}));
|
|
8614
|
-
|
|
8615
|
-
class ServicePaymentMethod extends ServicePaymentMethod$1 {
|
|
8616
|
-
get logo() {
|
|
8617
|
-
if (!this.isCard()) {
|
|
8618
|
-
return null;
|
|
8619
|
-
}
|
|
8620
|
-
return `/assets/img/payment-methods/${this.cardBrand}.svg`;
|
|
8621
|
-
}
|
|
8622
|
-
get brandName() {
|
|
8623
|
-
return this.isCard() ? PaymentMethodBrandEnum[ServicePaymentMethodCardBrandEnum[this.cardBrand]] : 'BECS Direct Debit (AU)';
|
|
8624
|
-
}
|
|
8625
|
-
/**
|
|
8626
|
-
* Get expiration date formatted string (MM/YY)
|
|
8627
|
-
*/
|
|
8628
|
-
get expirationDate() {
|
|
8629
|
-
if (!this.isCard()) {
|
|
8630
|
-
return null;
|
|
8631
|
-
}
|
|
8632
|
-
return `${('0' + this.cardExpirationMonth).slice(-2)}/${this.cardExpirationYear.toString().slice(-2)}`;
|
|
8633
|
-
}
|
|
8634
|
-
get description() {
|
|
8635
|
-
return `${this.brandName} ***${this.lastFourDigits}`;
|
|
8636
|
-
}
|
|
8637
|
-
isCard() {
|
|
8638
|
-
return this.type === ServicePaymentMethodTypeEnum.CARD;
|
|
8639
|
-
}
|
|
8640
|
-
}
|
|
8641
|
-
|
|
8642
8832
|
/**
|
|
8643
8833
|
* Enum with document types which used to API url prefix
|
|
8644
8834
|
*/
|
|
@@ -8875,176 +9065,6 @@ __decorate([
|
|
|
8875
9065
|
Type(() => HoldingType)
|
|
8876
9066
|
], HoldingReinvest.prototype, "holdingType", void 0);
|
|
8877
9067
|
|
|
8878
|
-
class AnnualClientDetails extends AbstractModel {
|
|
8879
|
-
constructor() {
|
|
8880
|
-
super(...arguments);
|
|
8881
|
-
this.financialYear = new FinancialYear().year;
|
|
8882
|
-
}
|
|
8883
|
-
}
|
|
8884
|
-
__decorate([
|
|
8885
|
-
Type(() => ClientDetails)
|
|
8886
|
-
], AnnualClientDetails.prototype, "clientDetails", void 0);
|
|
8887
|
-
|
|
8888
|
-
class ClientIncomeTypes extends ClientIncomeTypes$1 {
|
|
8889
|
-
/**
|
|
8890
|
-
* Get count of selected income types
|
|
8891
|
-
*/
|
|
8892
|
-
get length() {
|
|
8893
|
-
return Object.values(this).filter((value) => typeof value === 'boolean' && value).length;
|
|
8894
|
-
}
|
|
8895
|
-
}
|
|
8896
|
-
|
|
8897
|
-
var ClientInviteStatusEnum;
|
|
8898
|
-
(function (ClientInviteStatusEnum) {
|
|
8899
|
-
ClientInviteStatusEnum[ClientInviteStatusEnum["PENDING"] = 1] = "PENDING";
|
|
8900
|
-
ClientInviteStatusEnum[ClientInviteStatusEnum["REJECTED"] = 2] = "REJECTED";
|
|
8901
|
-
})(ClientInviteStatusEnum || (ClientInviteStatusEnum = {}));
|
|
8902
|
-
|
|
8903
|
-
var ClientInviteTypeEnum;
|
|
8904
|
-
(function (ClientInviteTypeEnum) {
|
|
8905
|
-
ClientInviteTypeEnum[ClientInviteTypeEnum["FROM_CLIENT"] = 1] = "FROM_CLIENT";
|
|
8906
|
-
ClientInviteTypeEnum[ClientInviteTypeEnum["FROM_EMPLOYEE"] = 2] = "FROM_EMPLOYEE";
|
|
8907
|
-
})(ClientInviteTypeEnum || (ClientInviteTypeEnum = {}));
|
|
8908
|
-
|
|
8909
|
-
class ClientInvite extends ClientInvite$1 {
|
|
8910
|
-
/**
|
|
8911
|
-
* Check if client invite status is pending
|
|
8912
|
-
*/
|
|
8913
|
-
isPending() {
|
|
8914
|
-
return this.status === ClientInviteStatusEnum.PENDING;
|
|
8915
|
-
}
|
|
8916
|
-
/**
|
|
8917
|
-
* Check if client invite status is accepted
|
|
8918
|
-
*/
|
|
8919
|
-
isAccepted() {
|
|
8920
|
-
return !this.isPending() && !this.isRejected();
|
|
8921
|
-
}
|
|
8922
|
-
/**
|
|
8923
|
-
* Check if client invite status is rejected
|
|
8924
|
-
*/
|
|
8925
|
-
isRejected() {
|
|
8926
|
-
return this.status === ClientInviteStatusEnum.REJECTED;
|
|
8927
|
-
}
|
|
8928
|
-
/**
|
|
8929
|
-
* Check if client invite initiated by firm
|
|
8930
|
-
*/
|
|
8931
|
-
isFromEmployee() {
|
|
8932
|
-
return this.type === ClientInviteTypeEnum.FROM_EMPLOYEE;
|
|
8933
|
-
}
|
|
8934
|
-
/**
|
|
8935
|
-
* Check if client invite initiated by client
|
|
8936
|
-
*/
|
|
8937
|
-
isFromClient() {
|
|
8938
|
-
return this.type === ClientInviteTypeEnum.FROM_CLIENT;
|
|
8939
|
-
}
|
|
8940
|
-
get firstName() {
|
|
8941
|
-
var _a;
|
|
8942
|
-
return this.client ? this.client.firstName : (_a = this.registrationInvite) === null || _a === void 0 ? void 0 : _a.firstName;
|
|
8943
|
-
}
|
|
8944
|
-
get email() {
|
|
8945
|
-
var _a;
|
|
8946
|
-
return this.client ? this.client.email : (_a = this.registrationInvite) === null || _a === void 0 ? void 0 : _a.email;
|
|
8947
|
-
}
|
|
8948
|
-
}
|
|
8949
|
-
__decorate([
|
|
8950
|
-
Type(() => Date)
|
|
8951
|
-
], ClientInvite.prototype, "sentOn", void 0);
|
|
8952
|
-
__decorate([
|
|
8953
|
-
Type(() => Date)
|
|
8954
|
-
], ClientInvite.prototype, "updatedAt", void 0);
|
|
8955
|
-
__decorate([
|
|
8956
|
-
Type(() => Firm)
|
|
8957
|
-
], ClientInvite.prototype, "firm", void 0);
|
|
8958
|
-
__decorate([
|
|
8959
|
-
Type(() => User)
|
|
8960
|
-
], ClientInvite.prototype, "client", void 0);
|
|
8961
|
-
__decorate([
|
|
8962
|
-
Type(() => User)
|
|
8963
|
-
], ClientInvite.prototype, "employee", void 0);
|
|
8964
|
-
__decorate([
|
|
8965
|
-
Type(() => RegistrationInvite)
|
|
8966
|
-
], ClientInvite.prototype, "registrationInvite", void 0);
|
|
8967
|
-
|
|
8968
|
-
class ClientMovement extends ClientMovement$1 {
|
|
8969
|
-
}
|
|
8970
|
-
__decorate([
|
|
8971
|
-
Type(() => Firm)
|
|
8972
|
-
], ClientMovement.prototype, "firm", void 0);
|
|
8973
|
-
__decorate([
|
|
8974
|
-
Type(() => User)
|
|
8975
|
-
], ClientMovement.prototype, "client", void 0);
|
|
8976
|
-
__decorate([
|
|
8977
|
-
Type(() => User)
|
|
8978
|
-
], ClientMovement.prototype, "employee", void 0);
|
|
8979
|
-
__decorate([
|
|
8980
|
-
Type(() => ServiceSubscription)
|
|
8981
|
-
], ClientMovement.prototype, "subscription", void 0);
|
|
8982
|
-
__decorate([
|
|
8983
|
-
Type(() => Date)
|
|
8984
|
-
], ClientMovement.prototype, "dateFrom", void 0);
|
|
8985
|
-
__decorate([
|
|
8986
|
-
Type(() => Date)
|
|
8987
|
-
], ClientMovement.prototype, "dateTo", void 0);
|
|
8988
|
-
|
|
8989
|
-
/**
|
|
8990
|
-
* Client portfolio charts data based on ClientPortfolioReportCollection
|
|
8991
|
-
*/
|
|
8992
|
-
class ClientPortfolioChartData {
|
|
8993
|
-
constructor(clientsPortfolioReportCollection) {
|
|
8994
|
-
this.clientsPortfolioReportCollection = clientsPortfolioReportCollection;
|
|
8995
|
-
}
|
|
8996
|
-
getPieChartData() {
|
|
8997
|
-
return this.clientsPortfolioReportCollection.items.map((clientPortfolioReport) => plainToClass(ChartData, {
|
|
8998
|
-
name: clientPortfolioReport.category,
|
|
8999
|
-
data: clientPortfolioReport.count
|
|
9000
|
-
}));
|
|
9001
|
-
}
|
|
9002
|
-
getBarChartData() {
|
|
9003
|
-
return [
|
|
9004
|
-
plainToClass(ChartData, {
|
|
9005
|
-
name: 'Total',
|
|
9006
|
-
data: [
|
|
9007
|
-
{
|
|
9008
|
-
label: 'Market value',
|
|
9009
|
-
value: this.clientsPortfolioReportCollection.marketValue
|
|
9010
|
-
},
|
|
9011
|
-
{
|
|
9012
|
-
label: 'Loan balance',
|
|
9013
|
-
value: this.clientsPortfolioReportCollection.loanBalance
|
|
9014
|
-
},
|
|
9015
|
-
{
|
|
9016
|
-
label: 'Equity position',
|
|
9017
|
-
value: this.clientsPortfolioReportCollection.equityPosition
|
|
9018
|
-
}
|
|
9019
|
-
]
|
|
9020
|
-
}),
|
|
9021
|
-
plainToClass(ChartData, {
|
|
9022
|
-
name: 'Average',
|
|
9023
|
-
data: [
|
|
9024
|
-
{
|
|
9025
|
-
label: 'Market value',
|
|
9026
|
-
value: this.clientsPortfolioReportCollection.averageMarketValue
|
|
9027
|
-
},
|
|
9028
|
-
{
|
|
9029
|
-
label: 'Loan balance',
|
|
9030
|
-
value: this.clientsPortfolioReportCollection.averageLoanBalance
|
|
9031
|
-
},
|
|
9032
|
-
{
|
|
9033
|
-
label: 'Equity position',
|
|
9034
|
-
value: this.clientsPortfolioReportCollection.averageEquityPosition
|
|
9035
|
-
}
|
|
9036
|
-
]
|
|
9037
|
-
})
|
|
9038
|
-
];
|
|
9039
|
-
}
|
|
9040
|
-
}
|
|
9041
|
-
|
|
9042
|
-
/**
|
|
9043
|
-
* Class describes client's portfolio report information
|
|
9044
|
-
*/
|
|
9045
|
-
class ClientPortfolioReport extends AbstractModel {
|
|
9046
|
-
}
|
|
9047
|
-
|
|
9048
9068
|
const NAME_TOKEN = 'token';
|
|
9049
9069
|
const NAME_REFRESH_TOKEN = 'refreshToken';
|
|
9050
9070
|
class JwtService extends JwtHelperService {
|
|
@@ -9073,9 +9093,9 @@ class JwtService extends JwtHelperService {
|
|
|
9073
9093
|
return this.getUser().id === userId;
|
|
9074
9094
|
}
|
|
9075
9095
|
}
|
|
9076
|
-
JwtService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9077
|
-
JwtService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9078
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9096
|
+
JwtService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
9097
|
+
JwtService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtService, providedIn: 'root' });
|
|
9098
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtService, decorators: [{
|
|
9079
9099
|
type: Injectable,
|
|
9080
9100
|
args: [{
|
|
9081
9101
|
providedIn: 'root'
|
|
@@ -9110,9 +9130,9 @@ class EventDispatcherService {
|
|
|
9110
9130
|
this.eventSubject2.next(event);
|
|
9111
9131
|
}
|
|
9112
9132
|
}
|
|
9113
|
-
EventDispatcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9114
|
-
EventDispatcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9115
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9133
|
+
EventDispatcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EventDispatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9134
|
+
EventDispatcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EventDispatcherService, providedIn: 'root' });
|
|
9135
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EventDispatcherService, decorators: [{
|
|
9116
9136
|
type: Injectable,
|
|
9117
9137
|
args: [{
|
|
9118
9138
|
providedIn: 'root'
|
|
@@ -9161,9 +9181,9 @@ class AuthService {
|
|
|
9161
9181
|
location.replace(url);
|
|
9162
9182
|
}
|
|
9163
9183
|
}
|
|
9164
|
-
AuthService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9165
|
-
AuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9166
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9184
|
+
AuthService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AuthService, deps: [{ token: i1.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9185
|
+
AuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AuthService, providedIn: 'root' });
|
|
9186
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AuthService, decorators: [{
|
|
9167
9187
|
type: Injectable,
|
|
9168
9188
|
args: [{
|
|
9169
9189
|
providedIn: 'root'
|
|
@@ -9299,9 +9319,9 @@ class JwtInterceptor {
|
|
|
9299
9319
|
});
|
|
9300
9320
|
}
|
|
9301
9321
|
}
|
|
9302
|
-
JwtInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9303
|
-
JwtInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9304
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9322
|
+
JwtInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtInterceptor, deps: [{ token: JwtService }, { token: AuthService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9323
|
+
JwtInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtInterceptor });
|
|
9324
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtInterceptor, decorators: [{
|
|
9305
9325
|
type: Injectable
|
|
9306
9326
|
}], ctorParameters: function () {
|
|
9307
9327
|
return [{ type: JwtService }, { type: AuthService }, { type: undefined, decorators: [{
|
|
@@ -9336,9 +9356,9 @@ class UserSwitcherService {
|
|
|
9336
9356
|
window.location.replace('/firm/dashboard');
|
|
9337
9357
|
}
|
|
9338
9358
|
}
|
|
9339
|
-
UserSwitcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9340
|
-
UserSwitcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9341
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9359
|
+
UserSwitcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9360
|
+
UserSwitcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherService, providedIn: 'root' });
|
|
9361
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherService, decorators: [{
|
|
9342
9362
|
type: Injectable,
|
|
9343
9363
|
args: [{
|
|
9344
9364
|
providedIn: 'root'
|
|
@@ -9384,9 +9404,9 @@ class UserSwitcherInterceptor {
|
|
|
9384
9404
|
return next.handle(this.switch(request, this.userSwitcherService.get()));
|
|
9385
9405
|
}
|
|
9386
9406
|
}
|
|
9387
|
-
UserSwitcherInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9388
|
-
UserSwitcherInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9389
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9407
|
+
UserSwitcherInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherInterceptor, deps: [{ token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9408
|
+
UserSwitcherInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherInterceptor });
|
|
9409
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherInterceptor, decorators: [{
|
|
9390
9410
|
type: Injectable
|
|
9391
9411
|
}], ctorParameters: function () {
|
|
9392
9412
|
return [{ type: UserSwitcherService }, { type: undefined, decorators: [{
|
|
@@ -9663,9 +9683,9 @@ class PreloaderService {
|
|
|
9663
9683
|
this.activePreloaders.next(activePreloaders);
|
|
9664
9684
|
}
|
|
9665
9685
|
}
|
|
9666
|
-
PreloaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9667
|
-
PreloaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9668
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9686
|
+
PreloaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9687
|
+
PreloaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderService, providedIn: 'root' });
|
|
9688
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderService, decorators: [{
|
|
9669
9689
|
type: Injectable,
|
|
9670
9690
|
args: [{
|
|
9671
9691
|
providedIn: 'root'
|
|
@@ -9693,9 +9713,9 @@ class PreloaderInterceptor {
|
|
|
9693
9713
|
return Object.values(ENDPOINTS).find((endpoint) => endpoint.test(requestPath));
|
|
9694
9714
|
}
|
|
9695
9715
|
}
|
|
9696
|
-
PreloaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9697
|
-
PreloaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9698
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9716
|
+
PreloaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9717
|
+
PreloaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderInterceptor });
|
|
9718
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderInterceptor, decorators: [{
|
|
9699
9719
|
type: Injectable
|
|
9700
9720
|
}], ctorParameters: function () { return [{ type: PreloaderService }]; } });
|
|
9701
9721
|
|
|
@@ -9725,9 +9745,9 @@ class DataService {
|
|
|
9725
9745
|
this.cache = this.createCollectionInstance(this.collectionClass, data.map((item) => this.createModelInstance(item)));
|
|
9726
9746
|
}
|
|
9727
9747
|
}
|
|
9728
|
-
DataService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9729
|
-
DataService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9730
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9748
|
+
DataService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DataService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9749
|
+
DataService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DataService, providedIn: 'root' });
|
|
9750
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DataService, decorators: [{
|
|
9731
9751
|
type: Injectable,
|
|
9732
9752
|
args: [{
|
|
9733
9753
|
providedIn: 'root'
|
|
@@ -9764,9 +9784,9 @@ class SseService {
|
|
|
9764
9784
|
.pipe(map((messageEvent) => JSON.parse(messageEvent.data)));
|
|
9765
9785
|
}
|
|
9766
9786
|
}
|
|
9767
|
-
SseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9768
|
-
SseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9769
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9787
|
+
SseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SseService, deps: [{ token: i0.NgZone }, { token: JwtService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9788
|
+
SseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SseService, providedIn: 'root' });
|
|
9789
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SseService, decorators: [{
|
|
9770
9790
|
type: Injectable,
|
|
9771
9791
|
args: [{
|
|
9772
9792
|
providedIn: 'root'
|
|
@@ -9981,9 +10001,9 @@ let RestService$1 = class RestService extends DataService {
|
|
|
9981
10001
|
*/
|
|
9982
10002
|
listenEvents() { }
|
|
9983
10003
|
};
|
|
9984
|
-
RestService$1.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9985
|
-
RestService$1.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9986
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10004
|
+
RestService$1.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService$1, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10005
|
+
RestService$1.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService$1, providedIn: 'root' });
|
|
10006
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService$1, decorators: [{
|
|
9987
10007
|
type: Injectable,
|
|
9988
10008
|
args: [{
|
|
9989
10009
|
providedIn: 'root'
|
|
@@ -10128,9 +10148,9 @@ class ToastService {
|
|
|
10128
10148
|
}));
|
|
10129
10149
|
}
|
|
10130
10150
|
}
|
|
10131
|
-
ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10132
|
-
ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10133
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10151
|
+
ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10152
|
+
ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ToastService, providedIn: 'root' });
|
|
10153
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ToastService, decorators: [{
|
|
10134
10154
|
type: Injectable,
|
|
10135
10155
|
args: [{
|
|
10136
10156
|
providedIn: 'root'
|
|
@@ -10208,9 +10228,9 @@ class BankConnectionService extends RestService$1 {
|
|
|
10208
10228
|
});
|
|
10209
10229
|
}
|
|
10210
10230
|
}
|
|
10211
|
-
BankConnectionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10212
|
-
BankConnectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10213
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10231
|
+
BankConnectionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankConnectionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10232
|
+
BankConnectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankConnectionService, providedIn: 'root' });
|
|
10233
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankConnectionService, decorators: [{
|
|
10214
10234
|
type: Injectable,
|
|
10215
10235
|
args: [{
|
|
10216
10236
|
providedIn: 'root'
|
|
@@ -10353,9 +10373,9 @@ BasiqService.retrieveAccountsCheckInterval = 3000;
|
|
|
10353
10373
|
* How long we will wait accounts retrieving, break after timeout if not retireved
|
|
10354
10374
|
*/
|
|
10355
10375
|
BasiqService.retrieveAccountsTimeout = 20000;
|
|
10356
|
-
BasiqService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10357
|
-
BasiqService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10358
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10376
|
+
BasiqService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: BankConnectionService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10377
|
+
BasiqService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqService, providedIn: 'root' });
|
|
10378
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqService, decorators: [{
|
|
10359
10379
|
type: Injectable,
|
|
10360
10380
|
args: [{
|
|
10361
10381
|
providedIn: 'root'
|
|
@@ -10392,9 +10412,9 @@ class BasiqTokenService extends RestService$1 {
|
|
|
10392
10412
|
return new BasiqToken(tokenResponse['access_token'], new Date(now + tokenResponse['expires_in'] * 1000));
|
|
10393
10413
|
}
|
|
10394
10414
|
}
|
|
10395
|
-
BasiqTokenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10396
|
-
BasiqTokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10397
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10415
|
+
BasiqTokenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
10416
|
+
BasiqTokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenService, providedIn: 'root' });
|
|
10417
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenService, decorators: [{
|
|
10398
10418
|
type: Injectable,
|
|
10399
10419
|
args: [{
|
|
10400
10420
|
providedIn: 'root'
|
|
@@ -10423,9 +10443,9 @@ class BasiqTokenInterceptor {
|
|
|
10423
10443
|
});
|
|
10424
10444
|
}
|
|
10425
10445
|
}
|
|
10426
|
-
BasiqTokenInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10427
|
-
BasiqTokenInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10428
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10446
|
+
BasiqTokenInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenInterceptor, deps: [{ token: BasiqTokenService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10447
|
+
BasiqTokenInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenInterceptor });
|
|
10448
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenInterceptor, decorators: [{
|
|
10429
10449
|
type: Injectable
|
|
10430
10450
|
}], ctorParameters: function () { return [{ type: BasiqTokenService }]; } });
|
|
10431
10451
|
|
|
@@ -10608,9 +10628,9 @@ class UserService {
|
|
|
10608
10628
|
});
|
|
10609
10629
|
}
|
|
10610
10630
|
}
|
|
10611
|
-
UserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10612
|
-
UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10613
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10631
|
+
UserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserService, deps: [{ token: i1.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10632
|
+
UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserService, providedIn: 'root' });
|
|
10633
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserService, decorators: [{
|
|
10614
10634
|
type: Injectable,
|
|
10615
10635
|
args: [{
|
|
10616
10636
|
providedIn: 'root'
|
|
@@ -10642,17 +10662,17 @@ class BasiqClientIdInterceptor {
|
|
|
10642
10662
|
});
|
|
10643
10663
|
}
|
|
10644
10664
|
}
|
|
10645
|
-
BasiqClientIdInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10646
|
-
BasiqClientIdInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10647
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10665
|
+
BasiqClientIdInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqClientIdInterceptor, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10666
|
+
BasiqClientIdInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqClientIdInterceptor });
|
|
10667
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqClientIdInterceptor, decorators: [{
|
|
10648
10668
|
type: Injectable
|
|
10649
10669
|
}], ctorParameters: function () { return [{ type: UserService }]; } });
|
|
10650
10670
|
|
|
10651
10671
|
class InterceptorsModule {
|
|
10652
10672
|
}
|
|
10653
|
-
InterceptorsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10654
|
-
InterceptorsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.
|
|
10655
|
-
InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.
|
|
10673
|
+
InterceptorsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: InterceptorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
10674
|
+
InterceptorsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.4", ngImport: i0, type: InterceptorsModule });
|
|
10675
|
+
InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: InterceptorsModule, providers: [
|
|
10656
10676
|
{
|
|
10657
10677
|
provide: HTTP_INTERCEPTORS,
|
|
10658
10678
|
useClass: CorelogicInterceptor,
|
|
@@ -10690,7 +10710,7 @@ InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", vers
|
|
|
10690
10710
|
multi: true
|
|
10691
10711
|
}
|
|
10692
10712
|
] });
|
|
10693
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10713
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: InterceptorsModule, decorators: [{
|
|
10694
10714
|
type: NgModule,
|
|
10695
10715
|
args: [{
|
|
10696
10716
|
providers: [
|
|
@@ -10748,12 +10768,12 @@ class TtCoreModule {
|
|
|
10748
10768
|
};
|
|
10749
10769
|
}
|
|
10750
10770
|
}
|
|
10751
|
-
TtCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10752
|
-
TtCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.
|
|
10771
|
+
TtCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TtCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
10772
|
+
TtCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.4", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
|
|
10753
10773
|
InterceptorsModule] });
|
|
10754
|
-
TtCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.
|
|
10774
|
+
TtCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
|
|
10755
10775
|
InterceptorsModule] });
|
|
10756
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10776
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TtCoreModule, decorators: [{
|
|
10757
10777
|
type: NgModule,
|
|
10758
10778
|
args: [{
|
|
10759
10779
|
declarations: [],
|
|
@@ -12310,9 +12330,9 @@ class AddressService {
|
|
|
12310
12330
|
return this.countriesSubject.asObservable();
|
|
12311
12331
|
}
|
|
12312
12332
|
}
|
|
12313
|
-
AddressService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12314
|
-
AddressService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12315
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12333
|
+
AddressService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AddressService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12334
|
+
AddressService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AddressService, providedIn: 'root' });
|
|
12335
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AddressService, decorators: [{
|
|
12316
12336
|
type: Injectable,
|
|
12317
12337
|
args: [{
|
|
12318
12338
|
providedIn: 'root'
|
|
@@ -12382,9 +12402,9 @@ class BankAccountService extends RestService$1 {
|
|
|
12382
12402
|
});
|
|
12383
12403
|
}
|
|
12384
12404
|
}
|
|
12385
|
-
BankAccountService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12386
|
-
BankAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12387
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12405
|
+
BankAccountService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12406
|
+
BankAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountService, providedIn: 'root' });
|
|
12407
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountService, decorators: [{
|
|
12388
12408
|
type: Injectable,
|
|
12389
12409
|
args: [{
|
|
12390
12410
|
providedIn: 'root'
|
|
@@ -12451,9 +12471,9 @@ class BankTransactionService extends RestService$1 {
|
|
|
12451
12471
|
});
|
|
12452
12472
|
}
|
|
12453
12473
|
}
|
|
12454
|
-
BankTransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12455
|
-
BankTransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12456
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12474
|
+
BankTransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12475
|
+
BankTransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionService, providedIn: 'root' });
|
|
12476
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionService, decorators: [{
|
|
12457
12477
|
type: Injectable,
|
|
12458
12478
|
args: [{
|
|
12459
12479
|
providedIn: 'root'
|
|
@@ -12480,9 +12500,9 @@ class BankService extends RestService$1 {
|
|
|
12480
12500
|
this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
|
|
12481
12501
|
}
|
|
12482
12502
|
}
|
|
12483
|
-
BankService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12484
|
-
BankService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12485
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12503
|
+
BankService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12504
|
+
BankService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankService, providedIn: 'root' });
|
|
12505
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankService, decorators: [{
|
|
12486
12506
|
type: Injectable,
|
|
12487
12507
|
args: [{
|
|
12488
12508
|
providedIn: 'root'
|
|
@@ -12502,9 +12522,9 @@ class ChartAccountsDepreciationService extends RestService$1 {
|
|
|
12502
12522
|
this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
|
|
12503
12523
|
}
|
|
12504
12524
|
}
|
|
12505
|
-
ChartAccountsDepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12506
|
-
ChartAccountsDepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12507
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12525
|
+
ChartAccountsDepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsDepreciationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12526
|
+
ChartAccountsDepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsDepreciationService, providedIn: 'root' });
|
|
12527
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsDepreciationService, decorators: [{
|
|
12508
12528
|
type: Injectable,
|
|
12509
12529
|
args: [{
|
|
12510
12530
|
providedIn: 'root'
|
|
@@ -12544,9 +12564,9 @@ class ChartAccountsService extends RestService$1 {
|
|
|
12544
12564
|
}));
|
|
12545
12565
|
}
|
|
12546
12566
|
}
|
|
12547
|
-
ChartAccountsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12548
|
-
ChartAccountsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12549
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12567
|
+
ChartAccountsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12568
|
+
ChartAccountsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsService, providedIn: 'root' });
|
|
12569
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsService, decorators: [{
|
|
12550
12570
|
type: Injectable,
|
|
12551
12571
|
args: [{
|
|
12552
12572
|
providedIn: 'root'
|
|
@@ -12615,9 +12635,9 @@ class ChatService extends RestService$1 {
|
|
|
12615
12635
|
});
|
|
12616
12636
|
}
|
|
12617
12637
|
}
|
|
12618
|
-
ChatService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12619
|
-
ChatService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12620
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12638
|
+
ChatService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChatService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12639
|
+
ChatService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChatService, providedIn: 'root' });
|
|
12640
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChatService, decorators: [{
|
|
12621
12641
|
type: Injectable,
|
|
12622
12642
|
args: [{
|
|
12623
12643
|
providedIn: 'root'
|
|
@@ -12676,9 +12696,9 @@ class MessageService extends RestService$1 {
|
|
|
12676
12696
|
});
|
|
12677
12697
|
}
|
|
12678
12698
|
}
|
|
12679
|
-
MessageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12680
|
-
MessageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12681
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12699
|
+
MessageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12700
|
+
MessageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageService, providedIn: 'root' });
|
|
12701
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageService, decorators: [{
|
|
12682
12702
|
type: Injectable,
|
|
12683
12703
|
args: [{
|
|
12684
12704
|
providedIn: 'root'
|
|
@@ -12750,9 +12770,9 @@ class MessageDocumentService extends RestService$1 {
|
|
|
12750
12770
|
return combineLatest(files.map((file) => this.add(chatId, file))).pipe(map((docsBase) => docsBase.map((docBase) => plainToClass(MessageDocument, docBase))));
|
|
12751
12771
|
}
|
|
12752
12772
|
}
|
|
12753
|
-
MessageDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12754
|
-
MessageDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12755
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12773
|
+
MessageDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12774
|
+
MessageDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageDocumentService, providedIn: 'root' });
|
|
12775
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageDocumentService, decorators: [{
|
|
12756
12776
|
type: Injectable,
|
|
12757
12777
|
args: [{
|
|
12758
12778
|
providedIn: 'root'
|
|
@@ -12815,9 +12835,9 @@ class ReceiptService {
|
|
|
12815
12835
|
return plainToClass(this.modelClass, data);
|
|
12816
12836
|
}
|
|
12817
12837
|
}
|
|
12818
|
-
ReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12819
|
-
ReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12820
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12838
|
+
ReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12839
|
+
ReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ReceiptService, providedIn: 'root' });
|
|
12840
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ReceiptService, decorators: [{
|
|
12821
12841
|
type: Injectable,
|
|
12822
12842
|
args: [{
|
|
12823
12843
|
providedIn: 'root'
|
|
@@ -12848,9 +12868,9 @@ class DepreciationReceiptService extends ReceiptService {
|
|
|
12848
12868
|
this.listenEvents();
|
|
12849
12869
|
}
|
|
12850
12870
|
}
|
|
12851
|
-
DepreciationReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12852
|
-
DepreciationReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12853
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12871
|
+
DepreciationReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12872
|
+
DepreciationReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationReceiptService, providedIn: 'root' });
|
|
12873
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationReceiptService, decorators: [{
|
|
12854
12874
|
type: Injectable,
|
|
12855
12875
|
args: [{
|
|
12856
12876
|
providedIn: 'root'
|
|
@@ -12985,9 +13005,9 @@ class DepreciationService extends RestService$1 {
|
|
|
12985
13005
|
});
|
|
12986
13006
|
}
|
|
12987
13007
|
}
|
|
12988
|
-
DepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12989
|
-
DepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12990
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13008
|
+
DepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: DepreciationReceiptService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13009
|
+
DepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationService, providedIn: 'root' });
|
|
13010
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationService, decorators: [{
|
|
12991
13011
|
type: Injectable,
|
|
12992
13012
|
args: [{
|
|
12993
13013
|
providedIn: 'root'
|
|
@@ -13039,9 +13059,9 @@ class DepreciationCapitalProjectService {
|
|
|
13039
13059
|
}));
|
|
13040
13060
|
}
|
|
13041
13061
|
}
|
|
13042
|
-
DepreciationCapitalProjectService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13043
|
-
DepreciationCapitalProjectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13044
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13062
|
+
DepreciationCapitalProjectService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationCapitalProjectService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13063
|
+
DepreciationCapitalProjectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationCapitalProjectService, providedIn: 'root' });
|
|
13064
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationCapitalProjectService, decorators: [{
|
|
13045
13065
|
type: Injectable,
|
|
13046
13066
|
args: [{
|
|
13047
13067
|
providedIn: 'root'
|
|
@@ -13253,9 +13273,9 @@ class RestService {
|
|
|
13253
13273
|
*/
|
|
13254
13274
|
listenEvents() { }
|
|
13255
13275
|
}
|
|
13256
|
-
RestService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13257
|
-
RestService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13258
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13276
|
+
RestService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13277
|
+
RestService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService, providedIn: 'root' });
|
|
13278
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService, decorators: [{
|
|
13259
13279
|
type: Injectable,
|
|
13260
13280
|
args: [{
|
|
13261
13281
|
providedIn: 'root'
|
|
@@ -13274,9 +13294,9 @@ class DocumentService extends RestService {
|
|
|
13274
13294
|
this.modelClass = Document;
|
|
13275
13295
|
}
|
|
13276
13296
|
}
|
|
13277
|
-
DocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13278
|
-
DocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13279
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13297
|
+
DocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13298
|
+
DocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentService, providedIn: 'root' });
|
|
13299
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentService, decorators: [{
|
|
13280
13300
|
type: Injectable,
|
|
13281
13301
|
args: [{
|
|
13282
13302
|
providedIn: 'root'
|
|
@@ -13342,9 +13362,9 @@ class DocumentFolderService extends RestService {
|
|
|
13342
13362
|
}));
|
|
13343
13363
|
}
|
|
13344
13364
|
}
|
|
13345
|
-
DocumentFolderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13346
|
-
DocumentFolderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13347
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13365
|
+
DocumentFolderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentFolderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13366
|
+
DocumentFolderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentFolderService, providedIn: 'root' });
|
|
13367
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentFolderService, decorators: [{
|
|
13348
13368
|
type: Injectable,
|
|
13349
13369
|
args: [{
|
|
13350
13370
|
providedIn: 'root'
|
|
@@ -13421,9 +13441,9 @@ FacebookService.authOptions = {
|
|
|
13421
13441
|
auth_type: 'rerequest',
|
|
13422
13442
|
return_scopes: true
|
|
13423
13443
|
};
|
|
13424
|
-
FacebookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13425
|
-
FacebookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13426
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13444
|
+
FacebookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FacebookService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: JwtService }, { token: i4.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13445
|
+
FacebookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FacebookService, providedIn: 'root' });
|
|
13446
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FacebookService, decorators: [{
|
|
13427
13447
|
type: Injectable,
|
|
13428
13448
|
args: [{
|
|
13429
13449
|
providedIn: 'root'
|
|
@@ -13493,9 +13513,9 @@ class GoogleService {
|
|
|
13493
13513
|
google.accounts.id.disableAutoSelect();
|
|
13494
13514
|
}
|
|
13495
13515
|
}
|
|
13496
|
-
GoogleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13497
|
-
GoogleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13498
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13516
|
+
GoogleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: GoogleService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: JwtService }, { token: i4.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13517
|
+
GoogleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: GoogleService, providedIn: 'root' });
|
|
13518
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: GoogleService, decorators: [{
|
|
13499
13519
|
type: Injectable,
|
|
13500
13520
|
args: [{
|
|
13501
13521
|
providedIn: 'root'
|
|
@@ -13526,9 +13546,9 @@ class FileService extends RestService$1 {
|
|
|
13526
13546
|
return this.http.get(`${this.apiUrl}/${file.id}/download`, { responseType: 'blob' });
|
|
13527
13547
|
}
|
|
13528
13548
|
}
|
|
13529
|
-
FileService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13530
|
-
FileService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13531
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13549
|
+
FileService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FileService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13550
|
+
FileService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FileService, providedIn: 'root' });
|
|
13551
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FileService, decorators: [{
|
|
13532
13552
|
type: Injectable,
|
|
13533
13553
|
args: [{
|
|
13534
13554
|
providedIn: 'root'
|
|
@@ -13545,9 +13565,9 @@ class ClientIncomeTypesService extends RestService$1 {
|
|
|
13545
13565
|
this.disabledMethods = ['postBatch', 'putBatch', 'delete', 'deleteBatch'];
|
|
13546
13566
|
}
|
|
13547
13567
|
}
|
|
13548
|
-
ClientIncomeTypesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13549
|
-
ClientIncomeTypesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13550
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13568
|
+
ClientIncomeTypesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientIncomeTypesService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13569
|
+
ClientIncomeTypesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientIncomeTypesService, providedIn: 'root' });
|
|
13570
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientIncomeTypesService, decorators: [{
|
|
13551
13571
|
type: Injectable,
|
|
13552
13572
|
args: [{
|
|
13553
13573
|
providedIn: 'root'
|
|
@@ -13660,9 +13680,9 @@ class ClientInviteService extends RestService {
|
|
|
13660
13680
|
});
|
|
13661
13681
|
}
|
|
13662
13682
|
}
|
|
13663
|
-
ClientInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13664
|
-
ClientInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13665
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13683
|
+
ClientInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13684
|
+
ClientInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientInviteService, providedIn: 'root' });
|
|
13685
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientInviteService, decorators: [{
|
|
13666
13686
|
type: Injectable,
|
|
13667
13687
|
args: [{
|
|
13668
13688
|
providedIn: 'root'
|
|
@@ -13735,9 +13755,9 @@ class ClientMovementService extends RestService {
|
|
|
13735
13755
|
});
|
|
13736
13756
|
}
|
|
13737
13757
|
}
|
|
13738
|
-
ClientMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13739
|
-
ClientMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13740
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13758
|
+
ClientMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13759
|
+
ClientMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientMovementService, providedIn: 'root' });
|
|
13760
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientMovementService, decorators: [{
|
|
13741
13761
|
type: Injectable,
|
|
13742
13762
|
args: [{
|
|
13743
13763
|
providedIn: 'root'
|
|
@@ -13766,9 +13786,9 @@ class EmployeeService extends RestService {
|
|
|
13766
13786
|
}));
|
|
13767
13787
|
}
|
|
13768
13788
|
}
|
|
13769
|
-
EmployeeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13770
|
-
EmployeeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13771
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13789
|
+
EmployeeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13790
|
+
EmployeeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeService, providedIn: 'root' });
|
|
13791
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeService, decorators: [{
|
|
13772
13792
|
type: Injectable,
|
|
13773
13793
|
args: [{
|
|
13774
13794
|
providedIn: 'root'
|
|
@@ -13809,9 +13829,9 @@ class EmployeeInviteService extends RestService {
|
|
|
13809
13829
|
}));
|
|
13810
13830
|
}
|
|
13811
13831
|
}
|
|
13812
|
-
EmployeeInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13813
|
-
EmployeeInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13814
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13832
|
+
EmployeeInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13833
|
+
EmployeeInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeInviteService, providedIn: 'root' });
|
|
13834
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeInviteService, decorators: [{
|
|
13815
13835
|
type: Injectable,
|
|
13816
13836
|
args: [{
|
|
13817
13837
|
providedIn: 'root'
|
|
@@ -13836,9 +13856,9 @@ class ClientPortfolioReportService {
|
|
|
13836
13856
|
}));
|
|
13837
13857
|
}
|
|
13838
13858
|
}
|
|
13839
|
-
ClientPortfolioReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13840
|
-
ClientPortfolioReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13841
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13859
|
+
ClientPortfolioReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientPortfolioReportService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13860
|
+
ClientPortfolioReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientPortfolioReportService, providedIn: 'root' });
|
|
13861
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientPortfolioReportService, decorators: [{
|
|
13842
13862
|
type: Injectable,
|
|
13843
13863
|
args: [{
|
|
13844
13864
|
providedIn: 'root'
|
|
@@ -13902,9 +13922,9 @@ class FirmService {
|
|
|
13902
13922
|
}));
|
|
13903
13923
|
}
|
|
13904
13924
|
}
|
|
13905
|
-
FirmService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13906
|
-
FirmService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13907
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13925
|
+
FirmService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FirmService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13926
|
+
FirmService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FirmService, providedIn: 'root' });
|
|
13927
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FirmService, decorators: [{
|
|
13908
13928
|
type: Injectable,
|
|
13909
13929
|
args: [{
|
|
13910
13930
|
providedIn: 'root'
|
|
@@ -13979,9 +13999,9 @@ class IncomeSourceForecastService extends RestService {
|
|
|
13979
13999
|
}).flat();
|
|
13980
14000
|
}
|
|
13981
14001
|
}
|
|
13982
|
-
IncomeSourceForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13983
|
-
IncomeSourceForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13984
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14002
|
+
IncomeSourceForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14003
|
+
IncomeSourceForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceForecastService, providedIn: 'root' });
|
|
14004
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceForecastService, decorators: [{
|
|
13985
14005
|
type: Injectable,
|
|
13986
14006
|
args: [{
|
|
13987
14007
|
providedIn: 'root'
|
|
@@ -14051,9 +14071,9 @@ class SalaryForecastService extends RestService {
|
|
|
14051
14071
|
}).flat();
|
|
14052
14072
|
}
|
|
14053
14073
|
}
|
|
14054
|
-
SalaryForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14055
|
-
SalaryForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14056
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14074
|
+
SalaryForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SalaryForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14075
|
+
SalaryForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SalaryForecastService, providedIn: 'root' });
|
|
14076
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SalaryForecastService, decorators: [{
|
|
14057
14077
|
type: Injectable,
|
|
14058
14078
|
args: [{
|
|
14059
14079
|
providedIn: 'root'
|
|
@@ -14129,9 +14149,9 @@ class SoleForecastService extends RestService {
|
|
|
14129
14149
|
});
|
|
14130
14150
|
}
|
|
14131
14151
|
}
|
|
14132
|
-
SoleForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14133
|
-
SoleForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14134
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14152
|
+
SoleForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14153
|
+
SoleForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleForecastService, providedIn: 'root' });
|
|
14154
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleForecastService, decorators: [{
|
|
14135
14155
|
type: Injectable,
|
|
14136
14156
|
args: [{
|
|
14137
14157
|
providedIn: 'root'
|
|
@@ -14210,9 +14230,9 @@ class IncomeSourceService extends RestService {
|
|
|
14210
14230
|
});
|
|
14211
14231
|
}
|
|
14212
14232
|
}
|
|
14213
|
-
IncomeSourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14214
|
-
IncomeSourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14215
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14233
|
+
IncomeSourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14234
|
+
IncomeSourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceService, providedIn: 'root' });
|
|
14235
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceService, decorators: [{
|
|
14216
14236
|
type: Injectable,
|
|
14217
14237
|
args: [{
|
|
14218
14238
|
providedIn: 'root'
|
|
@@ -14273,9 +14293,9 @@ class BorrowingExpenseService {
|
|
|
14273
14293
|
}));
|
|
14274
14294
|
}
|
|
14275
14295
|
}
|
|
14276
|
-
BorrowingExpenseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14277
|
-
BorrowingExpenseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14278
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14296
|
+
BorrowingExpenseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BorrowingExpenseService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14297
|
+
BorrowingExpenseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BorrowingExpenseService, providedIn: 'root' });
|
|
14298
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BorrowingExpenseService, decorators: [{
|
|
14279
14299
|
type: Injectable,
|
|
14280
14300
|
args: [{
|
|
14281
14301
|
providedIn: 'root'
|
|
@@ -14357,9 +14377,9 @@ class LoanService extends RestService$1 {
|
|
|
14357
14377
|
}));
|
|
14358
14378
|
}
|
|
14359
14379
|
}
|
|
14360
|
-
LoanService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14361
|
-
LoanService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14362
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14380
|
+
LoanService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LoanService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14381
|
+
LoanService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LoanService, providedIn: 'root' });
|
|
14382
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LoanService, decorators: [{
|
|
14363
14383
|
type: Injectable,
|
|
14364
14384
|
args: [{
|
|
14365
14385
|
providedIn: 'root'
|
|
@@ -14378,9 +14398,9 @@ class PropertyCategoryService extends RestService$1 {
|
|
|
14378
14398
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
14379
14399
|
}
|
|
14380
14400
|
}
|
|
14381
|
-
PropertyCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14382
|
-
PropertyCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14383
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14401
|
+
PropertyCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14402
|
+
PropertyCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryService, providedIn: 'root' });
|
|
14403
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryService, decorators: [{
|
|
14384
14404
|
type: Injectable,
|
|
14385
14405
|
args: [{
|
|
14386
14406
|
providedIn: 'root'
|
|
@@ -14396,9 +14416,9 @@ class PropertyCategoryMovementService extends RestService$1 {
|
|
|
14396
14416
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
14397
14417
|
}
|
|
14398
14418
|
}
|
|
14399
|
-
PropertyCategoryMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14400
|
-
PropertyCategoryMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14401
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14419
|
+
PropertyCategoryMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14420
|
+
PropertyCategoryMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryMovementService, providedIn: 'root' });
|
|
14421
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryMovementService, decorators: [{
|
|
14402
14422
|
type: Injectable,
|
|
14403
14423
|
args: [{
|
|
14404
14424
|
providedIn: 'root'
|
|
@@ -14440,9 +14460,9 @@ class PropertyDocumentService extends RestService$1 {
|
|
|
14440
14460
|
});
|
|
14441
14461
|
}
|
|
14442
14462
|
}
|
|
14443
|
-
PropertyDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14444
|
-
PropertyDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14445
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14463
|
+
PropertyDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14464
|
+
PropertyDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyDocumentService, providedIn: 'root' });
|
|
14465
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyDocumentService, decorators: [{
|
|
14446
14466
|
type: Injectable,
|
|
14447
14467
|
args: [{
|
|
14448
14468
|
providedIn: 'root'
|
|
@@ -14516,9 +14536,9 @@ class TaxExemptionService extends DataService {
|
|
|
14516
14536
|
this.setCache(TaxExemptions);
|
|
14517
14537
|
}
|
|
14518
14538
|
}
|
|
14519
|
-
TaxExemptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14520
|
-
TaxExemptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14521
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14539
|
+
TaxExemptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxExemptionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14540
|
+
TaxExemptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxExemptionService, providedIn: 'root' });
|
|
14541
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxExemptionService, decorators: [{
|
|
14522
14542
|
type: Injectable,
|
|
14523
14543
|
args: [{
|
|
14524
14544
|
providedIn: 'root'
|
|
@@ -14534,9 +14554,9 @@ class PropertySaleService extends RestService$1 {
|
|
|
14534
14554
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
14535
14555
|
}
|
|
14536
14556
|
}
|
|
14537
|
-
PropertySaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14538
|
-
PropertySaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14539
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14557
|
+
PropertySaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertySaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14558
|
+
PropertySaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertySaleService, providedIn: 'root' });
|
|
14559
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertySaleService, decorators: [{
|
|
14540
14560
|
type: Injectable,
|
|
14541
14561
|
args: [{
|
|
14542
14562
|
providedIn: 'root'
|
|
@@ -14583,9 +14603,9 @@ class PropertyShareService extends RestService$1 {
|
|
|
14583
14603
|
this.listenCSE(PropertySale, ['post', 'delete'], this.resetCache);
|
|
14584
14604
|
}
|
|
14585
14605
|
}
|
|
14586
|
-
PropertyShareService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14587
|
-
PropertyShareService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14588
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14606
|
+
PropertyShareService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyShareService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14607
|
+
PropertyShareService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyShareService, providedIn: 'root' });
|
|
14608
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyShareService, decorators: [{
|
|
14589
14609
|
type: Injectable,
|
|
14590
14610
|
args: [{
|
|
14591
14611
|
providedIn: 'root'
|
|
@@ -14682,9 +14702,9 @@ class PropertyService extends RestService$1 {
|
|
|
14682
14702
|
}));
|
|
14683
14703
|
}
|
|
14684
14704
|
}
|
|
14685
|
-
PropertyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14686
|
-
PropertyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14687
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14705
|
+
PropertyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14706
|
+
PropertyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyService, providedIn: 'root' });
|
|
14707
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyService, decorators: [{
|
|
14688
14708
|
type: Injectable,
|
|
14689
14709
|
args: [{
|
|
14690
14710
|
providedIn: 'root'
|
|
@@ -14738,9 +14758,9 @@ class ServiceNotificationService extends RestService {
|
|
|
14738
14758
|
});
|
|
14739
14759
|
}
|
|
14740
14760
|
}
|
|
14741
|
-
ServiceNotificationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14742
|
-
ServiceNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14743
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14761
|
+
ServiceNotificationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceNotificationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14762
|
+
ServiceNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceNotificationService, providedIn: 'root' });
|
|
14763
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceNotificationService, decorators: [{
|
|
14744
14764
|
type: Injectable,
|
|
14745
14765
|
args: [{
|
|
14746
14766
|
providedIn: 'root'
|
|
@@ -14791,9 +14811,9 @@ class SoleBusinessService extends RestService {
|
|
|
14791
14811
|
}));
|
|
14792
14812
|
}
|
|
14793
14813
|
}
|
|
14794
|
-
SoleBusinessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14795
|
-
SoleBusinessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14796
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14814
|
+
SoleBusinessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14815
|
+
SoleBusinessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessService, providedIn: 'root' });
|
|
14816
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessService, decorators: [{
|
|
14797
14817
|
type: Injectable,
|
|
14798
14818
|
args: [{
|
|
14799
14819
|
providedIn: 'root'
|
|
@@ -14808,9 +14828,9 @@ class SoleBusinessActivityService extends RestService {
|
|
|
14808
14828
|
this.isHydra = true;
|
|
14809
14829
|
}
|
|
14810
14830
|
}
|
|
14811
|
-
SoleBusinessActivityService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14812
|
-
SoleBusinessActivityService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14813
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14831
|
+
SoleBusinessActivityService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessActivityService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14832
|
+
SoleBusinessActivityService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessActivityService, providedIn: 'root' });
|
|
14833
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessActivityService, decorators: [{
|
|
14814
14834
|
type: Injectable,
|
|
14815
14835
|
args: [{
|
|
14816
14836
|
providedIn: 'root'
|
|
@@ -14836,9 +14856,9 @@ class SoleBusinessLossService extends RestService {
|
|
|
14836
14856
|
});
|
|
14837
14857
|
}
|
|
14838
14858
|
}
|
|
14839
|
-
SoleBusinessLossService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14840
|
-
SoleBusinessLossService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14841
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14859
|
+
SoleBusinessLossService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14860
|
+
SoleBusinessLossService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossService, providedIn: 'root' });
|
|
14861
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossService, decorators: [{
|
|
14842
14862
|
type: Injectable,
|
|
14843
14863
|
args: [{
|
|
14844
14864
|
providedIn: 'root'
|
|
@@ -14856,9 +14876,9 @@ class SoleBusinessLossOffsetRuleService extends RestService {
|
|
|
14856
14876
|
this.isHydra = true;
|
|
14857
14877
|
}
|
|
14858
14878
|
}
|
|
14859
|
-
SoleBusinessLossOffsetRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14860
|
-
SoleBusinessLossOffsetRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14861
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14879
|
+
SoleBusinessLossOffsetRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14880
|
+
SoleBusinessLossOffsetRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' });
|
|
14881
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossOffsetRuleService, decorators: [{
|
|
14862
14882
|
type: Injectable,
|
|
14863
14883
|
args: [{
|
|
14864
14884
|
providedIn: 'root'
|
|
@@ -14873,9 +14893,9 @@ class SoleContactService extends RestService {
|
|
|
14873
14893
|
this.isHydra = true;
|
|
14874
14894
|
}
|
|
14875
14895
|
}
|
|
14876
|
-
SoleContactService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14877
|
-
SoleContactService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14878
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14896
|
+
SoleContactService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleContactService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14897
|
+
SoleContactService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleContactService, providedIn: 'root' });
|
|
14898
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleContactService, decorators: [{
|
|
14879
14899
|
type: Injectable,
|
|
14880
14900
|
args: [{
|
|
14881
14901
|
providedIn: 'root'
|
|
@@ -14931,9 +14951,9 @@ class SoleDepreciationMethodService {
|
|
|
14931
14951
|
});
|
|
14932
14952
|
}
|
|
14933
14953
|
}
|
|
14934
|
-
SoleDepreciationMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14935
|
-
SoleDepreciationMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14936
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14954
|
+
SoleDepreciationMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDepreciationMethodService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14955
|
+
SoleDepreciationMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDepreciationMethodService, providedIn: 'root' });
|
|
14956
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDepreciationMethodService, decorators: [{
|
|
14937
14957
|
type: Injectable,
|
|
14938
14958
|
args: [{
|
|
14939
14959
|
providedIn: 'root'
|
|
@@ -14988,9 +15008,9 @@ class SoleDetailsService {
|
|
|
14988
15008
|
}));
|
|
14989
15009
|
}
|
|
14990
15010
|
}
|
|
14991
|
-
SoleDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14992
|
-
SoleDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14993
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15011
|
+
SoleDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDetailsService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15012
|
+
SoleDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDetailsService, providedIn: 'root' });
|
|
15013
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDetailsService, decorators: [{
|
|
14994
15014
|
type: Injectable,
|
|
14995
15015
|
args: [{
|
|
14996
15016
|
providedIn: 'root'
|
|
@@ -15066,9 +15086,9 @@ class SoleInvoiceService extends RestService {
|
|
|
15066
15086
|
});
|
|
15067
15087
|
}
|
|
15068
15088
|
}
|
|
15069
|
-
SoleInvoiceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15070
|
-
SoleInvoiceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15071
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15089
|
+
SoleInvoiceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15090
|
+
SoleInvoiceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceService, providedIn: 'root' });
|
|
15091
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceService, decorators: [{
|
|
15072
15092
|
type: Injectable,
|
|
15073
15093
|
args: [{
|
|
15074
15094
|
providedIn: 'root'
|
|
@@ -15083,9 +15103,9 @@ class SoleInvoiceTemplateService extends RestService {
|
|
|
15083
15103
|
this.isHydra = true;
|
|
15084
15104
|
}
|
|
15085
15105
|
}
|
|
15086
|
-
SoleInvoiceTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15087
|
-
SoleInvoiceTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15088
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15106
|
+
SoleInvoiceTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceTemplateService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15107
|
+
SoleInvoiceTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceTemplateService, providedIn: 'root' });
|
|
15108
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceTemplateService, decorators: [{
|
|
15089
15109
|
type: Injectable,
|
|
15090
15110
|
args: [{
|
|
15091
15111
|
providedIn: 'root'
|
|
@@ -15100,9 +15120,9 @@ class BasReportService extends RestService {
|
|
|
15100
15120
|
this.isHydra = true;
|
|
15101
15121
|
}
|
|
15102
15122
|
}
|
|
15103
|
-
BasReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15104
|
-
BasReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15105
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15123
|
+
BasReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15124
|
+
BasReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasReportService, providedIn: 'root' });
|
|
15125
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasReportService, decorators: [{
|
|
15106
15126
|
type: Injectable,
|
|
15107
15127
|
args: [{
|
|
15108
15128
|
providedIn: 'root'
|
|
@@ -15128,9 +15148,9 @@ class ServicePaymentService extends RestService$1 {
|
|
|
15128
15148
|
return this.http.get(`${this.environment.apiV2}/service-payments/${payment.id}/invoice-url`);
|
|
15129
15149
|
}
|
|
15130
15150
|
}
|
|
15131
|
-
ServicePaymentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15132
|
-
ServicePaymentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15133
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15151
|
+
ServicePaymentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15152
|
+
ServicePaymentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentService, providedIn: 'root' });
|
|
15153
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentService, decorators: [{
|
|
15134
15154
|
type: Injectable,
|
|
15135
15155
|
args: [{
|
|
15136
15156
|
providedIn: 'root'
|
|
@@ -15178,9 +15198,9 @@ class ServicePaymentMethodService extends RestService$1 {
|
|
|
15178
15198
|
});
|
|
15179
15199
|
}
|
|
15180
15200
|
}
|
|
15181
|
-
ServicePaymentMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15182
|
-
ServicePaymentMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15183
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15201
|
+
ServicePaymentMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentMethodService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15202
|
+
ServicePaymentMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentMethodService, providedIn: 'root' });
|
|
15203
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentMethodService, decorators: [{
|
|
15184
15204
|
type: Injectable,
|
|
15185
15205
|
args: [{
|
|
15186
15206
|
providedIn: 'root'
|
|
@@ -15205,9 +15225,9 @@ class ServicePriceService extends RestService$1 {
|
|
|
15205
15225
|
this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
|
|
15206
15226
|
}
|
|
15207
15227
|
}
|
|
15208
|
-
ServicePriceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15209
|
-
ServicePriceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15210
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15228
|
+
ServicePriceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePriceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15229
|
+
ServicePriceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePriceService, providedIn: 'root' });
|
|
15230
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePriceService, decorators: [{
|
|
15211
15231
|
type: Injectable,
|
|
15212
15232
|
args: [{
|
|
15213
15233
|
providedIn: 'root'
|
|
@@ -15324,9 +15344,9 @@ class SubscriptionService extends RestService$1 {
|
|
|
15324
15344
|
});
|
|
15325
15345
|
}
|
|
15326
15346
|
}
|
|
15327
|
-
SubscriptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15328
|
-
SubscriptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15329
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15347
|
+
SubscriptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SubscriptionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: ToastService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15348
|
+
SubscriptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SubscriptionService, providedIn: 'root' });
|
|
15349
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SubscriptionService, decorators: [{
|
|
15330
15350
|
type: Injectable,
|
|
15331
15351
|
args: [{
|
|
15332
15352
|
providedIn: 'root'
|
|
@@ -15348,9 +15368,9 @@ class ServiceProductService extends RestService$1 {
|
|
|
15348
15368
|
this.isApiPlatform = true;
|
|
15349
15369
|
}
|
|
15350
15370
|
}
|
|
15351
|
-
ServiceProductService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15352
|
-
ServiceProductService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15353
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15371
|
+
ServiceProductService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceProductService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15372
|
+
ServiceProductService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceProductService, providedIn: 'root' });
|
|
15373
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceProductService, decorators: [{
|
|
15354
15374
|
type: Injectable,
|
|
15355
15375
|
args: [{
|
|
15356
15376
|
providedIn: 'root'
|
|
@@ -15382,9 +15402,9 @@ class TaxReviewHistoryService extends RestService {
|
|
|
15382
15402
|
});
|
|
15383
15403
|
}
|
|
15384
15404
|
}
|
|
15385
|
-
TaxReviewHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15386
|
-
TaxReviewHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15387
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15405
|
+
TaxReviewHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewHistoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15406
|
+
TaxReviewHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewHistoryService, providedIn: 'root' });
|
|
15407
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewHistoryService, decorators: [{
|
|
15388
15408
|
type: Injectable,
|
|
15389
15409
|
args: [{
|
|
15390
15410
|
providedIn: 'root'
|
|
@@ -15473,9 +15493,9 @@ class TaxReviewService extends RestService {
|
|
|
15473
15493
|
});
|
|
15474
15494
|
}
|
|
15475
15495
|
}
|
|
15476
|
-
TaxReviewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15477
|
-
TaxReviewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15478
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15496
|
+
TaxReviewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15497
|
+
TaxReviewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewService, providedIn: 'root' });
|
|
15498
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewService, decorators: [{
|
|
15479
15499
|
type: Injectable,
|
|
15480
15500
|
args: [{
|
|
15481
15501
|
providedIn: 'root'
|
|
@@ -15532,9 +15552,9 @@ class TaxSummaryService {
|
|
|
15532
15552
|
});
|
|
15533
15553
|
}
|
|
15534
15554
|
}
|
|
15535
|
-
TaxSummaryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15536
|
-
TaxSummaryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15537
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15555
|
+
TaxSummaryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxSummaryService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15556
|
+
TaxSummaryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxSummaryService, providedIn: 'root' });
|
|
15557
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxSummaryService, decorators: [{
|
|
15538
15558
|
type: Injectable,
|
|
15539
15559
|
args: [{
|
|
15540
15560
|
providedIn: 'root'
|
|
@@ -15555,9 +15575,9 @@ class AllocationRuleService extends RestService$1 {
|
|
|
15555
15575
|
this.isApiPlatform = true;
|
|
15556
15576
|
}
|
|
15557
15577
|
}
|
|
15558
|
-
AllocationRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15559
|
-
AllocationRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15560
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15578
|
+
AllocationRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AllocationRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15579
|
+
AllocationRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AllocationRuleService, providedIn: 'root' });
|
|
15580
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AllocationRuleService, decorators: [{
|
|
15561
15581
|
type: Injectable,
|
|
15562
15582
|
args: [{
|
|
15563
15583
|
providedIn: 'root'
|
|
@@ -15647,9 +15667,9 @@ class TransactionAllocationService extends RestService {
|
|
|
15647
15667
|
});
|
|
15648
15668
|
}
|
|
15649
15669
|
}
|
|
15650
|
-
TransactionAllocationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15651
|
-
TransactionAllocationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15652
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15670
|
+
TransactionAllocationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionAllocationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15671
|
+
TransactionAllocationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionAllocationService, providedIn: 'root' });
|
|
15672
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionAllocationService, decorators: [{
|
|
15653
15673
|
type: Injectable,
|
|
15654
15674
|
args: [{
|
|
15655
15675
|
providedIn: 'root'
|
|
@@ -15675,9 +15695,9 @@ class TransactionReceiptService extends ReceiptService {
|
|
|
15675
15695
|
this.listenEvents();
|
|
15676
15696
|
}
|
|
15677
15697
|
}
|
|
15678
|
-
TransactionReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15679
|
-
TransactionReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15680
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15698
|
+
TransactionReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15699
|
+
TransactionReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionReceiptService, providedIn: 'root' });
|
|
15700
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionReceiptService, decorators: [{
|
|
15681
15701
|
type: Injectable,
|
|
15682
15702
|
args: [{
|
|
15683
15703
|
providedIn: 'root'
|
|
@@ -15989,9 +16009,9 @@ class TransactionService extends RestService {
|
|
|
15989
16009
|
});
|
|
15990
16010
|
}
|
|
15991
16011
|
}
|
|
15992
|
-
TransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15993
|
-
TransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15994
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16012
|
+
TransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: TransactionReceiptService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16013
|
+
TransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionService, providedIn: 'root' });
|
|
16014
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionService, decorators: [{
|
|
15995
16015
|
type: Injectable,
|
|
15996
16016
|
args: [{
|
|
15997
16017
|
providedIn: 'root'
|
|
@@ -16022,9 +16042,9 @@ class TutorialVideoService {
|
|
|
16022
16042
|
}
|
|
16023
16043
|
TutorialVideoService.googleUrl = `https://www.googleapis.com/drive/v3/files?fields=*&mimeType='video/mp4'&orderBy=name`;
|
|
16024
16044
|
TutorialVideoService.parents = '1uLMLzi8WUy2go9xhfzJEwgFwOM43dukM';
|
|
16025
|
-
TutorialVideoService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16026
|
-
TutorialVideoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16027
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16045
|
+
TutorialVideoService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TutorialVideoService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16046
|
+
TutorialVideoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TutorialVideoService, providedIn: 'root' });
|
|
16047
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TutorialVideoService, decorators: [{
|
|
16028
16048
|
type: Injectable,
|
|
16029
16049
|
args: [{
|
|
16030
16050
|
providedIn: 'root'
|
|
@@ -16046,9 +16066,9 @@ class VehicleService extends RestService {
|
|
|
16046
16066
|
this.modelClass = Vehicle;
|
|
16047
16067
|
}
|
|
16048
16068
|
}
|
|
16049
|
-
VehicleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16050
|
-
VehicleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16051
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16069
|
+
VehicleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16070
|
+
VehicleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleService, providedIn: 'root' });
|
|
16071
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleService, decorators: [{
|
|
16052
16072
|
type: Injectable,
|
|
16053
16073
|
args: [{
|
|
16054
16074
|
providedIn: 'root'
|
|
@@ -16120,9 +16140,9 @@ class VehicleClaimService extends RestService {
|
|
|
16120
16140
|
combineLatest(batch$).subscribe();
|
|
16121
16141
|
}
|
|
16122
16142
|
}
|
|
16123
|
-
VehicleClaimService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16124
|
-
VehicleClaimService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16125
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16143
|
+
VehicleClaimService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16144
|
+
VehicleClaimService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimService, providedIn: 'root' });
|
|
16145
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimService, decorators: [{
|
|
16126
16146
|
type: Injectable,
|
|
16127
16147
|
args: [{
|
|
16128
16148
|
providedIn: 'root'
|
|
@@ -16199,9 +16219,9 @@ class VehicleClaimDetailsService {
|
|
|
16199
16219
|
this.update(vehicleClaimDetails).subscribe();
|
|
16200
16220
|
}
|
|
16201
16221
|
}
|
|
16202
|
-
VehicleClaimDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16203
|
-
VehicleClaimDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16204
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16222
|
+
VehicleClaimDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimDetailsService, deps: [{ token: 'environment' }, { token: i1.HttpClient }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16223
|
+
VehicleClaimDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimDetailsService, providedIn: 'root' });
|
|
16224
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimDetailsService, decorators: [{
|
|
16205
16225
|
type: Injectable,
|
|
16206
16226
|
args: [{
|
|
16207
16227
|
providedIn: 'root'
|
|
@@ -16223,9 +16243,9 @@ class VehicleLogbookService extends RestService {
|
|
|
16223
16243
|
this.modelClass = VehicleLogbook;
|
|
16224
16244
|
}
|
|
16225
16245
|
}
|
|
16226
|
-
VehicleLogbookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16227
|
-
VehicleLogbookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16228
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16246
|
+
VehicleLogbookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleLogbookService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16247
|
+
VehicleLogbookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleLogbookService, providedIn: 'root' });
|
|
16248
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleLogbookService, decorators: [{
|
|
16229
16249
|
type: Injectable,
|
|
16230
16250
|
args: [{
|
|
16231
16251
|
providedIn: 'root'
|
|
@@ -16242,9 +16262,9 @@ class AnnualClientDetailsService extends RestService$1 {
|
|
|
16242
16262
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch', 'delete'];
|
|
16243
16263
|
}
|
|
16244
16264
|
}
|
|
16245
|
-
AnnualClientDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16246
|
-
AnnualClientDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16247
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16265
|
+
AnnualClientDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AnnualClientDetailsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16266
|
+
AnnualClientDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AnnualClientDetailsService, providedIn: 'root' });
|
|
16267
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AnnualClientDetailsService, decorators: [{
|
|
16248
16268
|
type: Injectable,
|
|
16249
16269
|
args: [{
|
|
16250
16270
|
providedIn: 'root'
|
|
@@ -16275,9 +16295,9 @@ class OccupationService {
|
|
|
16275
16295
|
return this.occupationsSubject.asObservable();
|
|
16276
16296
|
}
|
|
16277
16297
|
}
|
|
16278
|
-
OccupationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16279
|
-
OccupationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16280
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16298
|
+
OccupationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: OccupationService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16299
|
+
OccupationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: OccupationService, providedIn: 'root' });
|
|
16300
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: OccupationService, decorators: [{
|
|
16281
16301
|
type: Injectable,
|
|
16282
16302
|
args: [{
|
|
16283
16303
|
providedIn: 'root'
|
|
@@ -16323,9 +16343,9 @@ class UserEventSettingService extends RestService {
|
|
|
16323
16343
|
}));
|
|
16324
16344
|
}
|
|
16325
16345
|
}
|
|
16326
|
-
UserEventSettingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16327
|
-
UserEventSettingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16328
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16346
|
+
UserEventSettingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventSettingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16347
|
+
UserEventSettingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventSettingService, providedIn: 'root' });
|
|
16348
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventSettingService, decorators: [{
|
|
16329
16349
|
type: Injectable,
|
|
16330
16350
|
args: [{
|
|
16331
16351
|
providedIn: 'root'
|
|
@@ -16340,9 +16360,9 @@ class UserEventTypeService extends RestService {
|
|
|
16340
16360
|
this.isHydra = true;
|
|
16341
16361
|
}
|
|
16342
16362
|
}
|
|
16343
|
-
UserEventTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16344
|
-
UserEventTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16345
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16363
|
+
UserEventTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16364
|
+
UserEventTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventTypeService, providedIn: 'root' });
|
|
16365
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventTypeService, decorators: [{
|
|
16346
16366
|
type: Injectable,
|
|
16347
16367
|
args: [{
|
|
16348
16368
|
providedIn: 'root'
|
|
@@ -16359,9 +16379,9 @@ class UsersInviteService extends RestService {
|
|
|
16359
16379
|
this.url = 'users/invite';
|
|
16360
16380
|
}
|
|
16361
16381
|
}
|
|
16362
|
-
UsersInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16363
|
-
UsersInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16364
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16382
|
+
UsersInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UsersInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16383
|
+
UsersInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UsersInviteService, providedIn: 'root' });
|
|
16384
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UsersInviteService, decorators: [{
|
|
16365
16385
|
type: Injectable,
|
|
16366
16386
|
args: [{
|
|
16367
16387
|
providedIn: 'root'
|
|
@@ -16381,9 +16401,9 @@ class HoldingService extends RestService$1 {
|
|
|
16381
16401
|
this.listenCSE(HoldingSale, ['post', 'put', 'delete'], this.resetCache);
|
|
16382
16402
|
}
|
|
16383
16403
|
}
|
|
16384
|
-
HoldingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16385
|
-
HoldingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16386
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16404
|
+
HoldingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16405
|
+
HoldingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingService, providedIn: 'root' });
|
|
16406
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingService, decorators: [{
|
|
16387
16407
|
type: Injectable,
|
|
16388
16408
|
args: [{
|
|
16389
16409
|
providedIn: 'root'
|
|
@@ -16400,9 +16420,9 @@ class HoldingTypeService extends RestService$1 {
|
|
|
16400
16420
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
16401
16421
|
}
|
|
16402
16422
|
}
|
|
16403
|
-
HoldingTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16404
|
-
HoldingTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16405
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16423
|
+
HoldingTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16424
|
+
HoldingTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeService, providedIn: 'root' });
|
|
16425
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeService, decorators: [{
|
|
16406
16426
|
type: Injectable,
|
|
16407
16427
|
args: [{
|
|
16408
16428
|
providedIn: 'root'
|
|
@@ -16419,9 +16439,9 @@ class HoldingSaleService extends RestService$1 {
|
|
|
16419
16439
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
16420
16440
|
}
|
|
16421
16441
|
}
|
|
16422
|
-
HoldingSaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16423
|
-
HoldingSaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16424
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16442
|
+
HoldingSaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingSaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16443
|
+
HoldingSaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingSaleService, providedIn: 'root' });
|
|
16444
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingSaleService, decorators: [{
|
|
16425
16445
|
type: Injectable,
|
|
16426
16446
|
args: [{
|
|
16427
16447
|
providedIn: 'root'
|
|
@@ -16516,9 +16536,9 @@ class HoldingTypeExchangeService extends DataService {
|
|
|
16516
16536
|
this.setCache(HoldingTypeExchanges);
|
|
16517
16537
|
}
|
|
16518
16538
|
}
|
|
16519
|
-
HoldingTypeExchangeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16520
|
-
HoldingTypeExchangeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16521
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16539
|
+
HoldingTypeExchangeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeExchangeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16540
|
+
HoldingTypeExchangeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeExchangeService, providedIn: 'root' });
|
|
16541
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeExchangeService, decorators: [{
|
|
16522
16542
|
type: Injectable,
|
|
16523
16543
|
args: [{
|
|
16524
16544
|
providedIn: 'root'
|
|
@@ -16622,9 +16642,9 @@ class IncomeSourceTypeService extends DataService {
|
|
|
16622
16642
|
this.setCache(IncomeSourceTypes);
|
|
16623
16643
|
}
|
|
16624
16644
|
}
|
|
16625
|
-
IncomeSourceTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16626
|
-
IncomeSourceTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16627
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16645
|
+
IncomeSourceTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceTypeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16646
|
+
IncomeSourceTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceTypeService, providedIn: 'root' });
|
|
16647
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceTypeService, decorators: [{
|
|
16628
16648
|
type: Injectable,
|
|
16629
16649
|
args: [{
|
|
16630
16650
|
providedIn: 'root'
|
|
@@ -16646,9 +16666,9 @@ class ChartAccountsValueService extends DataService {
|
|
|
16646
16666
|
return this.getCache().find((ca) => ca.chartAccounts.id === chartAccountsId && new FinancialYear().year === ca.financialYear).value;
|
|
16647
16667
|
}
|
|
16648
16668
|
}
|
|
16649
|
-
ChartAccountsValueService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16650
|
-
ChartAccountsValueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16651
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16669
|
+
ChartAccountsValueService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsValueService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16670
|
+
ChartAccountsValueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsValueService, providedIn: 'root' });
|
|
16671
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsValueService, decorators: [{
|
|
16652
16672
|
type: Injectable,
|
|
16653
16673
|
args: [{
|
|
16654
16674
|
providedIn: 'root'
|
|
@@ -16868,9 +16888,9 @@ class AccountSetupService {
|
|
|
16868
16888
|
return this.create(AccountSetupItemsEnum.BANK_FEEDS, this.bankAccountsService.getArray());
|
|
16869
16889
|
}
|
|
16870
16890
|
}
|
|
16871
|
-
AccountSetupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16872
|
-
AccountSetupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16873
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16891
|
+
AccountSetupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", 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 });
|
|
16892
|
+
AccountSetupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AccountSetupService, providedIn: 'root' });
|
|
16893
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AccountSetupService, decorators: [{
|
|
16874
16894
|
type: Injectable,
|
|
16875
16895
|
args: [{
|
|
16876
16896
|
providedIn: 'root'
|
|
@@ -16896,9 +16916,9 @@ class RewardfulService {
|
|
|
16896
16916
|
});
|
|
16897
16917
|
}
|
|
16898
16918
|
}
|
|
16899
|
-
RewardfulService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16900
|
-
RewardfulService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16901
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16919
|
+
RewardfulService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RewardfulService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16920
|
+
RewardfulService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RewardfulService, providedIn: 'root' });
|
|
16921
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RewardfulService, decorators: [{
|
|
16902
16922
|
type: Injectable,
|
|
16903
16923
|
args: [{
|
|
16904
16924
|
providedIn: 'root'
|
|
@@ -16945,9 +16965,9 @@ class AssetsService {
|
|
|
16945
16965
|
return this.http.delete(`${this.environment.apiV2}/${asset.entityType}/${entityId}/${asset.type}/${asset.id}`);
|
|
16946
16966
|
}
|
|
16947
16967
|
}
|
|
16948
|
-
AssetsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16949
|
-
AssetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16950
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16968
|
+
AssetsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AssetsService, deps: [{ token: i1.HttpClient }, { token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16969
|
+
AssetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AssetsService, providedIn: 'root' });
|
|
16970
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AssetsService, decorators: [{
|
|
16951
16971
|
type: Injectable,
|
|
16952
16972
|
args: [{
|
|
16953
16973
|
providedIn: 'root'
|
|
@@ -17008,9 +17028,9 @@ class BankTransactionCalculationService {
|
|
|
17008
17028
|
return allocations.getByBankTransactionsIds(bankTransactions.debitTransactions.getIds()).amount;
|
|
17009
17029
|
}
|
|
17010
17030
|
}
|
|
17011
|
-
BankTransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17012
|
-
BankTransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17013
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
17031
|
+
BankTransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
17032
|
+
BankTransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionCalculationService, providedIn: 'root' });
|
|
17033
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionCalculationService, decorators: [{
|
|
17014
17034
|
type: Injectable,
|
|
17015
17035
|
args: [{
|
|
17016
17036
|
providedIn: 'root'
|
|
@@ -17039,9 +17059,9 @@ class BankAccountCalculationService {
|
|
|
17039
17059
|
return bankAccounts.currentBalance - this.getTaxTankBalance(bankAccounts.getLoanAccounts(), bankTransactions, allocations);
|
|
17040
17060
|
}
|
|
17041
17061
|
}
|
|
17042
|
-
BankAccountCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17043
|
-
BankAccountCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17044
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
17062
|
+
BankAccountCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountCalculationService, deps: [{ token: BankTransactionCalculationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
17063
|
+
BankAccountCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountCalculationService, providedIn: 'root' });
|
|
17064
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountCalculationService, decorators: [{
|
|
17045
17065
|
type: Injectable,
|
|
17046
17066
|
args: [{
|
|
17047
17067
|
providedIn: 'root'
|
|
@@ -17069,9 +17089,9 @@ class ExportFormatterService {
|
|
|
17069
17089
|
}));
|
|
17070
17090
|
}
|
|
17071
17091
|
}
|
|
17072
|
-
ExportFormatterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17073
|
-
ExportFormatterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17074
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
17092
|
+
ExportFormatterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ExportFormatterService, deps: [{ token: i1$1.CurrencyPipe }, { token: i1$1.PercentPipe }, { token: i1$1.DatePipe }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
17093
|
+
ExportFormatterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ExportFormatterService, providedIn: 'root' });
|
|
17094
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ExportFormatterService, decorators: [{
|
|
17075
17095
|
type: Injectable,
|
|
17076
17096
|
args: [{
|
|
17077
17097
|
providedIn: 'root'
|
|
@@ -17092,9 +17112,9 @@ class HeaderTitleService {
|
|
|
17092
17112
|
}), filter((route) => route.outlet === 'primary'), mergeMap((route) => route.data));
|
|
17093
17113
|
}
|
|
17094
17114
|
}
|
|
17095
|
-
HeaderTitleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17096
|
-
HeaderTitleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17097
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
17115
|
+
HeaderTitleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HeaderTitleService, deps: [{ token: i4.Router }, { token: i4.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
17116
|
+
HeaderTitleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HeaderTitleService, providedIn: 'root' });
|
|
17117
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HeaderTitleService, decorators: [{
|
|
17098
17118
|
type: Injectable,
|
|
17099
17119
|
args: [{
|
|
17100
17120
|
providedIn: 'root'
|
|
@@ -17128,9 +17148,9 @@ class IntercomService {
|
|
|
17128
17148
|
window.Intercom('boot', connectionCredentials);
|
|
17129
17149
|
}
|
|
17130
17150
|
}
|
|
17131
|
-
IntercomService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17132
|
-
IntercomService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17133
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
17151
|
+
IntercomService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IntercomService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
17152
|
+
IntercomService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IntercomService, providedIn: 'root' });
|
|
17153
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IntercomService, decorators: [{
|
|
17134
17154
|
type: Injectable,
|
|
17135
17155
|
args: [{
|
|
17136
17156
|
providedIn: 'root'
|
|
@@ -17202,9 +17222,9 @@ class PdfFromDomElementService {
|
|
|
17202
17222
|
.then((blob) => new File([blob], filename, { type: 'application/pdf' })));
|
|
17203
17223
|
}
|
|
17204
17224
|
}
|
|
17205
|
-
PdfFromDomElementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17206
|
-
PdfFromDomElementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17207
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
17225
|
+
PdfFromDomElementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDomElementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
17226
|
+
PdfFromDomElementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDomElementService, providedIn: 'root' });
|
|
17227
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDomElementService, decorators: [{
|
|
17208
17228
|
type: Injectable,
|
|
17209
17229
|
args: [{
|
|
17210
17230
|
providedIn: 'root'
|
|
@@ -17298,9 +17318,9 @@ class PdfFromTableService {
|
|
|
17298
17318
|
.setTextColor(FILE_SETTINGS.text.colorPrimary);
|
|
17299
17319
|
}
|
|
17300
17320
|
}
|
|
17301
|
-
PdfFromTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17302
|
-
PdfFromTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17303
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
17321
|
+
PdfFromTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromTableService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
17322
|
+
PdfFromTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromTableService, providedIn: 'root' });
|
|
17323
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromTableService, decorators: [{
|
|
17304
17324
|
type: Injectable,
|
|
17305
17325
|
args: [{
|
|
17306
17326
|
providedIn: 'root'
|
|
@@ -17334,9 +17354,9 @@ class PdfFromDataTableService extends PdfFromTableService {
|
|
|
17334
17354
|
return pdf;
|
|
17335
17355
|
}
|
|
17336
17356
|
}
|
|
17337
|
-
PdfFromDataTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17338
|
-
PdfFromDataTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17339
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
17357
|
+
PdfFromDataTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
17358
|
+
PdfFromDataTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDataTableService, providedIn: 'root' });
|
|
17359
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDataTableService, decorators: [{
|
|
17340
17360
|
type: Injectable,
|
|
17341
17361
|
args: [{
|
|
17342
17362
|
providedIn: 'root'
|
|
@@ -17369,9 +17389,9 @@ class PdfFromHtmlTableService extends PdfFromTableService {
|
|
|
17369
17389
|
return pdf;
|
|
17370
17390
|
}
|
|
17371
17391
|
}
|
|
17372
|
-
PdfFromHtmlTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17373
|
-
PdfFromHtmlTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17374
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
17392
|
+
PdfFromHtmlTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromHtmlTableService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
17393
|
+
PdfFromHtmlTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromHtmlTableService, providedIn: 'root' });
|
|
17394
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromHtmlTableService, decorators: [{
|
|
17375
17395
|
type: Injectable,
|
|
17376
17396
|
args: [{
|
|
17377
17397
|
providedIn: 'root'
|
|
@@ -17398,9 +17418,9 @@ class EquityPositionChartService {
|
|
|
17398
17418
|
}))));
|
|
17399
17419
|
}
|
|
17400
17420
|
}
|
|
17401
|
-
EquityPositionChartService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17402
|
-
EquityPositionChartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17403
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
17421
|
+
EquityPositionChartService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EquityPositionChartService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
17422
|
+
EquityPositionChartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EquityPositionChartService, providedIn: 'root' });
|
|
17423
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EquityPositionChartService, decorators: [{
|
|
17404
17424
|
type: Injectable,
|
|
17405
17425
|
args: [{
|
|
17406
17426
|
providedIn: 'root'
|
|
@@ -17555,9 +17575,9 @@ class PropertyCalculationService {
|
|
|
17555
17575
|
}
|
|
17556
17576
|
}
|
|
17557
17577
|
}
|
|
17558
|
-
PropertyCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17559
|
-
PropertyCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17560
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
17578
|
+
PropertyCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
17579
|
+
PropertyCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCalculationService, providedIn: 'root' });
|
|
17580
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCalculationService, decorators: [{
|
|
17561
17581
|
type: Injectable,
|
|
17562
17582
|
args: [{
|
|
17563
17583
|
providedIn: 'root'
|
|
@@ -17608,9 +17628,9 @@ class PropertyTransactionReportService {
|
|
|
17608
17628
|
.getWithoutBorrowingExpenses()));
|
|
17609
17629
|
}
|
|
17610
17630
|
}
|
|
17611
|
-
PropertyTransactionReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17612
|
-
PropertyTransactionReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17613
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
17631
|
+
PropertyTransactionReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyTransactionReportService, deps: [{ token: PropertyService }, { token: TransactionService }, { token: DepreciationService }, { token: ChartAccountsService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
17632
|
+
PropertyTransactionReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyTransactionReportService, providedIn: 'root' });
|
|
17633
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyTransactionReportService, decorators: [{
|
|
17614
17634
|
type: Injectable,
|
|
17615
17635
|
args: [{
|
|
17616
17636
|
providedIn: 'root'
|
|
@@ -17678,9 +17698,9 @@ class TransactionCalculationService {
|
|
|
17678
17698
|
return bankTransactions.sumBy('amount') - allocations.getByBankTransactionsIds(bankTransactions.getIds()).sumBy('amount');
|
|
17679
17699
|
}
|
|
17680
17700
|
}
|
|
17681
|
-
TransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17682
|
-
TransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17683
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
17701
|
+
TransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
17702
|
+
TransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionCalculationService, providedIn: 'root' });
|
|
17703
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionCalculationService, decorators: [{
|
|
17684
17704
|
type: Injectable,
|
|
17685
17705
|
args: [{
|
|
17686
17706
|
providedIn: 'root'
|
|
@@ -17740,9 +17760,9 @@ class LogbookBestPeriodService {
|
|
|
17740
17760
|
});
|
|
17741
17761
|
}
|
|
17742
17762
|
}
|
|
17743
|
-
LogbookBestPeriodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17744
|
-
LogbookBestPeriodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17745
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
17763
|
+
LogbookBestPeriodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LogbookBestPeriodService, deps: [{ token: VehicleClaimDetailsService }, { token: VehicleClaimService }, { token: VehicleLogbookService }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
17764
|
+
LogbookBestPeriodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LogbookBestPeriodService, providedIn: 'root' });
|
|
17765
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LogbookBestPeriodService, decorators: [{
|
|
17746
17766
|
type: Injectable,
|
|
17747
17767
|
args: [{
|
|
17748
17768
|
providedIn: 'root'
|
|
@@ -17821,9 +17841,9 @@ class XlsxService {
|
|
|
17821
17841
|
FileSaver.saveAs(data, `${fileName}.xlsx`);
|
|
17822
17842
|
}
|
|
17823
17843
|
}
|
|
17824
|
-
XlsxService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17825
|
-
XlsxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17826
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
17844
|
+
XlsxService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: XlsxService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
17845
|
+
XlsxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: XlsxService, providedIn: 'root' });
|
|
17846
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: XlsxService, decorators: [{
|
|
17827
17847
|
type: Injectable,
|
|
17828
17848
|
args: [{
|
|
17829
17849
|
providedIn: 'root'
|