itc-components-library20 0.0.3 → 0.0.5

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/index.d.ts CHANGED
@@ -646,6 +646,11 @@ interface IDictionaryProfileRequest {
646
646
  permissions?: IProfilePermissionRequest[];
647
647
  }
648
648
 
649
+ interface IDictionaryLdap {
650
+ id: number;
651
+ name: string;
652
+ }
653
+
649
654
  declare class ApiAccountDictionaryService {
650
655
  private gateway;
651
656
  endpoint: string;
@@ -661,6 +666,7 @@ declare class ApiAccountDictionaryService {
661
666
  getTypeContactById(id: string): Observable<IDictionaryTypeContact$1>;
662
667
  getSystems(): Observable<IDictionarySystemDTO[]>;
663
668
  getSystemById(id: string): Observable<IDictionarySystemDTO>;
669
+ getLdaps(): Observable<IDictionaryLdap[]>;
664
670
  postPermission(permissionRequest: IDictionaryPermission): Observable<number>;
665
671
  postProfile(profileRequest: IDictionaryProfileRequest): Observable<number>;
666
672
  postTypeContact(typeContactRequest: IDictionaryTypeContact$1): Observable<number>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itc-components-library20",
3
- "version": "0.0.3",
3
+ "version": "0.0.5",
4
4
  "description": "Library of Angular components for ITC projects, compatible with Angular 20.",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^20.2.0",