@idsoftsource/initial-process 3.2.9 → 3.3.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
@@ -3531,7 +3531,6 @@ declare class UserProfessionService {
3531
3531
  constructor(httpClient: HttpClient);
3532
3532
  createUserProfession(models: UserProfessionModel[]): Observable<any>;
3533
3533
  updateUserProfession(model: UserProfessionModel): Observable<any>;
3534
- bulkInsert(models: any[]): Observable<any>;
3535
3534
  bulkDelete(ids: string[]): Observable<Result>;
3536
3535
  getUserProfession(query: GridifyQuery): Observable<any>;
3537
3536
  private buildParams;
@@ -3744,7 +3743,7 @@ declare class PreviewComponent implements OnDestroy {
3744
3743
  setProfessionRowStars(profession: any, stars: number): void;
3745
3744
  createManualProfessionRow(): void;
3746
3745
  private buildProfessionPayload;
3747
- private buildManualProfessionBulkPayload;
3746
+ private buildNewProfessionCreatePayload;
3748
3747
  submitProfessions(): Promise<void>;
3749
3748
  private isBlank;
3750
3749
  private isBlankOrNull;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idsoftsource/initial-process",
3
- "version": "3.2.9",
3
+ "version": "3.3.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",