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