@pksep/zod-shared 0.0.508 → 0.0.510
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.
|
@@ -334,11 +334,12 @@ export interface IUnicalUsers extends IUnicalEntity {
|
|
|
334
334
|
}
|
|
335
335
|
export interface IWorkloadByEntityResponse {
|
|
336
336
|
operationName: string;
|
|
337
|
+
typeOperationId: number | string;
|
|
337
338
|
workloadData: IWorkloadData[];
|
|
338
339
|
}
|
|
339
340
|
export interface IWorkloadData {
|
|
340
341
|
responsibleInfo: any;
|
|
341
|
-
|
|
342
|
+
positionsByDate: IWorkloadPositionByDate[];
|
|
342
343
|
}
|
|
343
344
|
export interface IWorkloadPositionSchema {
|
|
344
345
|
normHours: number;
|