itc-components-library20 0.0.3 → 0.0.4

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.
@@ -1849,6 +1849,15 @@ class ApiAccountDictionaryService {
1849
1849
  params: params
1850
1850
  });
1851
1851
  }
1852
+ getLdaps() {
1853
+ return this.http.get(`${this.endpoint}Dictionary/Ldap`);
1854
+ }
1855
+ // getCompanyById(id: number): Observable<> {
1856
+ // const params = new HttpParams().set('id', id);
1857
+ // return this.http.get<>(`${this.endpoint}Dictionary/Company`, {
1858
+ // params: params
1859
+ // });
1860
+ // }
1852
1861
  //##############
1853
1862
  //#### POST ####
1854
1863
  //##############