@ngx-smz/core 21.4.1 → 21.4.2
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
package/types/ngx-smz-core.d.ts
CHANGED
|
@@ -8856,7 +8856,6 @@ declare const TENANTS_PAGE_ROUTE: string[];
|
|
|
8856
8856
|
declare class AuthorizationService extends BaseApiService {
|
|
8857
8857
|
private http;
|
|
8858
8858
|
private readonly environment;
|
|
8859
|
-
private readonly config;
|
|
8860
8859
|
constructor(http: HttpClient);
|
|
8861
8860
|
private buildUrl;
|
|
8862
8861
|
getAllClaims(): Observable$1<ClaimDetails[]>;
|
|
@@ -8885,7 +8884,6 @@ declare class AuthorizationService extends BaseApiService {
|
|
|
8885
8884
|
declare class AuthenticationService extends BaseApiService {
|
|
8886
8885
|
private http;
|
|
8887
8886
|
private readonly environment;
|
|
8888
|
-
private readonly config;
|
|
8889
8887
|
constructor(http: HttpClient);
|
|
8890
8888
|
private buildUrl;
|
|
8891
8889
|
sendResetPasswordEmail(data: RequestPasswordReset): Observable$1<void>;
|