@idsoftsource/initial-process 3.2.1 → 3.2.2

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
@@ -707,7 +707,8 @@ declare enum RequestedStatus {
707
707
  Rejected = 3,
708
708
  Resubmitted = 4,
709
709
  Approved = 5,
710
- Canceled = 6
710
+ Canceled = 6,
711
+ SaveasDraft = 7
711
712
  }
712
713
 
713
714
  interface UserSkillSetModel extends MasterModel {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idsoftsource/initial-process",
3
- "version": "3.2.1",
3
+ "version": "3.2.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",