@osovitny/anatoly 3.21.30 → 3.21.32
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/package.json
CHANGED
|
@@ -458,7 +458,6 @@ declare class AuthenticationGuard extends MsalGuard implements CanActivate {
|
|
|
458
458
|
declare class MSALUtils {
|
|
459
459
|
static isB2C(): boolean;
|
|
460
460
|
static initialNavigation(): "enabledNonBlocking" | "disabled";
|
|
461
|
-
static getApi(): Map<string, Array<string>>;
|
|
462
461
|
static getApiScopes(): any[];
|
|
463
462
|
}
|
|
464
463
|
|