@idsoftsource/initial-process 3.3.0 → 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
@@ -3743,6 +3743,7 @@ declare class PreviewComponent implements OnDestroy {
3743
3743
  setProfessionRowStars(profession: any, stars: number): void;
3744
3744
  createManualProfessionRow(): void;
3745
3745
  private buildProfessionPayload;
3746
+ private buildNewProfessionCreatePayload;
3746
3747
  submitProfessions(): Promise<void>;
3747
3748
  private isBlank;
3748
3749
  private isBlankOrNull;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idsoftsource/initial-process",
3
- "version": "3.3.0",
3
+ "version": "3.3.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",