@idsoftsource/initial-process 1.7.6 → 1.7.9

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
@@ -2191,7 +2191,7 @@ declare class RoleSelectComponent implements OnInit {
2191
2191
  logoFileName: any;
2192
2192
  logoUrl: any;
2193
2193
  };
2194
- saveProvider(): void;
2194
+ saveProvider(): Promise<string | null>;
2195
2195
  AddressChangeCompany(address: any): void;
2196
2196
  saveUserIndustries(): void;
2197
2197
  setSelectedIndustries(ids: string[]): void;
@@ -2211,7 +2211,7 @@ declare class RoleSelectComponent implements OnInit {
2211
2211
  saveResume(): void;
2212
2212
  uploadFileBrowseHandler(): void;
2213
2213
  saveAWSHeadShot(): Promise<void>;
2214
- saveFinal(): void;
2214
+ saveFinal(): Promise<void>;
2215
2215
  bindUserDetails(): UserDetailModel;
2216
2216
  formatDateTime(date: Date): {
2217
2217
  mmddyyyy: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idsoftsource/initial-process",
3
- "version": "1.7.6",
3
+ "version": "1.7.9",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",