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.
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monkey-front-core",
3
- "version": "0.0.189",
3
+ "version": "0.0.190",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^13.1.1",
6
6
  "@angular/common": "^13.1.1",
Binary file