itc-components-library20 0.0.5 → 0.0.6

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.
Files changed (2) hide show
  1. package/index.d.ts +2 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -649,6 +649,8 @@ interface IDictionaryProfileRequest {
649
649
  interface IDictionaryLdap {
650
650
  id: number;
651
651
  name: string;
652
+ username?: string;
653
+ password?: string;
652
654
  }
653
655
 
654
656
  declare class ApiAccountDictionaryService {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itc-components-library20",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "Library of Angular components for ITC projects, compatible with Angular 20.",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^20.2.0",