@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ngx-smz/core",
3
- "version": "21.4.1",
3
+ "version": "21.4.2",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": ">=21.0.0",
6
6
  "@angular/common": ">=21.0.0",
@@ -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>;