taxtank-core 3.0.5 → 3.0.6
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/fesm2022/taxtank-core-common.mjs +20 -20
- package/fesm2022/taxtank-core-common.mjs.map +1 -1
- package/fesm2022/taxtank-core.mjs +475 -475
- package/fesm2022/taxtank-core.mjs.map +1 -1
- package/package.json +16 -15
- package/types/taxtank-core.d.ts.map +1 -0
- /package/{common/index.d.ts → types/taxtank-core-common.d.ts} +0 -0
- /package/{index.d.ts → types/taxtank-core.d.ts} +0 -0
|
@@ -64,10 +64,10 @@ class PdfService {
|
|
|
64
64
|
formData.append('landscape', landscape ? '1' : '0');
|
|
65
65
|
return this.http.post(`${this.environment.apiV2}/pdf/html`, formData, { responseType: 'blob' });
|
|
66
66
|
}
|
|
67
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
68
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
67
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: PdfService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
68
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: PdfService, providedIn: 'root' }); }
|
|
69
69
|
}
|
|
70
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
70
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: PdfService, decorators: [{
|
|
71
71
|
type: Injectable,
|
|
72
72
|
args: [{
|
|
73
73
|
providedIn: 'root'
|
|
@@ -13247,10 +13247,10 @@ class EventDispatcherService {
|
|
|
13247
13247
|
dispatch2(event) {
|
|
13248
13248
|
this.eventSubject2.next(event);
|
|
13249
13249
|
}
|
|
13250
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13251
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
13250
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: EventDispatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
13251
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: EventDispatcherService, providedIn: 'root' }); }
|
|
13252
13252
|
}
|
|
13253
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13253
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: EventDispatcherService, decorators: [{
|
|
13254
13254
|
type: Injectable,
|
|
13255
13255
|
args: [{
|
|
13256
13256
|
providedIn: 'root'
|
|
@@ -13285,10 +13285,10 @@ class SseService {
|
|
|
13285
13285
|
})
|
|
13286
13286
|
.pipe(map((messageEvent) => JSON.parse(messageEvent.data)));
|
|
13287
13287
|
}
|
|
13288
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13289
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
13288
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: SseService, deps: [{ token: i0.NgZone }, { token: i3.JwtService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
13289
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: SseService, providedIn: 'root' }); }
|
|
13290
13290
|
}
|
|
13291
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13291
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: SseService, decorators: [{
|
|
13292
13292
|
type: Injectable,
|
|
13293
13293
|
args: [{
|
|
13294
13294
|
providedIn: 'root'
|
|
@@ -13376,10 +13376,10 @@ class DataService {
|
|
|
13376
13376
|
setCache(data) {
|
|
13377
13377
|
this.cache = this.createCollectionInstance(this.collectionClass, data);
|
|
13378
13378
|
}
|
|
13379
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13380
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
13379
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: DataService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
13380
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: DataService, providedIn: 'root' }); }
|
|
13381
13381
|
}
|
|
13382
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13382
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: DataService, decorators: [{
|
|
13383
13383
|
type: Injectable,
|
|
13384
13384
|
args: [{
|
|
13385
13385
|
providedIn: 'root'
|
|
@@ -13447,10 +13447,10 @@ class ToastService {
|
|
|
13447
13447
|
message,
|
|
13448
13448
|
}));
|
|
13449
13449
|
}
|
|
13450
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13451
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
13450
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
13451
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: ToastService, providedIn: 'root' }); }
|
|
13452
13452
|
}
|
|
13453
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13453
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: ToastService, decorators: [{
|
|
13454
13454
|
type: Injectable,
|
|
13455
13455
|
args: [{
|
|
13456
13456
|
providedIn: 'root'
|
|
@@ -13843,10 +13843,10 @@ let RestService$1 = class RestService extends DataService {
|
|
|
13843
13843
|
this.handleResponse([change.model], change.method);
|
|
13844
13844
|
});
|
|
13845
13845
|
}
|
|
13846
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13847
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
13846
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: RestService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
13847
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: RestService, providedIn: 'root' }); }
|
|
13848
13848
|
};
|
|
13849
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13849
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: RestService$1, decorators: [{
|
|
13850
13850
|
type: Injectable,
|
|
13851
13851
|
args: [{
|
|
13852
13852
|
providedIn: 'root'
|
|
@@ -13989,10 +13989,10 @@ class BankAccountService extends RestService$1 {
|
|
|
13989
13989
|
}
|
|
13990
13990
|
});
|
|
13991
13991
|
}
|
|
13992
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13993
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
13992
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: BankAccountService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
13993
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: BankAccountService, providedIn: 'root' }); }
|
|
13994
13994
|
}
|
|
13995
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13995
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: BankAccountService, decorators: [{
|
|
13996
13996
|
type: Injectable,
|
|
13997
13997
|
args: [{
|
|
13998
13998
|
providedIn: 'root'
|
|
@@ -14115,10 +14115,10 @@ class BankConnectionService extends RestService$1 {
|
|
|
14115
14115
|
}
|
|
14116
14116
|
});
|
|
14117
14117
|
}
|
|
14118
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14119
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
14118
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: BankConnectionService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
14119
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: BankConnectionService, providedIn: 'root' }); }
|
|
14120
14120
|
}
|
|
14121
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14121
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: BankConnectionService, decorators: [{
|
|
14122
14122
|
type: Injectable,
|
|
14123
14123
|
args: [{
|
|
14124
14124
|
providedIn: 'root'
|
|
@@ -14164,10 +14164,10 @@ class BankTransactionService extends RestService$1 {
|
|
|
14164
14164
|
}
|
|
14165
14165
|
});
|
|
14166
14166
|
}
|
|
14167
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14168
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
14167
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: BankTransactionService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
14168
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: BankTransactionService, providedIn: 'root' }); }
|
|
14169
14169
|
}
|
|
14170
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14170
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: BankTransactionService, decorators: [{
|
|
14171
14171
|
type: Injectable,
|
|
14172
14172
|
args: [{
|
|
14173
14173
|
providedIn: 'root'
|
|
@@ -14196,10 +14196,10 @@ class BankTransactionImportService extends RestService$1 {
|
|
|
14196
14196
|
formData.append('file', file);
|
|
14197
14197
|
return this.importFile(formData, `${this.environment.apiV2}/bank-accounts/${bankAccountId}/bank-transaction-imports`);
|
|
14198
14198
|
}
|
|
14199
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14200
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
14199
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: BankTransactionImportService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
14200
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: BankTransactionImportService, providedIn: 'root' }); }
|
|
14201
14201
|
}
|
|
14202
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14202
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: BankTransactionImportService, decorators: [{
|
|
14203
14203
|
type: Injectable,
|
|
14204
14204
|
args: [{
|
|
14205
14205
|
providedIn: 'root'
|
|
@@ -14244,10 +14244,10 @@ class BasiqTokenService extends RestService$1 {
|
|
|
14244
14244
|
const now = new Date().getTime();
|
|
14245
14245
|
return new BasiqToken(tokenResponse['access_token'], new Date(now + tokenResponse['expires_in'] * 1000));
|
|
14246
14246
|
}
|
|
14247
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14248
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
14247
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: BasiqTokenService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
14248
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: BasiqTokenService, providedIn: 'root' }); }
|
|
14249
14249
|
}
|
|
14250
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14250
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: BasiqTokenService, decorators: [{
|
|
14251
14251
|
type: Injectable,
|
|
14252
14252
|
args: [{
|
|
14253
14253
|
providedIn: 'root'
|
|
@@ -14289,10 +14289,10 @@ class BasiqService extends RestService$1 {
|
|
|
14289
14289
|
}
|
|
14290
14290
|
});
|
|
14291
14291
|
}
|
|
14292
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14293
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
14292
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: BasiqService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
14293
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: BasiqService, providedIn: 'root' }); }
|
|
14294
14294
|
}
|
|
14295
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14295
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: BasiqService, decorators: [{
|
|
14296
14296
|
type: Injectable,
|
|
14297
14297
|
args: [{
|
|
14298
14298
|
providedIn: 'root'
|
|
@@ -14355,10 +14355,10 @@ class MixpanelService {
|
|
|
14355
14355
|
}
|
|
14356
14356
|
mixpanel['track_pageview']();
|
|
14357
14357
|
}
|
|
14358
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14359
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
14358
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: MixpanelService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
14359
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: MixpanelService, providedIn: 'root' }); }
|
|
14360
14360
|
}
|
|
14361
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14361
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: MixpanelService, decorators: [{
|
|
14362
14362
|
type: Injectable,
|
|
14363
14363
|
args: [{
|
|
14364
14364
|
providedIn: 'root'
|
|
@@ -14425,10 +14425,10 @@ class JwtService extends JwtHelperService {
|
|
|
14425
14425
|
isMe(userId) {
|
|
14426
14426
|
return this.decode().id === userId;
|
|
14427
14427
|
}
|
|
14428
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14429
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
14428
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: JwtService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
14429
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: JwtService, providedIn: 'root' }); }
|
|
14430
14430
|
}
|
|
14431
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14431
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: JwtService, decorators: [{
|
|
14432
14432
|
type: Injectable,
|
|
14433
14433
|
args: [{
|
|
14434
14434
|
providedIn: 'root'
|
|
@@ -14469,10 +14469,10 @@ class AuthService {
|
|
|
14469
14469
|
this.jwtService.destroyTokens();
|
|
14470
14470
|
location.replace(url);
|
|
14471
14471
|
}
|
|
14472
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14473
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
14472
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: AuthService, deps: [{ token: i1.HttpClient }, { token: JwtService }, { token: MixpanelService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
14473
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: AuthService, providedIn: 'root' }); }
|
|
14474
14474
|
}
|
|
14475
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14475
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: AuthService, decorators: [{
|
|
14476
14476
|
type: Injectable,
|
|
14477
14477
|
args: [{
|
|
14478
14478
|
providedIn: 'root'
|
|
@@ -14609,10 +14609,10 @@ class JwtInterceptor {
|
|
|
14609
14609
|
// });
|
|
14610
14610
|
});
|
|
14611
14611
|
}
|
|
14612
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14613
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
14612
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: JwtInterceptor, deps: [{ token: JwtService }, { token: AuthService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
14613
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: JwtInterceptor }); }
|
|
14614
14614
|
}
|
|
14615
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14615
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: JwtInterceptor, decorators: [{
|
|
14616
14616
|
type: Injectable
|
|
14617
14617
|
}], ctorParameters: () => [{ type: JwtService }, { type: AuthService }, { type: undefined, decorators: [{
|
|
14618
14618
|
type: Inject,
|
|
@@ -14620,9 +14620,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.10", ngImpo
|
|
|
14620
14620
|
}] }] });
|
|
14621
14621
|
|
|
14622
14622
|
let InterceptorsModule$1 = class InterceptorsModule {
|
|
14623
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14624
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
14625
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
14623
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: InterceptorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
14624
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.0.7", ngImport: i0, type: InterceptorsModule }); }
|
|
14625
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: InterceptorsModule, providers: [
|
|
14626
14626
|
{
|
|
14627
14627
|
provide: HTTP_INTERCEPTORS,
|
|
14628
14628
|
useClass: JwtInterceptor,
|
|
@@ -14630,7 +14630,7 @@ let InterceptorsModule$1 = class InterceptorsModule {
|
|
|
14630
14630
|
}
|
|
14631
14631
|
] }); }
|
|
14632
14632
|
};
|
|
14633
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14633
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: InterceptorsModule$1, decorators: [{
|
|
14634
14634
|
type: NgModule,
|
|
14635
14635
|
args: [{
|
|
14636
14636
|
providers: [
|
|
@@ -14660,13 +14660,13 @@ class CommonModule {
|
|
|
14660
14660
|
]
|
|
14661
14661
|
};
|
|
14662
14662
|
}
|
|
14663
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14664
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
14663
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: CommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
14664
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.0.7", ngImport: i0, type: CommonModule, imports: [CommonModule$1,
|
|
14665
14665
|
InterceptorsModule$1] }); }
|
|
14666
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
14666
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: CommonModule, imports: [CommonModule$1,
|
|
14667
14667
|
InterceptorsModule$1] }); }
|
|
14668
14668
|
}
|
|
14669
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14669
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: CommonModule, decorators: [{
|
|
14670
14670
|
type: NgModule,
|
|
14671
14671
|
args: [{
|
|
14672
14672
|
declarations: [],
|
|
@@ -14741,10 +14741,10 @@ class BasiqUserService extends RestService$1 {
|
|
|
14741
14741
|
window.location.replace(url);
|
|
14742
14742
|
}));
|
|
14743
14743
|
}
|
|
14744
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14745
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
14744
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: BasiqUserService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
14745
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: BasiqUserService, providedIn: 'root' }); }
|
|
14746
14746
|
}
|
|
14747
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14747
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: BasiqUserService, decorators: [{
|
|
14748
14748
|
type: Injectable,
|
|
14749
14749
|
args: [{
|
|
14750
14750
|
providedIn: 'root'
|
|
@@ -14762,10 +14762,10 @@ class BankTransactionCommentService extends RestService$1 {
|
|
|
14762
14762
|
this.endpointUri = 'bank-transaction-comments';
|
|
14763
14763
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
14764
14764
|
}
|
|
14765
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14766
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
14765
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: BankTransactionCommentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
14766
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: BankTransactionCommentService, providedIn: 'root' }); }
|
|
14767
14767
|
}
|
|
14768
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14768
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: BankTransactionCommentService, decorators: [{
|
|
14769
14769
|
type: Injectable,
|
|
14770
14770
|
args: [{
|
|
14771
14771
|
providedIn: 'root'
|
|
@@ -14791,10 +14791,10 @@ class BankService extends RestService$1 {
|
|
|
14791
14791
|
this.endpointUri = 'banks';
|
|
14792
14792
|
this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
|
|
14793
14793
|
}
|
|
14794
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14795
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
14794
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: BankService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
14795
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: BankService, providedIn: 'root' }); }
|
|
14796
14796
|
}
|
|
14797
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14797
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: BankService, decorators: [{
|
|
14798
14798
|
type: Injectable,
|
|
14799
14799
|
args: [{
|
|
14800
14800
|
providedIn: 'root'
|
|
@@ -14820,10 +14820,10 @@ class ExchangeRateService extends RestService$1 {
|
|
|
14820
14820
|
this.collectionClass = Collection;
|
|
14821
14821
|
this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
|
|
14822
14822
|
}
|
|
14823
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14824
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
14823
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: ExchangeRateService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
14824
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: ExchangeRateService, providedIn: 'root' }); }
|
|
14825
14825
|
}
|
|
14826
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14826
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: ExchangeRateService, decorators: [{
|
|
14827
14827
|
type: Injectable,
|
|
14828
14828
|
args: [{
|
|
14829
14829
|
providedIn: 'root'
|
|
@@ -14839,10 +14839,10 @@ class BudgetService extends RestService$1 {
|
|
|
14839
14839
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
14840
14840
|
this.roles = [UserRolesEnum.MONEY_TANK];
|
|
14841
14841
|
}
|
|
14842
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14843
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
14842
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: BudgetService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
14843
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: BudgetService, providedIn: 'root' }); }
|
|
14844
14844
|
}
|
|
14845
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14845
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: BudgetService, decorators: [{
|
|
14846
14846
|
type: Injectable,
|
|
14847
14847
|
args: [{
|
|
14848
14848
|
providedIn: 'root'
|
|
@@ -14866,10 +14866,10 @@ class BudgetRuleService extends RestService$1 {
|
|
|
14866
14866
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
14867
14867
|
this.roles = [UserRolesEnum.MONEY_TANK];
|
|
14868
14868
|
}
|
|
14869
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14870
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
14869
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: BudgetRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
14870
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: BudgetRuleService, providedIn: 'root' }); }
|
|
14871
14871
|
}
|
|
14872
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14872
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: BudgetRuleService, decorators: [{
|
|
14873
14873
|
type: Injectable,
|
|
14874
14874
|
args: [{
|
|
14875
14875
|
providedIn: 'root'
|
|
@@ -14895,10 +14895,10 @@ class FinancialGoalService extends RestService$1 {
|
|
|
14895
14895
|
complete(goal) {
|
|
14896
14896
|
return this.put(Object.assign({}, goal, { status: FinancialGoalStatusEnum.COMPLETE, finalValue: goal.bankAccount.convertedBalance }));
|
|
14897
14897
|
}
|
|
14898
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14899
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
14898
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: FinancialGoalService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
14899
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: FinancialGoalService, providedIn: 'root' }); }
|
|
14900
14900
|
}
|
|
14901
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14901
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: FinancialGoalService, decorators: [{
|
|
14902
14902
|
type: Injectable,
|
|
14903
14903
|
args: [{
|
|
14904
14904
|
providedIn: 'root'
|
|
@@ -14929,10 +14929,10 @@ class CalendarReminderService extends RestService$1 {
|
|
|
14929
14929
|
this.listenCSE(SoleBusiness, this.refreshCache, ['put']);
|
|
14930
14930
|
this.listenCSE(IncomeSource, this.refreshCache, ['put']);
|
|
14931
14931
|
}
|
|
14932
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14933
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
14932
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: CalendarReminderService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
14933
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: CalendarReminderService, providedIn: 'root' }); }
|
|
14934
14934
|
}
|
|
14935
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14935
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: CalendarReminderService, decorators: [{
|
|
14936
14936
|
type: Injectable,
|
|
14937
14937
|
args: [{
|
|
14938
14938
|
providedIn: 'root',
|
|
@@ -14961,10 +14961,10 @@ class ChartAccountsDepreciationService extends RestService$1 {
|
|
|
14961
14961
|
this.collectionClass = Collection;
|
|
14962
14962
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
14963
14963
|
}
|
|
14964
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14965
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
14964
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: ChartAccountsDepreciationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
14965
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: ChartAccountsDepreciationService, providedIn: 'root' }); }
|
|
14966
14966
|
}
|
|
14967
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14967
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: ChartAccountsDepreciationService, decorators: [{
|
|
14968
14968
|
type: Injectable,
|
|
14969
14969
|
args: [{
|
|
14970
14970
|
providedIn: 'root'
|
|
@@ -15003,10 +15003,10 @@ class ChartAccountsService extends RestService$1 {
|
|
|
15003
15003
|
return headings;
|
|
15004
15004
|
}));
|
|
15005
15005
|
}
|
|
15006
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15007
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
15006
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: ChartAccountsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
15007
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: ChartAccountsService, providedIn: 'root' }); }
|
|
15008
15008
|
}
|
|
15009
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15009
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: ChartAccountsService, decorators: [{
|
|
15010
15010
|
type: Injectable,
|
|
15011
15011
|
args: [{
|
|
15012
15012
|
providedIn: 'root'
|
|
@@ -15090,10 +15090,10 @@ class ChatService extends RestService$1 {
|
|
|
15090
15090
|
this.setCache(cache, true);
|
|
15091
15091
|
}, ['post']);
|
|
15092
15092
|
}
|
|
15093
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15094
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
15093
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: ChatService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
15094
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: ChatService, providedIn: 'root' }); }
|
|
15095
15095
|
}
|
|
15096
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15096
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: ChatService, decorators: [{
|
|
15097
15097
|
type: Injectable,
|
|
15098
15098
|
args: [{
|
|
15099
15099
|
providedIn: 'root'
|
|
@@ -15123,10 +15123,10 @@ class MessageService extends RestService$1 {
|
|
|
15123
15123
|
getUnreadChatsAmount() {
|
|
15124
15124
|
return this.get().pipe(map((messages) => messages.getUnreadChatsAmount()));
|
|
15125
15125
|
}
|
|
15126
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15127
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
15126
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: MessageService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
15127
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: MessageService, providedIn: 'root' }); }
|
|
15128
15128
|
}
|
|
15129
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15129
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: MessageService, decorators: [{
|
|
15130
15130
|
type: Injectable,
|
|
15131
15131
|
args: [{
|
|
15132
15132
|
providedIn: 'root'
|
|
@@ -15195,10 +15195,10 @@ class MessageDocumentService extends RestService$1 {
|
|
|
15195
15195
|
addBatch(chatId, files) {
|
|
15196
15196
|
return combineLatest(files.map((file) => this.add(chatId, file))).pipe(map((docsBase) => docsBase.map((docBase) => plainToClass(MessageDocument, docBase))));
|
|
15197
15197
|
}
|
|
15198
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15199
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
15198
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: MessageDocumentService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
15199
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: MessageDocumentService, providedIn: 'root' }); }
|
|
15200
15200
|
}
|
|
15201
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15201
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: MessageDocumentService, decorators: [{
|
|
15202
15202
|
type: Injectable,
|
|
15203
15203
|
args: [{
|
|
15204
15204
|
providedIn: 'root'
|
|
@@ -15219,10 +15219,10 @@ class DashboardSettingsService extends RestService$1 {
|
|
|
15219
15219
|
this.endpointUri = 'dashboard-settings';
|
|
15220
15220
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch', 'delete'];
|
|
15221
15221
|
}
|
|
15222
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15223
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
15222
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: DashboardSettingsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
15223
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: DashboardSettingsService, providedIn: 'root' }); }
|
|
15224
15224
|
}
|
|
15225
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15225
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: DashboardSettingsService, decorators: [{
|
|
15226
15226
|
type: Injectable,
|
|
15227
15227
|
args: [{
|
|
15228
15228
|
providedIn: 'root'
|
|
@@ -15312,10 +15312,10 @@ class DepreciationService extends RestService$1 {
|
|
|
15312
15312
|
this.refreshCache();
|
|
15313
15313
|
});
|
|
15314
15314
|
}
|
|
15315
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15316
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
15315
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: DepreciationService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
15316
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: DepreciationService, providedIn: 'root' }); }
|
|
15317
15317
|
}
|
|
15318
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15318
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: DepreciationService, decorators: [{
|
|
15319
15319
|
type: Injectable,
|
|
15320
15320
|
args: [{
|
|
15321
15321
|
providedIn: 'root'
|
|
@@ -15337,10 +15337,10 @@ class DepreciationCapitalProjectService extends RestService$1 {
|
|
|
15337
15337
|
this.endpointUri = 'depreciation-capital-projects';
|
|
15338
15338
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
15339
15339
|
}
|
|
15340
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15341
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
15340
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: DepreciationCapitalProjectService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
15341
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: DepreciationCapitalProjectService, providedIn: 'root' }); }
|
|
15342
15342
|
}
|
|
15343
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15343
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: DepreciationCapitalProjectService, decorators: [{
|
|
15344
15344
|
type: Injectable,
|
|
15345
15345
|
args: [{
|
|
15346
15346
|
providedIn: 'root'
|
|
@@ -15363,10 +15363,10 @@ class PriorDepreciationService extends RestService$1 {
|
|
|
15363
15363
|
const financialYear = new FinancialYear(new FinancialYear().year - 1);
|
|
15364
15364
|
return super.get(this.apiUrl + `?financialYear=${financialYear.year}`).pipe(map(depreciations => depreciations.filterByFinancialYear('date', null, financialYear)));
|
|
15365
15365
|
}
|
|
15366
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15367
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
15366
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: PriorDepreciationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
15367
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: PriorDepreciationService, providedIn: 'root' }); }
|
|
15368
15368
|
}
|
|
15369
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15369
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: PriorDepreciationService, decorators: [{
|
|
15370
15370
|
type: Injectable,
|
|
15371
15371
|
args: [{
|
|
15372
15372
|
providedIn: 'root'
|
|
@@ -15392,10 +15392,10 @@ class DocumentFolderService extends RestService$1 {
|
|
|
15392
15392
|
this.modelClass = DocumentFolder;
|
|
15393
15393
|
this.disabledMethods = ['deleteBatch', 'postBatch', 'putBatch'];
|
|
15394
15394
|
}
|
|
15395
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15396
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
15395
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: DocumentFolderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
15396
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: DocumentFolderService, providedIn: 'root' }); }
|
|
15397
15397
|
}
|
|
15398
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15398
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: DocumentFolderService, decorators: [{
|
|
15399
15399
|
type: Injectable,
|
|
15400
15400
|
args: [{
|
|
15401
15401
|
providedIn: 'root'
|
|
@@ -15420,10 +15420,10 @@ class DocumentService extends RestService$1 {
|
|
|
15420
15420
|
postFiles(folder, files) {
|
|
15421
15421
|
return this.postParallel(files.map(file => plainToClass(Document, { folder, file })));
|
|
15422
15422
|
}
|
|
15423
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15424
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
15423
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: DocumentService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
15424
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: DocumentService, providedIn: 'root' }); }
|
|
15425
15425
|
}
|
|
15426
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15426
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: DocumentService, decorators: [{
|
|
15427
15427
|
type: Injectable,
|
|
15428
15428
|
args: [{
|
|
15429
15429
|
providedIn: 'root'
|
|
@@ -15508,10 +15508,10 @@ class FacebookService {
|
|
|
15508
15508
|
});
|
|
15509
15509
|
});
|
|
15510
15510
|
}
|
|
15511
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15512
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
15511
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: FacebookService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: i3.JwtService }, { token: i4.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
15512
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: FacebookService, providedIn: 'root' }); }
|
|
15513
15513
|
}
|
|
15514
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15514
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: FacebookService, decorators: [{
|
|
15515
15515
|
type: Injectable,
|
|
15516
15516
|
args: [{
|
|
15517
15517
|
providedIn: 'root'
|
|
@@ -15578,10 +15578,10 @@ class GoogleService {
|
|
|
15578
15578
|
logout() {
|
|
15579
15579
|
google.accounts.id.disableAutoSelect();
|
|
15580
15580
|
}
|
|
15581
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15582
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
15581
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: GoogleService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: i3.JwtService }, { token: i4.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
15582
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: GoogleService, providedIn: 'root' }); }
|
|
15583
15583
|
}
|
|
15584
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15584
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: GoogleService, decorators: [{
|
|
15585
15585
|
type: Injectable,
|
|
15586
15586
|
args: [{
|
|
15587
15587
|
providedIn: 'root'
|
|
@@ -15613,10 +15613,10 @@ class FileService extends RestService$1 {
|
|
|
15613
15613
|
download(file) {
|
|
15614
15614
|
return this.http.get(`${this.apiUrl}/${file.id}/download`, { responseType: 'blob' });
|
|
15615
15615
|
}
|
|
15616
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15617
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
15616
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: FileService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
15617
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: FileService, providedIn: 'root' }); }
|
|
15618
15618
|
}
|
|
15619
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15619
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: FileService, decorators: [{
|
|
15620
15620
|
type: Injectable,
|
|
15621
15621
|
args: [{
|
|
15622
15622
|
providedIn: 'root'
|
|
@@ -15706,10 +15706,10 @@ class ClientInviteService extends RestService$1 {
|
|
|
15706
15706
|
}
|
|
15707
15707
|
});
|
|
15708
15708
|
}
|
|
15709
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15710
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
15709
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: ClientInviteService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
15710
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: ClientInviteService, providedIn: 'root' }); }
|
|
15711
15711
|
}
|
|
15712
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15712
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: ClientInviteService, decorators: [{
|
|
15713
15713
|
type: Injectable,
|
|
15714
15714
|
args: [{
|
|
15715
15715
|
providedIn: 'root'
|
|
@@ -15799,10 +15799,10 @@ class ClientMovementService extends RestService$1 {
|
|
|
15799
15799
|
// this.updateCache([clientMovement], 'delete');
|
|
15800
15800
|
}));
|
|
15801
15801
|
}
|
|
15802
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15803
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
15802
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: ClientMovementService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
15803
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: ClientMovementService, providedIn: 'root' }); }
|
|
15804
15804
|
}
|
|
15805
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15805
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: ClientMovementService, decorators: [{
|
|
15806
15806
|
type: Injectable,
|
|
15807
15807
|
args: [{
|
|
15808
15808
|
providedIn: 'root'
|
|
@@ -15863,10 +15863,10 @@ class EmployeeService extends RestService$1 {
|
|
|
15863
15863
|
index === -1 ? employee.roles.push(role) : employee.roles.splice(index, 1);
|
|
15864
15864
|
return super.put(employee, `${this.environment.apiV2}/${this.endpointUri}/${employee.id}`);
|
|
15865
15865
|
}
|
|
15866
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15867
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
15866
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: EmployeeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
15867
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: EmployeeService, providedIn: 'root' }); }
|
|
15868
15868
|
}
|
|
15869
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15869
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: EmployeeService, decorators: [{
|
|
15870
15870
|
type: Injectable,
|
|
15871
15871
|
args: [{
|
|
15872
15872
|
providedIn: 'root'
|
|
@@ -15927,10 +15927,10 @@ class EmployeeInviteService extends RestService$1 {
|
|
|
15927
15927
|
return updatedInvite;
|
|
15928
15928
|
}));
|
|
15929
15929
|
}
|
|
15930
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15931
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
15930
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: EmployeeInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
15931
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: EmployeeInviteService, providedIn: 'root' }); }
|
|
15932
15932
|
}
|
|
15933
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15933
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: EmployeeInviteService, decorators: [{
|
|
15934
15934
|
type: Injectable,
|
|
15935
15935
|
args: [{
|
|
15936
15936
|
providedIn: 'root'
|
|
@@ -15954,10 +15954,10 @@ class ClientPortfolioReportService {
|
|
|
15954
15954
|
return new ClientPortfolioReportCollection(clientReports);
|
|
15955
15955
|
}));
|
|
15956
15956
|
}
|
|
15957
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15958
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
15957
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: ClientPortfolioReportService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
15958
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: ClientPortfolioReportService, providedIn: 'root' }); }
|
|
15959
15959
|
}
|
|
15960
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15960
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: ClientPortfolioReportService, decorators: [{
|
|
15961
15961
|
type: Injectable,
|
|
15962
15962
|
args: [{
|
|
15963
15963
|
providedIn: 'root'
|
|
@@ -16001,10 +16001,10 @@ class FirmService {
|
|
|
16001
16001
|
this.firmSubject.next(updatedInstance);
|
|
16002
16002
|
}));
|
|
16003
16003
|
}
|
|
16004
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16005
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
16004
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: FirmService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
16005
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: FirmService, providedIn: 'root' }); }
|
|
16006
16006
|
}
|
|
16007
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16007
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: FirmService, decorators: [{
|
|
16008
16008
|
type: Injectable,
|
|
16009
16009
|
args: [{
|
|
16010
16010
|
providedIn: 'root'
|
|
@@ -16022,10 +16022,10 @@ class FirmBranchService extends RestService$1 {
|
|
|
16022
16022
|
this.collectionClass = (Collection);
|
|
16023
16023
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
16024
16024
|
}
|
|
16025
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16026
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
16025
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: FirmBranchService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
16026
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: FirmBranchService, providedIn: 'root' }); }
|
|
16027
16027
|
}
|
|
16028
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16028
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: FirmBranchService, decorators: [{
|
|
16029
16029
|
type: Injectable,
|
|
16030
16030
|
args: [{
|
|
16031
16031
|
providedIn: 'root'
|
|
@@ -16266,10 +16266,10 @@ class RestService {
|
|
|
16266
16266
|
getCache() {
|
|
16267
16267
|
return clone(this.cache);
|
|
16268
16268
|
}
|
|
16269
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16270
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
16269
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: RestService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
16270
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: RestService, providedIn: 'root' }); }
|
|
16271
16271
|
}
|
|
16272
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16272
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: RestService, decorators: [{
|
|
16273
16273
|
type: Injectable,
|
|
16274
16274
|
args: [{
|
|
16275
16275
|
providedIn: 'root'
|
|
@@ -16344,10 +16344,10 @@ class IncomeSourceForecastService extends RestService {
|
|
|
16344
16344
|
return incomeSource.incomeSourceForecasts;
|
|
16345
16345
|
}).flat();
|
|
16346
16346
|
}
|
|
16347
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16348
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
16347
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: IncomeSourceForecastService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
16348
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: IncomeSourceForecastService, providedIn: 'root' }); }
|
|
16349
16349
|
}
|
|
16350
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16350
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: IncomeSourceForecastService, decorators: [{
|
|
16351
16351
|
type: Injectable,
|
|
16352
16352
|
args: [{
|
|
16353
16353
|
providedIn: 'root'
|
|
@@ -16421,10 +16421,10 @@ class SalaryForecastService extends RestService {
|
|
|
16421
16421
|
return incomeSource.salaryForecasts;
|
|
16422
16422
|
}).flat();
|
|
16423
16423
|
}
|
|
16424
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16425
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
16424
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: SalaryForecastService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
16425
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: SalaryForecastService, providedIn: 'root' }); }
|
|
16426
16426
|
}
|
|
16427
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16427
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: SalaryForecastService, decorators: [{
|
|
16428
16428
|
type: Injectable,
|
|
16429
16429
|
args: [{
|
|
16430
16430
|
providedIn: 'root'
|
|
@@ -16506,10 +16506,10 @@ class SoleForecastService extends RestService {
|
|
|
16506
16506
|
this.refreshCache();
|
|
16507
16507
|
});
|
|
16508
16508
|
}
|
|
16509
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16510
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
16509
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: SoleForecastService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
16510
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: SoleForecastService, providedIn: 'root' }); }
|
|
16511
16511
|
}
|
|
16512
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16512
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: SoleForecastService, decorators: [{
|
|
16513
16513
|
type: Injectable,
|
|
16514
16514
|
args: [{
|
|
16515
16515
|
providedIn: 'root'
|
|
@@ -16592,10 +16592,10 @@ class IncomeSourceService extends RestService {
|
|
|
16592
16592
|
this.refreshCache();
|
|
16593
16593
|
});
|
|
16594
16594
|
}
|
|
16595
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16596
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
16595
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: IncomeSourceService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
16596
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: IncomeSourceService, providedIn: 'root' }); }
|
|
16597
16597
|
}
|
|
16598
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16598
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: IncomeSourceService, decorators: [{
|
|
16599
16599
|
type: Injectable,
|
|
16600
16600
|
args: [{
|
|
16601
16601
|
providedIn: 'root'
|
|
@@ -16668,10 +16668,10 @@ class BorrowingExpenseService {
|
|
|
16668
16668
|
return combinedBorrowingExpenses;
|
|
16669
16669
|
}));
|
|
16670
16670
|
}
|
|
16671
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16672
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
16671
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: BorrowingExpenseService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
16672
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: BorrowingExpenseService, providedIn: 'root' }); }
|
|
16673
16673
|
}
|
|
16674
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16674
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: BorrowingExpenseService, decorators: [{
|
|
16675
16675
|
type: Injectable,
|
|
16676
16676
|
args: [{
|
|
16677
16677
|
providedIn: 'root'
|
|
@@ -16755,10 +16755,10 @@ class LoanService extends RestService$1 {
|
|
|
16755
16755
|
delete(loan) {
|
|
16756
16756
|
return super.delete(loan, `${this.environment.apiV2}/loans/${loan.id}`);
|
|
16757
16757
|
}
|
|
16758
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16759
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
16758
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: LoanService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
16759
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: LoanService, providedIn: 'root' }); }
|
|
16760
16760
|
}
|
|
16761
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16761
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: LoanService, decorators: [{
|
|
16762
16762
|
type: Injectable,
|
|
16763
16763
|
args: [{
|
|
16764
16764
|
providedIn: 'root'
|
|
@@ -16784,10 +16784,10 @@ class BorrowingReportService extends RestService$1 {
|
|
|
16784
16784
|
this.collectionClass = Collection;
|
|
16785
16785
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
16786
16786
|
}
|
|
16787
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16788
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
16787
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: BorrowingReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
16788
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: BorrowingReportService, providedIn: 'root' }); }
|
|
16789
16789
|
}
|
|
16790
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16790
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: BorrowingReportService, decorators: [{
|
|
16791
16791
|
type: Injectable,
|
|
16792
16792
|
args: [{
|
|
16793
16793
|
providedIn: 'root'
|
|
@@ -16812,10 +16812,10 @@ class PropertyCategoryService extends RestService$1 {
|
|
|
16812
16812
|
this.endpointUri = 'properties/categories';
|
|
16813
16813
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
16814
16814
|
}
|
|
16815
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16816
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
16815
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: PropertyCategoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
16816
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: PropertyCategoryService, providedIn: 'root' }); }
|
|
16817
16817
|
}
|
|
16818
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16818
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: PropertyCategoryService, decorators: [{
|
|
16819
16819
|
type: Injectable,
|
|
16820
16820
|
args: [{
|
|
16821
16821
|
providedIn: 'root'
|
|
@@ -16837,10 +16837,10 @@ class PropertyCategoryMovementService extends RestService$1 {
|
|
|
16837
16837
|
this.listenCSE(Property, this.refreshCache, ['post']);
|
|
16838
16838
|
this.listenCSE(PropertyValuation, this.refreshCache);
|
|
16839
16839
|
}
|
|
16840
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16841
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
16840
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: PropertyCategoryMovementService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
16841
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: PropertyCategoryMovementService, providedIn: 'root' }); }
|
|
16842
16842
|
}
|
|
16843
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16843
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: PropertyCategoryMovementService, decorators: [{
|
|
16844
16844
|
type: Injectable,
|
|
16845
16845
|
args: [{
|
|
16846
16846
|
providedIn: 'root'
|
|
@@ -16921,10 +16921,10 @@ class TaxExemptionService extends DataService {
|
|
|
16921
16921
|
this.collectionClass = TaxExemptionCollection;
|
|
16922
16922
|
this.setCache(TaxExemptions);
|
|
16923
16923
|
}
|
|
16924
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16925
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
16924
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: TaxExemptionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
16925
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: TaxExemptionService, providedIn: 'root' }); }
|
|
16926
16926
|
}
|
|
16927
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16927
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: TaxExemptionService, decorators: [{
|
|
16928
16928
|
type: Injectable,
|
|
16929
16929
|
args: [{
|
|
16930
16930
|
providedIn: 'root'
|
|
@@ -16940,10 +16940,10 @@ class PropertySaleService extends RestService$1 {
|
|
|
16940
16940
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
16941
16941
|
this.roles = [UserRolesEnum$1.PROPERTY_TANK];
|
|
16942
16942
|
}
|
|
16943
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16944
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
16943
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: PropertySaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
16944
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: PropertySaleService, providedIn: 'root' }); }
|
|
16945
16945
|
}
|
|
16946
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16946
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: PropertySaleService, decorators: [{
|
|
16947
16947
|
type: Injectable,
|
|
16948
16948
|
args: [{
|
|
16949
16949
|
providedIn: 'root'
|
|
@@ -16997,10 +16997,10 @@ class PropertyShareService extends RestService$1 {
|
|
|
16997
16997
|
listenSalesChanges() {
|
|
16998
16998
|
this.listenCSE(PropertySale, this.refreshCache, ['post', 'delete']);
|
|
16999
16999
|
}
|
|
17000
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17001
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
17000
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: PropertyShareService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
17001
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: PropertyShareService, providedIn: 'root' }); }
|
|
17002
17002
|
}
|
|
17003
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17003
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: PropertyShareService, decorators: [{
|
|
17004
17004
|
type: Injectable,
|
|
17005
17005
|
args: [{
|
|
17006
17006
|
providedIn: 'root'
|
|
@@ -17019,10 +17019,10 @@ class PropertyValuationService extends RestService$1 {
|
|
|
17019
17019
|
this.disabledMethods = ['postBatch', 'putBatch'];
|
|
17020
17020
|
this.useBackendError = true;
|
|
17021
17021
|
}
|
|
17022
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17023
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
17022
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: PropertyValuationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
17023
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: PropertyValuationService, providedIn: 'root' }); }
|
|
17024
17024
|
}
|
|
17025
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17025
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: PropertyValuationService, decorators: [{
|
|
17026
17026
|
type: Injectable,
|
|
17027
17027
|
args: [{
|
|
17028
17028
|
providedIn: 'root'
|
|
@@ -17166,10 +17166,10 @@ class PropertyService extends RestService$1 {
|
|
|
17166
17166
|
return of({ growthPercent: 0, lowMarketValue: 0, marketValue: 0, highMarketValue: 0, confidence: PropertyCorelogicStatsConfidenceTypeEnum.LOW });
|
|
17167
17167
|
}));
|
|
17168
17168
|
}
|
|
17169
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17170
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
17169
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: PropertyService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
17170
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: PropertyService, providedIn: 'root' }); }
|
|
17171
17171
|
}
|
|
17172
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17172
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: PropertyService, decorators: [{
|
|
17173
17173
|
type: Injectable,
|
|
17174
17174
|
args: [{
|
|
17175
17175
|
providedIn: 'root'
|
|
@@ -17226,10 +17226,10 @@ class ServiceNotificationService extends RestService {
|
|
|
17226
17226
|
this.eventDispatcherService.dispatch(new AppEvent(AppEventTypeEnum.NOTIFICATION_ADDED, notification));
|
|
17227
17227
|
});
|
|
17228
17228
|
}
|
|
17229
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17230
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
17229
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: ServiceNotificationService, deps: [{ token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
17230
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: ServiceNotificationService, providedIn: 'root' }); }
|
|
17231
17231
|
}
|
|
17232
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17232
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: ServiceNotificationService, decorators: [{
|
|
17233
17233
|
type: Injectable,
|
|
17234
17234
|
args: [{
|
|
17235
17235
|
providedIn: 'root'
|
|
@@ -17258,10 +17258,10 @@ class SoleBusinessService extends RestService$1 {
|
|
|
17258
17258
|
this.roles = [UserRolesEnum$1.SOLE_TANK];
|
|
17259
17259
|
this.useBackendError = true;
|
|
17260
17260
|
}
|
|
17261
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17262
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
17261
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: SoleBusinessService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
17262
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: SoleBusinessService, providedIn: 'root' }); }
|
|
17263
17263
|
}
|
|
17264
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17264
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: SoleBusinessService, decorators: [{
|
|
17265
17265
|
type: Injectable,
|
|
17266
17266
|
args: [{
|
|
17267
17267
|
providedIn: 'root'
|
|
@@ -17274,10 +17274,10 @@ class SoleBusinessActivityService extends RestService {
|
|
|
17274
17274
|
this.modelClass = SoleBusinessActivity;
|
|
17275
17275
|
this.url = 'sole-business-activities';
|
|
17276
17276
|
}
|
|
17277
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17278
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
17277
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: SoleBusinessActivityService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
17278
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: SoleBusinessActivityService, providedIn: 'root' }); }
|
|
17279
17279
|
}
|
|
17280
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17280
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: SoleBusinessActivityService, decorators: [{
|
|
17281
17281
|
type: Injectable,
|
|
17282
17282
|
args: [{
|
|
17283
17283
|
providedIn: 'root'
|
|
@@ -17306,10 +17306,10 @@ class SoleBusinessLossService extends RestService$1 {
|
|
|
17306
17306
|
this.refreshCache();
|
|
17307
17307
|
});
|
|
17308
17308
|
}
|
|
17309
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17310
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
17309
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: SoleBusinessLossService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
17310
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: SoleBusinessLossService, providedIn: 'root' }); }
|
|
17311
17311
|
}
|
|
17312
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17312
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: SoleBusinessLossService, decorators: [{
|
|
17313
17313
|
type: Injectable,
|
|
17314
17314
|
args: [{
|
|
17315
17315
|
providedIn: 'root'
|
|
@@ -17328,10 +17328,10 @@ class SoleBusinessLossOffsetRuleService extends RestService {
|
|
|
17328
17328
|
this.modelClass = SoleBusinessLossOffsetRule;
|
|
17329
17329
|
this.url = 'sole-business-loss-offset-rules';
|
|
17330
17330
|
}
|
|
17331
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17332
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
17331
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
17332
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' }); }
|
|
17333
17333
|
}
|
|
17334
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17334
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: SoleBusinessLossOffsetRuleService, decorators: [{
|
|
17335
17335
|
type: Injectable,
|
|
17336
17336
|
args: [{
|
|
17337
17337
|
providedIn: 'root'
|
|
@@ -17347,10 +17347,10 @@ class SoleContactService extends RestService$1 {
|
|
|
17347
17347
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
17348
17348
|
this.useBackendError = true;
|
|
17349
17349
|
}
|
|
17350
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17351
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
17350
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: SoleContactService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
17351
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: SoleContactService, providedIn: 'root' }); }
|
|
17352
17352
|
}
|
|
17353
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17353
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: SoleContactService, decorators: [{
|
|
17354
17354
|
type: Injectable,
|
|
17355
17355
|
args: [{
|
|
17356
17356
|
providedIn: 'root'
|
|
@@ -17377,10 +17377,10 @@ class BusinessDepreciationMethodService extends RestService$1 {
|
|
|
17377
17377
|
this.roles = [UserRolesEnum.SOLE_TANK];
|
|
17378
17378
|
this.useBackendError = true;
|
|
17379
17379
|
}
|
|
17380
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17381
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
17380
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: BusinessDepreciationMethodService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
17381
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: BusinessDepreciationMethodService, providedIn: 'root' }); }
|
|
17382
17382
|
}
|
|
17383
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17383
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: BusinessDepreciationMethodService, decorators: [{
|
|
17384
17384
|
type: Injectable,
|
|
17385
17385
|
args: [{
|
|
17386
17386
|
providedIn: 'root'
|
|
@@ -17402,10 +17402,10 @@ class SoleDetailsService extends RestService$1 {
|
|
|
17402
17402
|
get() {
|
|
17403
17403
|
return super.get().pipe(map(soleDetails => soleDetails.length ? soleDetails : new Collection([plainToClass(SoleDetails, {})])));
|
|
17404
17404
|
}
|
|
17405
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17406
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
17405
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: SoleDetailsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
17406
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: SoleDetailsService, providedIn: 'root' }); }
|
|
17407
17407
|
}
|
|
17408
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17408
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: SoleDetailsService, decorators: [{
|
|
17409
17409
|
type: Injectable,
|
|
17410
17410
|
args: [{
|
|
17411
17411
|
providedIn: 'root'
|
|
@@ -17447,10 +17447,10 @@ class SoleInvoiceService extends RestService$1 {
|
|
|
17447
17447
|
getInvoices() {
|
|
17448
17448
|
return this.get().pipe(map((invoices) => invoices.filterBy('type', SoleInvoiceTypeEnum.INVOICE)));
|
|
17449
17449
|
}
|
|
17450
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17451
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
17450
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: SoleInvoiceService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
17451
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: SoleInvoiceService, providedIn: 'root' }); }
|
|
17452
17452
|
}
|
|
17453
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17453
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: SoleInvoiceService, decorators: [{
|
|
17454
17454
|
type: Injectable,
|
|
17455
17455
|
args: [{
|
|
17456
17456
|
providedIn: 'root'
|
|
@@ -17466,10 +17466,10 @@ class SoleInvoiceTemplateService extends RestService {
|
|
|
17466
17466
|
this.modelClass = SoleInvoiceTemplate;
|
|
17467
17467
|
this.url = 'sole-invoice-templates';
|
|
17468
17468
|
}
|
|
17469
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17470
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
17469
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: SoleInvoiceTemplateService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
17470
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: SoleInvoiceTemplateService, providedIn: 'root' }); }
|
|
17471
17471
|
}
|
|
17472
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17472
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: SoleInvoiceTemplateService, decorators: [{
|
|
17473
17473
|
type: Injectable,
|
|
17474
17474
|
args: [{
|
|
17475
17475
|
providedIn: 'root'
|
|
@@ -17493,10 +17493,10 @@ class BasReportService extends RestService$1 {
|
|
|
17493
17493
|
this.roles = [UserRolesEnum.SOLE_TANK];
|
|
17494
17494
|
this.useBackendError = true;
|
|
17495
17495
|
}
|
|
17496
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17497
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
17496
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: BasReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
17497
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: BasReportService, providedIn: 'root' }); }
|
|
17498
17498
|
}
|
|
17499
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17499
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: BasReportService, decorators: [{
|
|
17500
17500
|
type: Injectable,
|
|
17501
17501
|
args: [{
|
|
17502
17502
|
providedIn: 'root'
|
|
@@ -17520,10 +17520,10 @@ class ServicePaymentService extends RestService$1 {
|
|
|
17520
17520
|
}
|
|
17521
17521
|
return this.http.get(`${this.environment.apiV2}/service-payments/${payment.id}/invoice-url`);
|
|
17522
17522
|
}
|
|
17523
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17524
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
17523
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: ServicePaymentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
17524
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: ServicePaymentService, providedIn: 'root' }); }
|
|
17525
17525
|
}
|
|
17526
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17526
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: ServicePaymentService, decorators: [{
|
|
17527
17527
|
type: Injectable,
|
|
17528
17528
|
args: [{
|
|
17529
17529
|
providedIn: 'root'
|
|
@@ -17555,10 +17555,10 @@ class ServicePaymentMethodService extends RestService$1 {
|
|
|
17555
17555
|
return this.http.put(`${this.apiUrl}/${paymentMethod.id}/default`, {})
|
|
17556
17556
|
.pipe(map((updatedPaymentMethod) => plainToClass(ServicePaymentMethod, updatedPaymentMethod)));
|
|
17557
17557
|
}
|
|
17558
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17559
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
17558
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: ServicePaymentMethodService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
17559
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: ServicePaymentMethodService, providedIn: 'root' }); }
|
|
17560
17560
|
}
|
|
17561
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17561
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: ServicePaymentMethodService, decorators: [{
|
|
17562
17562
|
type: Injectable,
|
|
17563
17563
|
args: [{
|
|
17564
17564
|
providedIn: 'root'
|
|
@@ -17579,10 +17579,10 @@ class ServicePriceService extends RestService$1 {
|
|
|
17579
17579
|
this.collectionClass = ServicePriceCollection;
|
|
17580
17580
|
this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
|
|
17581
17581
|
}
|
|
17582
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17583
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
17582
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: ServicePriceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
17583
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: ServicePriceService, providedIn: 'root' }); }
|
|
17584
17584
|
}
|
|
17585
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17585
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: ServicePriceService, decorators: [{
|
|
17586
17586
|
type: Injectable,
|
|
17587
17587
|
args: [{
|
|
17588
17588
|
providedIn: 'root'
|
|
@@ -17667,10 +17667,10 @@ class SubscriptionService extends RestService$1 {
|
|
|
17667
17667
|
get(path = this.apiUrl) {
|
|
17668
17668
|
return super.get(path).pipe(map(subscriptions => subscriptions.sortBy('isActive', 'ask')));
|
|
17669
17669
|
}
|
|
17670
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17671
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
17670
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: SubscriptionService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
17671
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: SubscriptionService, providedIn: 'root' }); }
|
|
17672
17672
|
}
|
|
17673
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17673
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: SubscriptionService, decorators: [{
|
|
17674
17674
|
type: Injectable,
|
|
17675
17675
|
args: [{
|
|
17676
17676
|
providedIn: 'root'
|
|
@@ -17688,10 +17688,10 @@ class ServiceProductService extends RestService$1 {
|
|
|
17688
17688
|
this.endpointUri = 'service-products';
|
|
17689
17689
|
this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
|
|
17690
17690
|
}
|
|
17691
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17692
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
17691
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: ServiceProductService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
17692
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: ServiceProductService, providedIn: 'root' }); }
|
|
17693
17693
|
}
|
|
17694
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17694
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: ServiceProductService, decorators: [{
|
|
17695
17695
|
type: Injectable,
|
|
17696
17696
|
args: [{
|
|
17697
17697
|
providedIn: 'root'
|
|
@@ -17827,10 +17827,10 @@ class TaxReviewHistoryService extends RestService {
|
|
|
17827
17827
|
this.updateCache();
|
|
17828
17828
|
});
|
|
17829
17829
|
}
|
|
17830
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17831
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
17830
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: TaxReviewHistoryService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
17831
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: TaxReviewHistoryService, providedIn: 'root' }); }
|
|
17832
17832
|
}
|
|
17833
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17833
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: TaxReviewHistoryService, decorators: [{
|
|
17834
17834
|
type: Injectable,
|
|
17835
17835
|
args: [{
|
|
17836
17836
|
providedIn: 'root'
|
|
@@ -17923,10 +17923,10 @@ class TaxReviewService extends RestService {
|
|
|
17923
17923
|
}
|
|
17924
17924
|
});
|
|
17925
17925
|
}
|
|
17926
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17927
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
17926
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: TaxReviewService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
17927
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: TaxReviewService, providedIn: 'root' }); }
|
|
17928
17928
|
}
|
|
17929
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17929
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: TaxReviewService, decorators: [{
|
|
17930
17930
|
type: Injectable,
|
|
17931
17931
|
args: [{
|
|
17932
17932
|
providedIn: 'root'
|
|
@@ -18257,10 +18257,10 @@ class TaxSummaryService {
|
|
|
18257
18257
|
this.getForecast().subscribe();
|
|
18258
18258
|
});
|
|
18259
18259
|
}
|
|
18260
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18261
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
18260
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: TaxSummaryService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
18261
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: TaxSummaryService, providedIn: 'root' }); }
|
|
18262
18262
|
}
|
|
18263
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18263
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: TaxSummaryService, decorators: [{
|
|
18264
18264
|
type: Injectable,
|
|
18265
18265
|
args: [{
|
|
18266
18266
|
providedIn: 'root'
|
|
@@ -18281,10 +18281,10 @@ class AllocationRuleService extends RestService$1 {
|
|
|
18281
18281
|
getCustomHttpErrorMessages() {
|
|
18282
18282
|
return { 422: 'You can only have 10 conditions in a rule' };
|
|
18283
18283
|
}
|
|
18284
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18285
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
18284
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: AllocationRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
18285
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: AllocationRuleService, providedIn: 'root' }); }
|
|
18286
18286
|
}
|
|
18287
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18287
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: AllocationRuleService, decorators: [{
|
|
18288
18288
|
type: Injectable,
|
|
18289
18289
|
args: [{
|
|
18290
18290
|
providedIn: 'root'
|
|
@@ -18389,10 +18389,10 @@ class TransactionAllocationService extends RestService {
|
|
|
18389
18389
|
}
|
|
18390
18390
|
});
|
|
18391
18391
|
}
|
|
18392
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18393
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
18392
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: TransactionAllocationService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
18393
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: TransactionAllocationService, providedIn: 'root' }); }
|
|
18394
18394
|
}
|
|
18395
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18395
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: TransactionAllocationService, decorators: [{
|
|
18396
18396
|
type: Injectable,
|
|
18397
18397
|
args: [{
|
|
18398
18398
|
providedIn: 'root'
|
|
@@ -18644,10 +18644,10 @@ class TransactionService extends RestService {
|
|
|
18644
18644
|
}
|
|
18645
18645
|
});
|
|
18646
18646
|
}
|
|
18647
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18648
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
18647
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: TransactionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
18648
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: TransactionService, providedIn: 'root' }); }
|
|
18649
18649
|
}
|
|
18650
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18650
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: TransactionService, decorators: [{
|
|
18651
18651
|
type: Injectable,
|
|
18652
18652
|
args: [{
|
|
18653
18653
|
providedIn: 'root'
|
|
@@ -18673,10 +18673,10 @@ class PriorTransactionService extends RestService$1 {
|
|
|
18673
18673
|
const financialYear = new FinancialYear(new FinancialYear().year - 1);
|
|
18674
18674
|
return super.get(this.apiUrl + `?financialYear=${financialYear.year}`).pipe(map(transactions => transactions.filterByFinancialYear('date', null, financialYear)));
|
|
18675
18675
|
}
|
|
18676
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18677
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
18676
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: PriorTransactionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
18677
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: PriorTransactionService, providedIn: 'root' }); }
|
|
18678
18678
|
}
|
|
18679
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18679
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: PriorTransactionService, decorators: [{
|
|
18680
18680
|
type: Injectable,
|
|
18681
18681
|
args: [{
|
|
18682
18682
|
providedIn: 'root'
|
|
@@ -18698,10 +18698,10 @@ class InvoiceTransactionsService extends RestService$1 {
|
|
|
18698
18698
|
this.endpointUri = 'invoices/transactions';
|
|
18699
18699
|
this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
|
|
18700
18700
|
}
|
|
18701
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18702
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
18701
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: InvoiceTransactionsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
18702
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: InvoiceTransactionsService, providedIn: 'root' }); }
|
|
18703
18703
|
}
|
|
18704
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18704
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: InvoiceTransactionsService, decorators: [{
|
|
18705
18705
|
type: Injectable,
|
|
18706
18706
|
args: [{
|
|
18707
18707
|
providedIn: 'root'
|
|
@@ -18725,10 +18725,10 @@ class YoutubeService {
|
|
|
18725
18725
|
title: item.snippet.title
|
|
18726
18726
|
}))));
|
|
18727
18727
|
}
|
|
18728
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18729
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
18728
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: YoutubeService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
18729
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: YoutubeService, providedIn: 'root' }); }
|
|
18730
18730
|
}
|
|
18731
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18731
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: YoutubeService, decorators: [{
|
|
18732
18732
|
type: Injectable,
|
|
18733
18733
|
args: [{
|
|
18734
18734
|
providedIn: 'root'
|
|
@@ -18748,10 +18748,10 @@ class VehicleService extends RestService$1 {
|
|
|
18748
18748
|
this.collectionClass = (Collection);
|
|
18749
18749
|
this.modelClass = Vehicle;
|
|
18750
18750
|
}
|
|
18751
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18752
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
18751
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: VehicleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
18752
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: VehicleService, providedIn: 'root' }); }
|
|
18753
18753
|
}
|
|
18754
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18754
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: VehicleService, decorators: [{
|
|
18755
18755
|
type: Injectable,
|
|
18756
18756
|
args: [{
|
|
18757
18757
|
providedIn: 'root'
|
|
@@ -18774,10 +18774,10 @@ class VehicleClaimService extends RestService$1 {
|
|
|
18774
18774
|
this.collectionClass = VehicleClaimCollection;
|
|
18775
18775
|
this.roles = [UserRolesEnum$1.WORK_TANK, UserRolesEnum$1.SOLE_TANK];
|
|
18776
18776
|
}
|
|
18777
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18778
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
18777
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: VehicleClaimService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
18778
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: VehicleClaimService, providedIn: 'root' }); }
|
|
18779
18779
|
}
|
|
18780
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18780
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: VehicleClaimService, decorators: [{
|
|
18781
18781
|
type: Injectable,
|
|
18782
18782
|
args: [{
|
|
18783
18783
|
providedIn: 'root'
|
|
@@ -18795,10 +18795,10 @@ class VehicleLogbookService extends RestService$1 {
|
|
|
18795
18795
|
this.collectionClass = VehicleLogbookCollection;
|
|
18796
18796
|
this.modelClass = VehicleLogbook;
|
|
18797
18797
|
}
|
|
18798
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18799
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
18798
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: VehicleLogbookService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
18799
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: VehicleLogbookService, providedIn: 'root' }); }
|
|
18800
18800
|
}
|
|
18801
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18801
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: VehicleLogbookService, decorators: [{
|
|
18802
18802
|
type: Injectable,
|
|
18803
18803
|
args: [{
|
|
18804
18804
|
providedIn: 'root'
|
|
@@ -18821,10 +18821,10 @@ class AnnualClientDetailsService extends RestService$1 {
|
|
|
18821
18821
|
this.endpointUri = 'annual-client-details';
|
|
18822
18822
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch', 'delete'];
|
|
18823
18823
|
}
|
|
18824
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18825
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
18824
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: AnnualClientDetailsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
18825
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: AnnualClientDetailsService, providedIn: 'root' }); }
|
|
18826
18826
|
}
|
|
18827
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18827
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: AnnualClientDetailsService, decorators: [{
|
|
18828
18828
|
type: Injectable,
|
|
18829
18829
|
args: [{
|
|
18830
18830
|
providedIn: 'root'
|
|
@@ -18854,10 +18854,10 @@ class OccupationService {
|
|
|
18854
18854
|
}
|
|
18855
18855
|
return this.occupationsSubject.asObservable();
|
|
18856
18856
|
}
|
|
18857
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18858
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
18857
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: OccupationService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
18858
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: OccupationService, providedIn: 'root' }); }
|
|
18859
18859
|
}
|
|
18860
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18860
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: OccupationService, decorators: [{
|
|
18861
18861
|
type: Injectable,
|
|
18862
18862
|
args: [{
|
|
18863
18863
|
providedIn: 'root'
|
|
@@ -18880,10 +18880,10 @@ class ClientCouponService extends RestService$1 {
|
|
|
18880
18880
|
this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
|
|
18881
18881
|
this.skipErrorCodes = [404];
|
|
18882
18882
|
}
|
|
18883
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18884
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
18883
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: ClientCouponService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
18884
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: ClientCouponService, providedIn: 'root' }); }
|
|
18885
18885
|
}
|
|
18886
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18886
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: ClientCouponService, decorators: [{
|
|
18887
18887
|
type: Injectable,
|
|
18888
18888
|
args: [{
|
|
18889
18889
|
providedIn: 'root'
|
|
@@ -18898,10 +18898,10 @@ class CapitalLossService extends RestService$1 {
|
|
|
18898
18898
|
this.collectionClass = (Collection);
|
|
18899
18899
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
18900
18900
|
}
|
|
18901
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18902
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
18901
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: CapitalLossService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
18902
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: CapitalLossService, providedIn: 'root' }); }
|
|
18903
18903
|
}
|
|
18904
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18904
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: CapitalLossService, decorators: [{
|
|
18905
18905
|
type: Injectable,
|
|
18906
18906
|
args: [{
|
|
18907
18907
|
providedIn: 'root'
|
|
@@ -18964,10 +18964,10 @@ class UserEventSettingService extends RestService$1 {
|
|
|
18964
18964
|
this.endpointUri = 'user-event-settings';
|
|
18965
18965
|
this.disabledMethods = ['postBatch', 'putBatch', 'delete', 'deleteBatch'];
|
|
18966
18966
|
}
|
|
18967
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18968
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
18967
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: UserEventSettingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
18968
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: UserEventSettingService, providedIn: 'root' }); }
|
|
18969
18969
|
}
|
|
18970
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18970
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: UserEventSettingService, decorators: [{
|
|
18971
18971
|
type: Injectable,
|
|
18972
18972
|
args: [{
|
|
18973
18973
|
providedIn: 'root'
|
|
@@ -18982,10 +18982,10 @@ class UserEventTypeService extends RestService$1 {
|
|
|
18982
18982
|
this.endpointUri = 'user-event-types';
|
|
18983
18983
|
this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
|
|
18984
18984
|
}
|
|
18985
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18986
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
18985
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: UserEventTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
18986
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: UserEventTypeService, providedIn: 'root' }); }
|
|
18987
18987
|
}
|
|
18988
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18988
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: UserEventTypeService, decorators: [{
|
|
18989
18989
|
type: Injectable,
|
|
18990
18990
|
args: [{
|
|
18991
18991
|
providedIn: 'root'
|
|
@@ -19013,10 +19013,10 @@ class UsersInviteService extends RestService {
|
|
|
19013
19013
|
this.modelClass = RegistrationInvite;
|
|
19014
19014
|
this.url = 'users/invite';
|
|
19015
19015
|
}
|
|
19016
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19017
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
19016
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: UsersInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
19017
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: UsersInviteService, providedIn: 'root' }); }
|
|
19018
19018
|
}
|
|
19019
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19019
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: UsersInviteService, decorators: [{
|
|
19020
19020
|
type: Injectable,
|
|
19021
19021
|
args: [{
|
|
19022
19022
|
providedIn: 'root'
|
|
@@ -19124,10 +19124,10 @@ class UserService extends RestService$1 {
|
|
|
19124
19124
|
this.setCache([user], true);
|
|
19125
19125
|
}, ['post', 'put']);
|
|
19126
19126
|
}
|
|
19127
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19128
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
19127
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: UserService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
19128
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: UserService, providedIn: 'root' }); }
|
|
19129
19129
|
}
|
|
19130
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19130
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: UserService, decorators: [{
|
|
19131
19131
|
type: Injectable,
|
|
19132
19132
|
args: [{
|
|
19133
19133
|
providedIn: 'root'
|
|
@@ -19148,10 +19148,10 @@ class FinancialYearService {
|
|
|
19148
19148
|
window.location.reload();
|
|
19149
19149
|
}));
|
|
19150
19150
|
}
|
|
19151
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19152
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
19151
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: FinancialYearService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
19152
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: FinancialYearService, providedIn: 'root' }); }
|
|
19153
19153
|
}
|
|
19154
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19154
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: FinancialYearService, decorators: [{
|
|
19155
19155
|
type: Injectable,
|
|
19156
19156
|
args: [{
|
|
19157
19157
|
providedIn: 'root'
|
|
@@ -19195,10 +19195,10 @@ class MfaDetailsService extends RestService$1 {
|
|
|
19195
19195
|
return mfaDetails;
|
|
19196
19196
|
}));
|
|
19197
19197
|
}
|
|
19198
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19199
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
19198
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: MfaDetailsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
19199
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: MfaDetailsService, providedIn: 'root' }); }
|
|
19200
19200
|
}
|
|
19201
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19201
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: MfaDetailsService, decorators: [{
|
|
19202
19202
|
type: Injectable,
|
|
19203
19203
|
args: [{
|
|
19204
19204
|
providedIn: 'root'
|
|
@@ -19235,10 +19235,10 @@ class HoldingTradeService extends RestService$1 {
|
|
|
19235
19235
|
}
|
|
19236
19236
|
});
|
|
19237
19237
|
}
|
|
19238
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19239
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
19238
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: HoldingTradeService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
19239
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: HoldingTradeService, providedIn: 'root' }); }
|
|
19240
19240
|
}
|
|
19241
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19241
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: HoldingTradeService, decorators: [{
|
|
19242
19242
|
type: Injectable,
|
|
19243
19243
|
args: [{
|
|
19244
19244
|
providedIn: 'root'
|
|
@@ -19278,10 +19278,10 @@ class HoldingTypeService extends RestService$1 {
|
|
|
19278
19278
|
}
|
|
19279
19279
|
});
|
|
19280
19280
|
}
|
|
19281
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19282
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
19281
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: HoldingTypeService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
19282
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: HoldingTypeService, providedIn: 'root' }); }
|
|
19283
19283
|
}
|
|
19284
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19284
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: HoldingTypeService, decorators: [{
|
|
19285
19285
|
type: Injectable,
|
|
19286
19286
|
args: [{
|
|
19287
19287
|
providedIn: 'root'
|
|
@@ -19300,10 +19300,10 @@ class HoldingSaleService extends RestService$1 {
|
|
|
19300
19300
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
19301
19301
|
this.roles = [UserRolesEnum$1.HOLDING_TANK];
|
|
19302
19302
|
}
|
|
19303
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19304
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
19303
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: HoldingSaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
19304
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: HoldingSaleService, providedIn: 'root' }); }
|
|
19305
19305
|
}
|
|
19306
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19306
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: HoldingSaleService, decorators: [{
|
|
19307
19307
|
type: Injectable,
|
|
19308
19308
|
args: [{
|
|
19309
19309
|
providedIn: 'root'
|
|
@@ -19336,10 +19336,10 @@ class HoldingTradeImportService extends RestService$1 {
|
|
|
19336
19336
|
formData.append('isTaxFree', (isTaxFree ? 1 : 0).toString());
|
|
19337
19337
|
return this.importFile(formData).pipe(tap$1(() => this.toastService.success(HoldingTradeImportMessagesEnum.CREATED)));
|
|
19338
19338
|
}
|
|
19339
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19340
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
19339
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: HoldingTradeImportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
19340
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: HoldingTradeImportService, providedIn: 'root' }); }
|
|
19341
19341
|
}
|
|
19342
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19342
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: HoldingTradeImportService, decorators: [{
|
|
19343
19343
|
type: Injectable,
|
|
19344
19344
|
args: [{
|
|
19345
19345
|
providedIn: 'root'
|
|
@@ -19433,10 +19433,10 @@ class HoldingTypeExchangeService extends DataService {
|
|
|
19433
19433
|
this.collectionClass = Collection;
|
|
19434
19434
|
this.setCache(HoldingTypeExchanges);
|
|
19435
19435
|
}
|
|
19436
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19437
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
19436
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: HoldingTypeExchangeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
19437
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: HoldingTypeExchangeService, providedIn: 'root' }); }
|
|
19438
19438
|
}
|
|
19439
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19439
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: HoldingTypeExchangeService, decorators: [{
|
|
19440
19440
|
type: Injectable,
|
|
19441
19441
|
args: [{
|
|
19442
19442
|
providedIn: 'root'
|
|
@@ -19478,10 +19478,10 @@ class HoldingTaxStatementService extends RestService$1 {
|
|
|
19478
19478
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
19479
19479
|
this.roles = [UserRolesEnum.HOLDING_TANK];
|
|
19480
19480
|
}
|
|
19481
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19482
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
19481
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: HoldingTaxStatementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
19482
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: HoldingTaxStatementService, providedIn: 'root' }); }
|
|
19483
19483
|
}
|
|
19484
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19484
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: HoldingTaxStatementService, decorators: [{
|
|
19485
19485
|
type: Injectable,
|
|
19486
19486
|
args: [{
|
|
19487
19487
|
providedIn: 'root'
|
|
@@ -19505,10 +19505,10 @@ class HoldingTaxStatementPayerService extends RestService$1 {
|
|
|
19505
19505
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
19506
19506
|
this.roles = [UserRolesEnum.HOLDING_TANK];
|
|
19507
19507
|
}
|
|
19508
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19509
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
19508
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: HoldingTaxStatementPayerService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
19509
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: HoldingTaxStatementPayerService, providedIn: 'root' }); }
|
|
19510
19510
|
}
|
|
19511
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19511
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: HoldingTaxStatementPayerService, decorators: [{
|
|
19512
19512
|
type: Injectable,
|
|
19513
19513
|
args: [{
|
|
19514
19514
|
providedIn: 'root'
|
|
@@ -19525,10 +19525,10 @@ class HoldingCostAdjustmentService extends RestService$1 {
|
|
|
19525
19525
|
this.roles = [UserRolesEnum.HOLDING_TANK];
|
|
19526
19526
|
this.useBackendError = true;
|
|
19527
19527
|
}
|
|
19528
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19529
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
19528
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: HoldingCostAdjustmentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
19529
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: HoldingCostAdjustmentService, providedIn: 'root' }); }
|
|
19530
19530
|
}
|
|
19531
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19531
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: HoldingCostAdjustmentService, decorators: [{
|
|
19532
19532
|
type: Injectable,
|
|
19533
19533
|
args: [{
|
|
19534
19534
|
providedIn: 'root'
|
|
@@ -19552,10 +19552,10 @@ class HomeOfficeClaimService extends RestService$1 {
|
|
|
19552
19552
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
19553
19553
|
this.roles = [UserRolesEnum$1.WORK_TANK, UserRolesEnum$1.SOLE_TANK];
|
|
19554
19554
|
}
|
|
19555
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19556
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
19555
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: HomeOfficeClaimService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
19556
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: HomeOfficeClaimService, providedIn: 'root' }); }
|
|
19557
19557
|
}
|
|
19558
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19558
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: HomeOfficeClaimService, decorators: [{
|
|
19559
19559
|
type: Injectable,
|
|
19560
19560
|
args: [{
|
|
19561
19561
|
providedIn: 'root'
|
|
@@ -19583,10 +19583,10 @@ class HomeOfficeLogService extends RestService$1 {
|
|
|
19583
19583
|
listenEvents() {
|
|
19584
19584
|
this.listenCSE(HomeOfficeClaim, this.refreshCache, ['post']);
|
|
19585
19585
|
}
|
|
19586
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19587
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
19586
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: HomeOfficeLogService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
19587
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: HomeOfficeLogService, providedIn: 'root' }); }
|
|
19588
19588
|
}
|
|
19589
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19589
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: HomeOfficeLogService, decorators: [{
|
|
19590
19590
|
type: Injectable,
|
|
19591
19591
|
args: [{
|
|
19592
19592
|
providedIn: 'root'
|
|
@@ -19626,10 +19626,10 @@ class AussieService extends RestService$1 {
|
|
|
19626
19626
|
postAppointment() {
|
|
19627
19627
|
return this.http.delete(`${this.environment.apiV2}/aussie/appointments`);
|
|
19628
19628
|
}
|
|
19629
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19630
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
19629
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: AussieService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
19630
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: AussieService, providedIn: 'root' }); }
|
|
19631
19631
|
}
|
|
19632
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19632
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: AussieService, decorators: [{
|
|
19633
19633
|
type: Injectable,
|
|
19634
19634
|
args: [{
|
|
19635
19635
|
providedIn: 'root'
|
|
@@ -19653,10 +19653,10 @@ class SharesightDetailsService extends RestService$1 {
|
|
|
19653
19653
|
reconnect(sharesightDetails) {
|
|
19654
19654
|
return this.put(sharesightDetails, `${this.apiUrl}/${sharesightDetails.id}/reconnect`);
|
|
19655
19655
|
}
|
|
19656
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19657
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
19656
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: SharesightDetailsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
19657
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: SharesightDetailsService, providedIn: 'root' }); }
|
|
19658
19658
|
}
|
|
19659
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19659
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: SharesightDetailsService, decorators: [{
|
|
19660
19660
|
type: Injectable,
|
|
19661
19661
|
args: [{
|
|
19662
19662
|
providedIn: 'root'
|
|
@@ -19674,10 +19674,10 @@ class SharesightPortfolioService extends RestService$1 {
|
|
|
19674
19674
|
getExternal() {
|
|
19675
19675
|
return this.fetch(`${this.apiUrl}/external`, false);
|
|
19676
19676
|
}
|
|
19677
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19678
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
19677
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: SharesightPortfolioService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
19678
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: SharesightPortfolioService, providedIn: 'root' }); }
|
|
19679
19679
|
}
|
|
19680
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19680
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: SharesightPortfolioService, decorators: [{
|
|
19681
19681
|
type: Injectable,
|
|
19682
19682
|
args: [{
|
|
19683
19683
|
providedIn: 'root'
|
|
@@ -19759,10 +19759,10 @@ class IncomeSourceTypeService extends DataService {
|
|
|
19759
19759
|
this.collectionClass = Collection;
|
|
19760
19760
|
this.setCache(IncomeSourceTypes);
|
|
19761
19761
|
}
|
|
19762
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19763
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
19762
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: IncomeSourceTypeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
19763
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: IncomeSourceTypeService, providedIn: 'root' }); }
|
|
19764
19764
|
}
|
|
19765
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19765
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: IncomeSourceTypeService, decorators: [{
|
|
19766
19766
|
type: Injectable,
|
|
19767
19767
|
args: [{
|
|
19768
19768
|
providedIn: 'root'
|
|
@@ -19776,10 +19776,10 @@ class ChartAccountsValueService extends DataService {
|
|
|
19776
19776
|
this.collectionClass = ChartAccountsValueCollection;
|
|
19777
19777
|
this.setCache(ChartAccountsValues);
|
|
19778
19778
|
}
|
|
19779
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19780
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
19779
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: ChartAccountsValueService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
19780
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: ChartAccountsValueService, providedIn: 'root' }); }
|
|
19781
19781
|
}
|
|
19782
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19782
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: ChartAccountsValueService, decorators: [{
|
|
19783
19783
|
type: Injectable,
|
|
19784
19784
|
args: [{
|
|
19785
19785
|
providedIn: 'root'
|
|
@@ -21752,10 +21752,10 @@ class TaxReturnItemService extends DataService {
|
|
|
21752
21752
|
this.collectionClass = Collection;
|
|
21753
21753
|
this.setCache(TaxReturnItems);
|
|
21754
21754
|
}
|
|
21755
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
21756
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
21755
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: TaxReturnItemService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
21756
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: TaxReturnItemService, providedIn: 'root' }); }
|
|
21757
21757
|
}
|
|
21758
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
21758
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: TaxReturnItemService, decorators: [{
|
|
21759
21759
|
type: Injectable,
|
|
21760
21760
|
args: [{
|
|
21761
21761
|
providedIn: 'root'
|
|
@@ -21936,10 +21936,10 @@ class CurrencyService extends DataService {
|
|
|
21936
21936
|
this.collectionClass = Collection;
|
|
21937
21937
|
this.setCache(Currencies);
|
|
21938
21938
|
}
|
|
21939
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
21940
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
21939
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: CurrencyService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
21940
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: CurrencyService, providedIn: 'root' }); }
|
|
21941
21941
|
}
|
|
21942
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
21942
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: CurrencyService, decorators: [{
|
|
21943
21943
|
type: Injectable,
|
|
21944
21944
|
args: [{
|
|
21945
21945
|
providedIn: 'root'
|
|
@@ -23450,10 +23450,10 @@ class CountryService extends DataService {
|
|
|
23450
23450
|
this.collectionClass = Collection;
|
|
23451
23451
|
this.setCache(countries);
|
|
23452
23452
|
}
|
|
23453
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
23454
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
23453
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: CountryService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
23454
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: CountryService, providedIn: 'root' }); }
|
|
23455
23455
|
}
|
|
23456
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
23456
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: CountryService, decorators: [{
|
|
23457
23457
|
type: Injectable,
|
|
23458
23458
|
args: [{
|
|
23459
23459
|
providedIn: 'root'
|
|
@@ -23468,10 +23468,10 @@ class SetupItemService extends RestService$1 {
|
|
|
23468
23468
|
this.collectionClass = AccountSetupItemCollection;
|
|
23469
23469
|
this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
|
|
23470
23470
|
}
|
|
23471
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
23472
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
23471
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: SetupItemService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
23472
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: SetupItemService, providedIn: 'root' }); }
|
|
23473
23473
|
}
|
|
23474
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
23474
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: SetupItemService, decorators: [{
|
|
23475
23475
|
type: Injectable,
|
|
23476
23476
|
args: [{
|
|
23477
23477
|
providedIn: 'root'
|
|
@@ -23661,10 +23661,10 @@ class AccountSetupService {
|
|
|
23661
23661
|
getSharesightDetails(importEnabled) {
|
|
23662
23662
|
return this.sharesightDetailsService.getArray().pipe(map(details => details.filter(detail => importEnabled ? detail.importEnabled : detail.exportEnabled)));
|
|
23663
23663
|
}
|
|
23664
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
23665
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
23664
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: AccountSetupService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
23665
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: AccountSetupService, providedIn: 'root' }); }
|
|
23666
23666
|
}
|
|
23667
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
23667
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: AccountSetupService, decorators: [{
|
|
23668
23668
|
type: Injectable,
|
|
23669
23669
|
args: [{
|
|
23670
23670
|
providedIn: 'root'
|
|
@@ -23679,10 +23679,10 @@ class AdblockDetectorService {
|
|
|
23679
23679
|
constructor() {
|
|
23680
23680
|
checkAdBlock().then((isDetected) => this.isDetected = isDetected);
|
|
23681
23681
|
}
|
|
23682
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
23683
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
23682
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: AdblockDetectorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
23683
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: AdblockDetectorService, providedIn: 'root' }); }
|
|
23684
23684
|
}
|
|
23685
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
23685
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: AdblockDetectorService, decorators: [{
|
|
23686
23686
|
type: Injectable,
|
|
23687
23687
|
args: [{
|
|
23688
23688
|
providedIn: 'root'
|
|
@@ -23725,10 +23725,10 @@ class UserSwitcherService {
|
|
|
23725
23725
|
window.location.replace('/client/dashboard');
|
|
23726
23726
|
});
|
|
23727
23727
|
}
|
|
23728
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
23729
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
23728
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: UserSwitcherService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
23729
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: UserSwitcherService, providedIn: 'root' }); }
|
|
23730
23730
|
}
|
|
23731
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
23731
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: UserSwitcherService, decorators: [{
|
|
23732
23732
|
type: Injectable,
|
|
23733
23733
|
args: [{
|
|
23734
23734
|
providedIn: 'root'
|
|
@@ -23772,10 +23772,10 @@ class AssetsService {
|
|
|
23772
23772
|
delete(entityId, asset) {
|
|
23773
23773
|
return this.http.delete(`${this.environment.apiV2}/${asset.entityType}/${entityId}/${asset.type}/${asset.id}`);
|
|
23774
23774
|
}
|
|
23775
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
23776
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
23775
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: AssetsService, deps: [{ token: i1.HttpClient }, { token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
23776
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: AssetsService, providedIn: 'root' }); }
|
|
23777
23777
|
}
|
|
23778
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
23778
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: AssetsService, decorators: [{
|
|
23779
23779
|
type: Injectable,
|
|
23780
23780
|
args: [{
|
|
23781
23781
|
providedIn: 'root'
|
|
@@ -23806,10 +23806,10 @@ class BankAccountCalculationService {
|
|
|
23806
23806
|
});
|
|
23807
23807
|
return total;
|
|
23808
23808
|
}
|
|
23809
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
23810
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
23809
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: BankAccountCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
23810
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: BankAccountCalculationService, providedIn: 'root' }); }
|
|
23811
23811
|
}
|
|
23812
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
23812
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: BankAccountCalculationService, decorators: [{
|
|
23813
23813
|
type: Injectable,
|
|
23814
23814
|
args: [{
|
|
23815
23815
|
providedIn: 'root'
|
|
@@ -23846,10 +23846,10 @@ class CorelogicService {
|
|
|
23846
23846
|
return throwError(() => error);
|
|
23847
23847
|
}));
|
|
23848
23848
|
}
|
|
23849
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
23850
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
23849
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: CorelogicService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
23850
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: CorelogicService, providedIn: 'root' }); }
|
|
23851
23851
|
}
|
|
23852
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
23852
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: CorelogicService, decorators: [{
|
|
23853
23853
|
type: Injectable,
|
|
23854
23854
|
args: [{
|
|
23855
23855
|
providedIn: 'root'
|
|
@@ -23867,10 +23867,10 @@ class GooglePlaceService {
|
|
|
23867
23867
|
getSuggestions(search, country = 'au') {
|
|
23868
23868
|
return this.http.get(`${this.environment.apiV2}/google-place/suggestions`, { params: { search, country } }).pipe(map((response) => response.map((item) => plainToClass(AddressSuggestion, item))));
|
|
23869
23869
|
}
|
|
23870
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
23871
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
23870
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: GooglePlaceService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
23871
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: GooglePlaceService, providedIn: 'root' }); }
|
|
23872
23872
|
}
|
|
23873
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
23873
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: GooglePlaceService, decorators: [{
|
|
23874
23874
|
type: Injectable,
|
|
23875
23875
|
args: [{
|
|
23876
23876
|
providedIn: 'root'
|
|
@@ -23900,10 +23900,10 @@ class ExportFormatterService {
|
|
|
23900
23900
|
}
|
|
23901
23901
|
}));
|
|
23902
23902
|
}
|
|
23903
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
23904
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
23903
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: ExportFormatterService, deps: [{ token: i1$1.CurrencyPipe }, { token: i1$1.PercentPipe }, { token: i1$1.DatePipe }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
23904
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: ExportFormatterService, providedIn: 'root' }); }
|
|
23905
23905
|
}
|
|
23906
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
23906
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: ExportFormatterService, decorators: [{
|
|
23907
23907
|
type: Injectable,
|
|
23908
23908
|
args: [{
|
|
23909
23909
|
providedIn: 'root'
|
|
@@ -23923,10 +23923,10 @@ class HeaderTitleService {
|
|
|
23923
23923
|
return route;
|
|
23924
23924
|
}), filter((route) => route.outlet === 'primary'), mergeMap((route) => route.data));
|
|
23925
23925
|
}
|
|
23926
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
23927
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
23926
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: HeaderTitleService, deps: [{ token: i4.Router }, { token: i4.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
23927
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: HeaderTitleService, providedIn: 'root' }); }
|
|
23928
23928
|
}
|
|
23929
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
23929
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: HeaderTitleService, decorators: [{
|
|
23930
23930
|
type: Injectable,
|
|
23931
23931
|
args: [{
|
|
23932
23932
|
providedIn: 'root'
|
|
@@ -23959,10 +23959,10 @@ class IntercomService {
|
|
|
23959
23959
|
const connectionCredentials = this.initUser(user);
|
|
23960
23960
|
window.Intercom('boot', connectionCredentials);
|
|
23961
23961
|
}
|
|
23962
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
23963
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
23962
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: IntercomService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
23963
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: IntercomService, providedIn: 'root' }); }
|
|
23964
23964
|
}
|
|
23965
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
23965
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: IntercomService, decorators: [{
|
|
23966
23966
|
type: Injectable,
|
|
23967
23967
|
args: [{
|
|
23968
23968
|
providedIn: 'root'
|
|
@@ -24078,10 +24078,10 @@ class PdfFromDomElementService {
|
|
|
24078
24078
|
idoc.head.appendChild(clone);
|
|
24079
24079
|
});
|
|
24080
24080
|
}
|
|
24081
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
24082
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
24081
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: PdfFromDomElementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
24082
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: PdfFromDomElementService, providedIn: 'root' }); }
|
|
24083
24083
|
}
|
|
24084
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
24084
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: PdfFromDomElementService, decorators: [{
|
|
24085
24085
|
type: Injectable,
|
|
24086
24086
|
args: [{
|
|
24087
24087
|
providedIn: 'root'
|
|
@@ -24197,10 +24197,10 @@ class PdfFromTableService {
|
|
|
24197
24197
|
startY: lastTableCoords + FILE_SETTINGS.titleCoords.top / 2,
|
|
24198
24198
|
});
|
|
24199
24199
|
}
|
|
24200
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
24201
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
24200
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: PdfFromTableService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
24201
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: PdfFromTableService, providedIn: 'root' }); }
|
|
24202
24202
|
}
|
|
24203
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
24203
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: PdfFromTableService, decorators: [{
|
|
24204
24204
|
type: Injectable,
|
|
24205
24205
|
args: [{
|
|
24206
24206
|
providedIn: 'root'
|
|
@@ -24242,10 +24242,10 @@ class PdfFromDataTableService extends PdfFromTableService {
|
|
|
24242
24242
|
});
|
|
24243
24243
|
return pdf;
|
|
24244
24244
|
}
|
|
24245
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
24246
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
24245
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
24246
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: PdfFromDataTableService, providedIn: 'root' }); }
|
|
24247
24247
|
}
|
|
24248
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
24248
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: PdfFromDataTableService, decorators: [{
|
|
24249
24249
|
type: Injectable,
|
|
24250
24250
|
args: [{
|
|
24251
24251
|
providedIn: 'root'
|
|
@@ -24296,10 +24296,10 @@ class PdfFromHtmlTableService extends PdfFromTableService {
|
|
|
24296
24296
|
Array.from(caption.children).map((node) => node.textContent).join('\n') :
|
|
24297
24297
|
caption.innerText;
|
|
24298
24298
|
}
|
|
24299
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
24300
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
24299
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: PdfFromHtmlTableService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
24300
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: PdfFromHtmlTableService, providedIn: 'root' }); }
|
|
24301
24301
|
}
|
|
24302
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
24302
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: PdfFromHtmlTableService, decorators: [{
|
|
24303
24303
|
type: Injectable,
|
|
24304
24304
|
args: [{
|
|
24305
24305
|
providedIn: 'root'
|
|
@@ -24323,10 +24323,10 @@ class PreloaderService {
|
|
|
24323
24323
|
activePreloaders = activePreloaders.filter((preloader) => preloader !== endpoint);
|
|
24324
24324
|
this.activePreloaders.next(activePreloaders);
|
|
24325
24325
|
}
|
|
24326
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
24327
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
24326
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: PreloaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
24327
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: PreloaderService, providedIn: 'root' }); }
|
|
24328
24328
|
}
|
|
24329
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
24329
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: PreloaderService, decorators: [{
|
|
24330
24330
|
type: Injectable,
|
|
24331
24331
|
args: [{
|
|
24332
24332
|
providedIn: 'root'
|
|
@@ -24352,10 +24352,10 @@ class EquityPositionChartService {
|
|
|
24352
24352
|
}))
|
|
24353
24353
|
}))));
|
|
24354
24354
|
}
|
|
24355
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
24356
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
24355
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: EquityPositionChartService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
24356
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: EquityPositionChartService, providedIn: 'root' }); }
|
|
24357
24357
|
}
|
|
24358
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
24358
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: EquityPositionChartService, decorators: [{
|
|
24359
24359
|
type: Injectable,
|
|
24360
24360
|
args: [{
|
|
24361
24361
|
providedIn: 'root'
|
|
@@ -24518,10 +24518,10 @@ class PropertyCalculationService {
|
|
|
24518
24518
|
return new Badge('Monitoring performance');
|
|
24519
24519
|
}
|
|
24520
24520
|
}
|
|
24521
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
24522
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
24521
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: PropertyCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
24522
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: PropertyCalculationService, providedIn: 'root' }); }
|
|
24523
24523
|
}
|
|
24524
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
24524
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: PropertyCalculationService, decorators: [{
|
|
24525
24525
|
type: Injectable,
|
|
24526
24526
|
args: [{
|
|
24527
24527
|
providedIn: 'root'
|
|
@@ -24579,10 +24579,10 @@ class PropertyTransactionReportService {
|
|
|
24579
24579
|
getDepreciations() {
|
|
24580
24580
|
return this.depreciationService.get().pipe(map((depreciations) => depreciations.getByChartAccountsCategories(CHART_ACCOUNTS_CATEGORIES.property)));
|
|
24581
24581
|
}
|
|
24582
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
24583
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
24582
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: PropertyTransactionReportService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
24583
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: PropertyTransactionReportService, providedIn: 'root' }); }
|
|
24584
24584
|
}
|
|
24585
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
24585
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: PropertyTransactionReportService, decorators: [{
|
|
24586
24586
|
type: Injectable,
|
|
24587
24587
|
args: [{
|
|
24588
24588
|
providedIn: 'root'
|
|
@@ -24602,10 +24602,10 @@ class CurrentFirmBranchService {
|
|
|
24602
24602
|
set(firmBranches) {
|
|
24603
24603
|
this.firmBranchIds$.next(firmBranches.map(branch => branch.id));
|
|
24604
24604
|
}
|
|
24605
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
24606
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
24605
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: CurrentFirmBranchService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
24606
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: CurrentFirmBranchService, providedIn: 'root' }); }
|
|
24607
24607
|
}
|
|
24608
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
24608
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: CurrentFirmBranchService, decorators: [{
|
|
24609
24609
|
type: Injectable,
|
|
24610
24610
|
args: [{
|
|
24611
24611
|
providedIn: 'root'
|
|
@@ -24700,10 +24700,10 @@ class XlsxService {
|
|
|
24700
24700
|
const data = new Blob([excelFile], { type: EXCEL_TYPE });
|
|
24701
24701
|
FileSaver.saveAs(data, `${fileName}.xlsx`);
|
|
24702
24702
|
}
|
|
24703
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
24704
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
24703
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: XlsxService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
24704
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: XlsxService, providedIn: 'root' }); }
|
|
24705
24705
|
}
|
|
24706
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
24706
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: XlsxService, decorators: [{
|
|
24707
24707
|
type: Injectable,
|
|
24708
24708
|
args: [{
|
|
24709
24709
|
providedIn: 'root'
|
|
@@ -24737,10 +24737,10 @@ class CorelogicInterceptor {
|
|
|
24737
24737
|
}
|
|
24738
24738
|
});
|
|
24739
24739
|
}
|
|
24740
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
24741
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
24740
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: CorelogicInterceptor, deps: [{ token: CorelogicService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
24741
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: CorelogicInterceptor }); }
|
|
24742
24742
|
}
|
|
24743
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
24743
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: CorelogicInterceptor, decorators: [{
|
|
24744
24744
|
type: Injectable
|
|
24745
24745
|
}], ctorParameters: () => [{ type: CorelogicService }, { type: undefined, decorators: [{
|
|
24746
24746
|
type: Inject,
|
|
@@ -24776,10 +24776,10 @@ class FinancialYearInterceptor {
|
|
|
24776
24776
|
}
|
|
24777
24777
|
return next.handle(clonedReq);
|
|
24778
24778
|
}
|
|
24779
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
24780
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
24779
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
24780
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: FinancialYearInterceptor }); }
|
|
24781
24781
|
}
|
|
24782
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
24782
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: FinancialYearInterceptor, decorators: [{
|
|
24783
24783
|
type: Injectable
|
|
24784
24784
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
24785
24785
|
type: Inject,
|
|
@@ -24813,10 +24813,10 @@ class UserSwitcherInterceptor {
|
|
|
24813
24813
|
intercept(request, next) {
|
|
24814
24814
|
return next.handle(this.switch(request, this.userSwitcherService.get()));
|
|
24815
24815
|
}
|
|
24816
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
24817
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
24816
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: UserSwitcherInterceptor, deps: [{ token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
24817
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: UserSwitcherInterceptor }); }
|
|
24818
24818
|
}
|
|
24819
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
24819
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: UserSwitcherInterceptor, decorators: [{
|
|
24820
24820
|
type: Injectable
|
|
24821
24821
|
}], ctorParameters: () => [{ type: UserSwitcherService }, { type: undefined, decorators: [{
|
|
24822
24822
|
type: Inject,
|
|
@@ -25193,10 +25193,10 @@ class PreloaderInterceptor {
|
|
|
25193
25193
|
findEndpoint(requestPath) {
|
|
25194
25194
|
return Object.values(ENDPOINTS).find((endpoint) => endpoint.test(requestPath));
|
|
25195
25195
|
}
|
|
25196
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
25197
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
25196
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
25197
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: PreloaderInterceptor }); }
|
|
25198
25198
|
}
|
|
25199
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
25199
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: PreloaderInterceptor, decorators: [{
|
|
25200
25200
|
type: Injectable
|
|
25201
25201
|
}], ctorParameters: () => [{ type: PreloaderService }] });
|
|
25202
25202
|
|
|
@@ -25231,10 +25231,10 @@ class RewardfulInterceptor {
|
|
|
25231
25231
|
&& (window['Rewardful'].referral || window['Rewardful'].coupon?.id)
|
|
25232
25232
|
&& registrationUrls.some(registrationUrl => request.url.includes(registrationUrl));
|
|
25233
25233
|
}
|
|
25234
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
25235
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
25234
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: RewardfulInterceptor, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
25235
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: RewardfulInterceptor }); }
|
|
25236
25236
|
}
|
|
25237
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
25237
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: RewardfulInterceptor, decorators: [{
|
|
25238
25238
|
type: Injectable
|
|
25239
25239
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
25240
25240
|
type: Inject,
|
|
@@ -25263,10 +25263,10 @@ class AussieInterceptor {
|
|
|
25263
25263
|
}
|
|
25264
25264
|
});
|
|
25265
25265
|
}
|
|
25266
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
25267
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
25266
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: AussieInterceptor, deps: [{ token: AussieService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
25267
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: AussieInterceptor }); }
|
|
25268
25268
|
}
|
|
25269
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
25269
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: AussieInterceptor, decorators: [{
|
|
25270
25270
|
type: Injectable
|
|
25271
25271
|
}], ctorParameters: () => [{ type: AussieService }, { type: undefined, decorators: [{
|
|
25272
25272
|
type: Inject,
|
|
@@ -25305,10 +25305,10 @@ class AdBlockErrorInterceptor {
|
|
|
25305
25305
|
}
|
|
25306
25306
|
return next.handle(request);
|
|
25307
25307
|
}
|
|
25308
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
25309
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
25308
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: AdBlockErrorInterceptor, deps: [{ token: 'environment' }, { token: AdblockDetectorService }, { token: ToastService }, { token: ADBLOCK_ERROR_HTML }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
25309
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: AdBlockErrorInterceptor }); }
|
|
25310
25310
|
}
|
|
25311
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
25311
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: AdBlockErrorInterceptor, decorators: [{
|
|
25312
25312
|
type: Injectable
|
|
25313
25313
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
25314
25314
|
type: Inject,
|
|
@@ -25319,9 +25319,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.10", ngImpo
|
|
|
25319
25319
|
}] }] });
|
|
25320
25320
|
|
|
25321
25321
|
class InterceptorsModule {
|
|
25322
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
25323
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
25324
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
25322
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: InterceptorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
25323
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.0.7", ngImport: i0, type: InterceptorsModule }); }
|
|
25324
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: InterceptorsModule, providers: [
|
|
25325
25325
|
{
|
|
25326
25326
|
provide: HTTP_INTERCEPTORS,
|
|
25327
25327
|
useClass: CorelogicInterceptor,
|
|
@@ -25364,7 +25364,7 @@ class InterceptorsModule {
|
|
|
25364
25364
|
}
|
|
25365
25365
|
] }); }
|
|
25366
25366
|
}
|
|
25367
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
25367
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: InterceptorsModule, decorators: [{
|
|
25368
25368
|
type: NgModule,
|
|
25369
25369
|
args: [{
|
|
25370
25370
|
providers: [
|
|
@@ -25416,13 +25416,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.10", ngImpo
|
|
|
25416
25416
|
* https://angular.io/guide/creating-libraries
|
|
25417
25417
|
*/
|
|
25418
25418
|
class CoreModule {
|
|
25419
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
25420
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
25419
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: CoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
25420
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.0.7", ngImport: i0, type: CoreModule, imports: [CommonModule$1,
|
|
25421
25421
|
InterceptorsModule] }); }
|
|
25422
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
25422
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: CoreModule, imports: [CommonModule$1,
|
|
25423
25423
|
InterceptorsModule] }); }
|
|
25424
25424
|
}
|
|
25425
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
25425
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: CoreModule, decorators: [{
|
|
25426
25426
|
type: NgModule,
|
|
25427
25427
|
args: [{
|
|
25428
25428
|
declarations: [],
|
|
@@ -25442,10 +25442,10 @@ class AppCurrencyPipe extends CurrencyPipe {
|
|
|
25442
25442
|
digitsInfo = digitsInfo ?? '1.0-' + (value.toString().match(/[1-9]/)?.index || 2);
|
|
25443
25443
|
return super.transform(value, currencyCode, display, digitsInfo, locale);
|
|
25444
25444
|
}
|
|
25445
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
25446
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
25445
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: AppCurrencyPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
25446
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.7", ngImport: i0, type: AppCurrencyPipe, isStandalone: true, name: "appCurrency" }); }
|
|
25447
25447
|
}
|
|
25448
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
25448
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: AppCurrencyPipe, decorators: [{
|
|
25449
25449
|
type: Pipe,
|
|
25450
25450
|
args: [{
|
|
25451
25451
|
name: 'appCurrency',
|
|
@@ -25460,10 +25460,10 @@ class AppPercentPipe {
|
|
|
25460
25460
|
transform(value, total, floor) {
|
|
25461
25461
|
return this.percentagePipe.transform(value, total, floor) + '%';
|
|
25462
25462
|
}
|
|
25463
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
25464
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
25463
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: AppPercentPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
25464
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.7", ngImport: i0, type: AppPercentPipe, isStandalone: true, name: "percentage" }); }
|
|
25465
25465
|
}
|
|
25466
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
25466
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: AppPercentPipe, decorators: [{
|
|
25467
25467
|
type: Pipe,
|
|
25468
25468
|
args: [{
|
|
25469
25469
|
name: 'percentage',
|
|
@@ -25490,10 +25490,10 @@ class RelativeDatePipe {
|
|
|
25490
25490
|
return this.datePipe.transform(date.toDate(), DateFormatsEnum.DATE_SLASH);
|
|
25491
25491
|
}
|
|
25492
25492
|
}
|
|
25493
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
25494
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
25493
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: RelativeDatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
25494
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.7", ngImport: i0, type: RelativeDatePipe, isStandalone: true, name: "relativeDate" }); }
|
|
25495
25495
|
}
|
|
25496
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
25496
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: RelativeDatePipe, decorators: [{
|
|
25497
25497
|
type: Pipe,
|
|
25498
25498
|
args: [{
|
|
25499
25499
|
name: 'relativeDate',
|
|
@@ -25508,10 +25508,10 @@ class SafeUrlPipe {
|
|
|
25508
25508
|
transform(url) {
|
|
25509
25509
|
return this.sanitizer.bypassSecurityTrustResourceUrl(url);
|
|
25510
25510
|
}
|
|
25511
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
25512
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
25511
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: SafeUrlPipe, deps: [{ token: i1$2.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
25512
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.7", ngImport: i0, type: SafeUrlPipe, isStandalone: true, name: "safeUrl" }); }
|
|
25513
25513
|
}
|
|
25514
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
25514
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: SafeUrlPipe, decorators: [{
|
|
25515
25515
|
type: Pipe,
|
|
25516
25516
|
args: [{
|
|
25517
25517
|
name: 'safeUrl',
|
|
@@ -25864,10 +25864,10 @@ class BusinessResolver {
|
|
|
25864
25864
|
resolve() {
|
|
25865
25865
|
return this.soleDetailsService.getFirst();
|
|
25866
25866
|
}
|
|
25867
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
25868
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
25867
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: BusinessResolver, deps: [{ token: SoleDetailsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
25868
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: BusinessResolver, providedIn: 'root' }); }
|
|
25869
25869
|
}
|
|
25870
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
25870
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: BusinessResolver, decorators: [{
|
|
25871
25871
|
type: Injectable,
|
|
25872
25872
|
args: [{ providedIn: 'root' }]
|
|
25873
25873
|
}], ctorParameters: () => [{ type: SoleDetailsService }] });
|
|
@@ -25879,10 +25879,10 @@ class SoleDetailsResolver {
|
|
|
25879
25879
|
resolve() {
|
|
25880
25880
|
return this.soleDetails.getFirst();
|
|
25881
25881
|
}
|
|
25882
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
25883
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
25882
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: SoleDetailsResolver, deps: [{ token: SoleDetailsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
25883
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: SoleDetailsResolver, providedIn: 'root' }); }
|
|
25884
25884
|
}
|
|
25885
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
25885
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: SoleDetailsResolver, decorators: [{
|
|
25886
25886
|
type: Injectable,
|
|
25887
25887
|
args: [{ providedIn: 'root' }]
|
|
25888
25888
|
}], ctorParameters: () => [{ type: SoleDetailsService }] });
|
|
@@ -26633,10 +26633,10 @@ class UniqueEmailValidator {
|
|
|
26633
26633
|
validate(control) {
|
|
26634
26634
|
return this.userService.search(control.value).pipe(map(user => user ? { emailIsUsed: true } : null));
|
|
26635
26635
|
}
|
|
26636
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
26637
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
26636
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: UniqueEmailValidator, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
26637
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: UniqueEmailValidator, providedIn: 'root' }); }
|
|
26638
26638
|
}
|
|
26639
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
26639
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: UniqueEmailValidator, decorators: [{
|
|
26640
26640
|
type: Injectable,
|
|
26641
26641
|
args: [{ providedIn: 'root' }]
|
|
26642
26642
|
}], ctorParameters: () => [{ type: UserService }] });
|
|
@@ -27149,10 +27149,10 @@ class ClientMovementForm extends AbstractForm {
|
|
|
27149
27149
|
firmBranch: new FormControl(clientMovement.firmBranch, [Validators.required]),
|
|
27150
27150
|
}, clientMovement);
|
|
27151
27151
|
}
|
|
27152
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
27153
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
27152
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: ClientMovementForm, deps: [{ token: ClientMovement }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
27153
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: ClientMovementForm, providedIn: 'root' }); }
|
|
27154
27154
|
}
|
|
27155
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
27155
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: ClientMovementForm, decorators: [{
|
|
27156
27156
|
type: Injectable,
|
|
27157
27157
|
args: [{
|
|
27158
27158
|
providedIn: 'root'
|
|
@@ -27165,10 +27165,10 @@ class EmployeeDetailsForm extends AbstractForm {
|
|
|
27165
27165
|
firmBranches: new FormControl(employeeDetails.firmBranches, [Validators.required]),
|
|
27166
27166
|
}, employeeDetails);
|
|
27167
27167
|
}
|
|
27168
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
27169
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
27168
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: EmployeeDetailsForm, deps: [{ token: EmployeeDetails }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
27169
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: EmployeeDetailsForm, providedIn: 'root' }); }
|
|
27170
27170
|
}
|
|
27171
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
27171
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.7", ngImport: i0, type: EmployeeDetailsForm, decorators: [{
|
|
27172
27172
|
type: Injectable,
|
|
27173
27173
|
args: [{
|
|
27174
27174
|
providedIn: 'root'
|