@pksep/zod-shared 0.0.509 → 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.
@@ -339,7 +339,7 @@ export interface IWorkloadByEntityResponse {
339
339
  }
340
340
  export interface IWorkloadData {
341
341
  responsibleInfo: any;
342
- positions: IWorkloadPositionByDate[];
342
+ positionsByDate: IWorkloadPositionByDate[];
343
343
  }
344
344
  export interface IWorkloadPositionSchema {
345
345
  normHours: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pksep/zod-shared",
3
- "version": "0.0.509",
3
+ "version": "0.0.510",
4
4
  "description": "Zod package for erp project. Contains dto, interfaces, schems, types, enum",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",