monkey-front-core 0.0.189 → 0.0.190
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/core/services/commons/monkeyecx-commons.service.mjs +24 -2
- package/fesm2015/monkey-front-core.mjs +24 -1
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +23 -1
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/lib/core/services/commons/monkeyecx-commons.service.d.ts +6 -1
- package/monkey-front-core-0.0.190.tgz +0 -0
- package/package.json +1 -1
- package/monkey-front-core-0.0.189.tgz +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ActivatedRouteSnapshot, Router, RouterStateSnapshot } from '@angular/router';
|
|
2
2
|
import { TranslateService } from '@ngx-translate/core';
|
|
3
3
|
import { BehaviorSubject, Observable } from 'rxjs';
|
|
4
|
-
import { MonkeyEcxErrorResponse, MonkeyEcxHandledErrorResponse, MonkeyEcxRequestPaged, MonkeyEcxRequestSchedule, MonkeyEcxResponsePaged, MonkeyEcxResponseLinks, MonkeyEcxTokenCredentials, MonkeyEcxTranslateOptions, MonkeyEcxCountrySecurity, MonkeyEcxSavedState } from '../../interfaces';
|
|
4
|
+
import { MonkeyEcxErrorResponse, MonkeyEcxHandledErrorResponse, MonkeyEcxRequestPaged, MonkeyEcxRequestSchedule, MonkeyEcxResponsePaged, MonkeyEcxResponseLinks, MonkeyEcxTokenCredentials, MonkeyEcxTranslateOptions, MonkeyEcxCountrySecurity, MonkeyEcxSavedState, MonkeyEcxConfig } from '../../interfaces';
|
|
5
5
|
import { MonkeyEcxTokenStorageService } from '../storage/monkeyecx-token-storage.service';
|
|
6
6
|
import { MonkeyEcxRequestScheduleService } from '../schedules/monkeyecx-request-schedule.service';
|
|
7
7
|
import { MonkeyEcxRequestQueueHandlingService } from '../request-queue/monkeyecx-request-queue-handling.service';
|
|
@@ -72,6 +72,7 @@ export declare class MonkeyEcxCommonsService {
|
|
|
72
72
|
private navigateToPendencyPage;
|
|
73
73
|
private getRole;
|
|
74
74
|
private allowedSecurityAccessByPendency;
|
|
75
|
+
private allowedSecurityAccessByFeature;
|
|
75
76
|
private allowedSecurityAccessByCountry;
|
|
76
77
|
private allowedSecurityAccess;
|
|
77
78
|
private navigateToErrorPage;
|
|
@@ -94,6 +95,10 @@ export declare class MonkeyEcxCommonsService {
|
|
|
94
95
|
service: MonkeyEcxFeatureToggleService;
|
|
95
96
|
flag: string;
|
|
96
97
|
};
|
|
98
|
+
featureByProgram?: {
|
|
99
|
+
config: MonkeyEcxConfig;
|
|
100
|
+
feature: string;
|
|
101
|
+
};
|
|
97
102
|
countrySecurity?: MonkeyEcxCountrySecurity;
|
|
98
103
|
pendency?: {
|
|
99
104
|
service: {
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|