shared-ritm 1.2.154 → 1.2.155
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.
|
@@ -95,7 +95,7 @@ export type Api_Tasks_Position_Assigned_User_Dto = {
|
|
|
95
95
|
full_name: string;
|
|
96
96
|
};
|
|
97
97
|
export type Api_Tasks_Position_Assigned_Dto = {
|
|
98
|
-
has_personnel_intersection
|
|
98
|
+
has_personnel_intersection?: boolean;
|
|
99
99
|
id?: number;
|
|
100
100
|
user?: Api_Tasks_Position_Assigned_User_Dto | null;
|
|
101
101
|
position?: Api_Tasks_Position_Dto;
|
package/package.json
CHANGED
|
@@ -106,7 +106,7 @@ export type Api_Tasks_Position_Assigned_User_Dto = {
|
|
|
106
106
|
}
|
|
107
107
|
|
|
108
108
|
export type Api_Tasks_Position_Assigned_Dto = {
|
|
109
|
-
has_personnel_intersection
|
|
109
|
+
has_personnel_intersection?: boolean
|
|
110
110
|
id?: number
|
|
111
111
|
user?: Api_Tasks_Position_Assigned_User_Dto | null
|
|
112
112
|
position?: Api_Tasks_Position_Dto
|