@idsoftsource/initial-process 1.4.4 → 1.4.5

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
@@ -828,7 +828,7 @@ declare class InitialProcessComponent implements OnInit {
828
828
  saveSignature(): void;
829
829
  private saveInitial;
830
830
  bindProviderDetails(): {
831
- userId: any;
831
+ targetUserId: any;
832
832
  userName: string;
833
833
  providerType: ProviderType;
834
834
  providerName: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idsoftsource/initial-process",
3
- "version": "1.4.4",
3
+ "version": "1.4.5",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",