@arsedizioni/ars-utils 19.0.165 → 19.0.166

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.
@@ -47,7 +47,7 @@ export declare class ClipperService implements OnDestroy {
47
47
  /**
48
48
  * Checks if access token in expired
49
49
  */
50
- private isTokenExpired;
50
+ isTokenExpired(): boolean;
51
51
  /**
52
52
  * Set keep alive
53
53
  */
@@ -31,7 +31,7 @@ export declare class EvolutionService implements OnDestroy {
31
31
  /**
32
32
  * Checks if access token in expired
33
33
  */
34
- private isTokenExpired;
34
+ isTokenExpired(): boolean;
35
35
  /**
36
36
  * Set keep alive
37
37
  */