@pksep/zod-shared 0.0.509 → 0.0.511
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.
|
@@ -333,13 +333,13 @@ export interface IUnicalUsers extends IUnicalEntity {
|
|
|
333
333
|
tabel?: string;
|
|
334
334
|
}
|
|
335
335
|
export interface IWorkloadByEntityResponse {
|
|
336
|
+
responsibleInfo: any;
|
|
337
|
+
operationWorkload: IWorkloadByOperationData[];
|
|
338
|
+
}
|
|
339
|
+
export interface IWorkloadByOperationData {
|
|
336
340
|
operationName: string;
|
|
337
341
|
typeOperationId: number | string;
|
|
338
|
-
|
|
339
|
-
}
|
|
340
|
-
export interface IWorkloadData {
|
|
341
|
-
responsibleInfo: any;
|
|
342
|
-
positions: IWorkloadPositionByDate[];
|
|
342
|
+
positionsByDate: IWorkloadPositionByDate[];
|
|
343
343
|
}
|
|
344
344
|
export interface IWorkloadPositionSchema {
|
|
345
345
|
normHours: number;
|