@idsoftsource/initial-process 3.6.1 → 3.6.3

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
@@ -739,7 +739,7 @@ interface UserSkillSetModel extends MasterModel {
739
739
 
740
740
  interface UserToolModel extends MasterModel {
741
741
  showOption?: boolean;
742
- forUser: ForUser;
742
+ forUser: any;
743
743
  providerId?: string;
744
744
  providerName?: string;
745
745
  userId?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idsoftsource/initial-process",
3
- "version": "3.6.1",
3
+ "version": "3.6.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",