cloud-ide-core 1.0.4 → 2.0.1

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
@@ -1795,6 +1795,14 @@ declare class UserCreateComponent implements OnInit {
1795
1795
  onDefaultEntityChange(mappingIndex: number, event: any): void;
1796
1796
  getDefaultEntityName(): string;
1797
1797
  hasDefaultEntity(): boolean;
1798
+ getUserFullName(): string;
1799
+ getUserUsername(): string;
1800
+ getUserEmail(): string;
1801
+ getUserMobile(): string;
1802
+ getUserActivePeriod(): string;
1803
+ getUserActiveStatus(): boolean;
1804
+ getUserPhoto(): string | null;
1805
+ getEntityMappingCount(): number;
1798
1806
  addContactAddress(): void;
1799
1807
  removeContactAddress(index: number): void;
1800
1808
  addDocument(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloud-ide-core",
3
- "version": "1.0.4",
3
+ "version": "2.0.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.1.0",
6
6
  "@angular/core": "^20.1.0"