http-request-manager 18.13.37 → 18.14.0

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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "http-request-manager",
3
- "version": "18.13.37",
3
+ "version": "18.14.0",
4
4
  "homepage": "https://wavecoders.ca",
5
5
  "author": "Mike Bonifacio <wavecoders@gmail.com> (http://wavecoders@gmail.com/)",
6
6
  "description": "This is an Angular Module containing Components/Services using Material",
@@ -127,7 +127,7 @@ declare class SymmetricalEncryptionService {
127
127
  constructor();
128
128
  generateCipherKey(): string;
129
129
  encrypt(str: any, key?: string): string | undefined;
130
- decrypt(str: string, key?: string): string | null | undefined;
130
+ decrypt(str: string, key?: string): string | null;
131
131
  createSignature(url: string, len?: number): string;
132
132
  normalizeURL(url: string): string;
133
133
  generateSignature(url: string): string;
@@ -562,6 +562,7 @@ declare class ChannelMessage implements ChannelMessageInterface {
562
562
  * ```
563
563
  */
564
564
  declare class LoggerService {
565
+ private static readonly DEBUG_FLAG_KEY;
565
566
  private debugMode;
566
567
  constructor();
567
568
  /**
@@ -588,6 +589,7 @@ declare class LoggerService {
588
589
  * Check if debug mode is enabled (development mode)
589
590
  */
590
591
  isDebugEnabled(): boolean;
592
+ private isDebugFlagEnabled;
591
593
  static ɵfac: i0.ɵɵFactoryDeclaration<LoggerService, never>;
592
594
  static ɵprov: i0.ɵɵInjectableDeclaration<LoggerService>;
593
595
  }
@@ -1952,6 +1954,7 @@ declare class LocalStorageManagerService extends ComponentStore<State> implement
1952
1954
  * Returns true if data appears corrupted
1953
1955
  */
1954
1956
  checkForCorruptedData(): boolean;
1957
+ private tryParseSettingsArray;
1955
1958
  static ɵfac: i0.ɵɵFactoryDeclaration<LocalStorageManagerService, [{ optional: true; }]>;
1956
1959
  static ɵprov: i0.ɵɵInjectableDeclaration<LocalStorageManagerService>;
1957
1960
  }
@@ -2002,6 +2005,7 @@ declare class LocalStorageSignalsManagerService {
2002
2005
  private isObjectOrArray;
2003
2006
  private isString;
2004
2007
  private validStoreName;
2008
+ private tryParseSettingsArray;
2005
2009
  static ɵfac: i0.ɵɵFactoryDeclaration<LocalStorageSignalsManagerService, [{ optional: true; }]>;
2006
2010
  static ɵprov: i0.ɵɵInjectableDeclaration<LocalStorageSignalsManagerService>;
2007
2011
  }
Binary file