monkey-front-core 0.0.441 → 0.0.443

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.
@@ -26,8 +26,8 @@ export declare class MonkeyEcxConfigService extends MonkeyEcxCommonsService {
26
26
  private readonly configSubject$;
27
27
  private readonly configBootstrapSubject$;
28
28
  constructor(monkeyecxService: MonkeyEcxService, monkeyecxi18nConfigService: MonkeyEcxi18nConfigService, monkeyecxLogsConfigService: MonkeyEcxLogsConfigService, monkeyStyleGuideSettingsService: MonkeyStyleGuideSettingsService, monkeyecxServiceWorkerConfigService: MonkeyEcxServiceWorkerConfigService, monkeyecxSecurityConsoleConfigService: MonkeyEcxSecurityConsoleConfigService, monkeyecxMaintenanceConfigService: MonkeyEcxMaintenanceConfigService, monkeyecxErrorConfigService: MonkeyEcxErrorConfigService, monkeyEcxFeatureToggleService: MonkeyEcxFeatureToggleService, monkeyGTMConfigService: MonkeyEcxGTMConfigService, monkeyEcxAlertsConfigService: MonkeyEcxAlertsConfigService);
29
- private internalValidations;
30
- private getWhiteLabelSettings;
29
+ private getSettings;
30
+ private getWhiteLabel;
31
31
  init(callback: Function, environment: any, identifyCode: string, monkeyecxCode?: string): void;
32
32
  config(): Observable<any>;
33
33
  bootstrapConfig(): Observable<any>;
@@ -10,7 +10,9 @@ export declare class MonkeyEcxi18nConfigService extends MonkeyEcxCommonsService
10
10
  private monkeyecxCookieStorageService;
11
11
  private monkeyecxErrorConfigService;
12
12
  constructor(monkeyecxService: MonkeyEcxService, translateService: TranslateService, monkeyecxCookieStorageService: MonkeyEcxCookieStorageService, monkeyecxErrorConfigService: MonkeyEcxErrorConfigService);
13
- apply(params: MonkeyEcxConfig, environment: any, change?: boolean): Promise<void>;
13
+ apply(params: MonkeyEcxConfig, environment: any, change?: boolean): void;
14
+ applyInternal(environment: any): Promise<void>;
15
+ applyExternal(params: MonkeyEcxConfig, environment: any, change?: boolean): Promise<void>;
14
16
  static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxi18nConfigService, never>;
15
17
  static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxi18nConfigService>;
16
18
  }
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monkey-front-core",
3
- "version": "0.0.441",
3
+ "version": "0.0.443",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^13.1.1",
6
6
  "@angular/common": "^13.1.1",
Binary file