@worknice/utils 0.4.0 → 0.4.1-rc.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.
@@ -97,7 +97,7 @@ type CreateLeaveRequestRequestPayload = {
97
97
  /**
98
98
  * @deprecated Use `personConnection.person.id` instead.
99
99
  */
100
- personId: string;
100
+ personId: string | null;
101
101
  personConnection: {
102
102
  id: string;
103
103
  integration: {
@@ -109,7 +109,7 @@ type CreateLeaveRequestRequestPayload = {
109
109
  person: {
110
110
  employeeCode: string | null;
111
111
  id: string;
112
- };
112
+ } | null;
113
113
  remote: {
114
114
  id: string;
115
115
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@worknice/utils",
3
- "version": "0.4.0",
3
+ "version": "0.4.1-rc.2",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "type": "module",