@pksep/zod-shared 0.0.569 → 0.0.570

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.
@@ -1895,7 +1895,7 @@ export declare const CreateMaterialDeficitExcelExportDtoZod: z.ZodObject<{
1895
1895
  }>;
1896
1896
  export declare const CreateWarehouseShipmentExcelExportSchema: z.ZodObject<{
1897
1897
  reportType: z.ZodLiteral<ExcelExportReportType.warehouseShipmentList>;
1898
- columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime", ...("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime")[]]>, "many">, ("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime")[], ("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime")[]>;
1898
+ columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "calculatedStartTimeDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime", ...("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "calculatedStartTimeDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime")[]]>, "many">, ("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "calculatedStartTimeDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime")[], ("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "calculatedStartTimeDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime")[]>;
1899
1899
  filters: z.ZodObject<Omit<{
1900
1900
  offset: z.ZodNumber;
1901
1901
  parentId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -1970,7 +1970,7 @@ export declare const CreateWarehouseShipmentExcelExportSchema: z.ZodObject<{
1970
1970
  companyId?: number | null | undefined;
1971
1971
  };
1972
1972
  reportType: ExcelExportReportType.warehouseShipmentList;
1973
- columns: ("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime")[];
1973
+ columns: ("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "calculatedStartTimeDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime")[];
1974
1974
  }, {
1975
1975
  filters: {
1976
1976
  status: import("../utils").statusShipment[];
@@ -1988,7 +1988,7 @@ export declare const CreateWarehouseShipmentExcelExportSchema: z.ZodObject<{
1988
1988
  companyId?: number | null | undefined;
1989
1989
  };
1990
1990
  reportType: ExcelExportReportType.warehouseShipmentList;
1991
- columns: ("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime")[];
1991
+ columns: ("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "calculatedStartTimeDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime")[];
1992
1992
  }>;
1993
1993
  export declare const CreateShipmentExcelExportSchema: z.ZodObject<{
1994
1994
  reportType: z.ZodLiteral<ExcelExportReportType.shipmentList>;
@@ -4150,7 +4150,7 @@ export declare const CreateExcelExportRequestSchema: z.ZodDiscriminatedUnion<"re
4150
4150
  columns: ("number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "shipmentDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "ownQuantity" | "realRemaining" | "inKit" | "measurement" | "deficitWithIncoming")[];
4151
4151
  }>, z.ZodObject<{
4152
4152
  reportType: z.ZodLiteral<ExcelExportReportType.warehouseShipmentList>;
4153
- columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime", ...("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime")[]]>, "many">, ("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime")[], ("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime")[]>;
4153
+ columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "calculatedStartTimeDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime", ...("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "calculatedStartTimeDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime")[]]>, "many">, ("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "calculatedStartTimeDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime")[], ("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "calculatedStartTimeDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime")[]>;
4154
4154
  filters: z.ZodObject<Omit<{
4155
4155
  offset: z.ZodNumber;
4156
4156
  parentId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -4225,7 +4225,7 @@ export declare const CreateExcelExportRequestSchema: z.ZodDiscriminatedUnion<"re
4225
4225
  companyId?: number | null | undefined;
4226
4226
  };
4227
4227
  reportType: ExcelExportReportType.warehouseShipmentList;
4228
- columns: ("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime")[];
4228
+ columns: ("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "calculatedStartTimeDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime")[];
4229
4229
  }, {
4230
4230
  filters: {
4231
4231
  status: import("../utils").statusShipment[];
@@ -4243,7 +4243,7 @@ export declare const CreateExcelExportRequestSchema: z.ZodDiscriminatedUnion<"re
4243
4243
  companyId?: number | null | undefined;
4244
4244
  };
4245
4245
  reportType: ExcelExportReportType.warehouseShipmentList;
4246
- columns: ("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime")[];
4246
+ columns: ("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "calculatedStartTimeDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime")[];
4247
4247
  }>, z.ZodObject<{
4248
4248
  reportType: z.ZodLiteral<ExcelExportReportType.shipmentList>;
4249
4249
  columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "article" | "days" | "remainingDays" | "completion" | "warehouseDate" | "shipmentDate" | "actualDate", ...("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "article" | "days" | "remainingDays" | "completion" | "warehouseDate" | "shipmentDate" | "actualDate")[]]>, "many">, ("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "article" | "days" | "remainingDays" | "completion" | "warehouseDate" | "shipmentDate" | "actualDate")[], ("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "article" | "days" | "remainingDays" | "completion" | "warehouseDate" | "shipmentDate" | "actualDate")[]>;
@@ -6427,7 +6427,7 @@ export declare const ExcelExportJobDataSchema: z.ZodObject<{
6427
6427
  columns: ("number" | "status" | "name" | "deficit" | "plannedDeliveryDate" | "minRemaining" | "ordered" | "shipmentDate" | "remaining" | "orderDemand" | "recommendedRemaining" | "ownQuantity" | "realRemaining" | "inKit" | "measurement" | "deficitWithIncoming")[];
6428
6428
  }>, z.ZodObject<{
6429
6429
  reportType: z.ZodLiteral<ExcelExportReportType.warehouseShipmentList>;
6430
- columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime", ...("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime")[]]>, "many">, ("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime")[], ("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime")[]>;
6430
+ columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "calculatedStartTimeDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime", ...("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "calculatedStartTimeDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime")[]]>, "many">, ("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "calculatedStartTimeDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime")[], ("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "calculatedStartTimeDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime")[]>;
6431
6431
  filters: z.ZodObject<Omit<{
6432
6432
  offset: z.ZodNumber;
6433
6433
  parentId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -6502,7 +6502,7 @@ export declare const ExcelExportJobDataSchema: z.ZodObject<{
6502
6502
  companyId?: number | null | undefined;
6503
6503
  };
6504
6504
  reportType: ExcelExportReportType.warehouseShipmentList;
6505
- columns: ("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime")[];
6505
+ columns: ("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "calculatedStartTimeDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime")[];
6506
6506
  }, {
6507
6507
  filters: {
6508
6508
  status: import("../utils").statusShipment[];
@@ -6520,7 +6520,7 @@ export declare const ExcelExportJobDataSchema: z.ZodObject<{
6520
6520
  companyId?: number | null | undefined;
6521
6521
  };
6522
6522
  reportType: ExcelExportReportType.warehouseShipmentList;
6523
- columns: ("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime")[];
6523
+ columns: ("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "calculatedStartTimeDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime")[];
6524
6524
  }>, z.ZodObject<{
6525
6525
  reportType: z.ZodLiteral<ExcelExportReportType.shipmentList>;
6526
6526
  columns: z.ZodEffects<z.ZodArray<z.ZodEnum<["number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "article" | "days" | "remainingDays" | "completion" | "warehouseDate" | "shipmentDate" | "actualDate", ...("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "article" | "days" | "remainingDays" | "completion" | "warehouseDate" | "shipmentDate" | "actualDate")[]]>, "many">, ("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "article" | "days" | "remainingDays" | "completion" | "warehouseDate" | "shipmentDate" | "actualDate")[], ("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "article" | "days" | "remainingDays" | "completion" | "warehouseDate" | "shipmentDate" | "actualDate")[]>;
@@ -7916,7 +7916,7 @@ export declare const ExcelExportJobDataSchema: z.ZodObject<{
7916
7916
  companyId?: number | null | undefined;
7917
7917
  };
7918
7918
  reportType: ExcelExportReportType.warehouseShipmentList;
7919
- columns: ("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime")[];
7919
+ columns: ("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "calculatedStartTimeDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime")[];
7920
7920
  } | {
7921
7921
  filters: {
7922
7922
  sort: {
@@ -8361,7 +8361,7 @@ export declare const ExcelExportJobDataSchema: z.ZodObject<{
8361
8361
  companyId?: number | null | undefined;
8362
8362
  };
8363
8363
  reportType: ExcelExportReportType.warehouseShipmentList;
8364
- columns: ("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime")[];
8364
+ columns: ("number" | "status" | "buyer" | "name" | "quantity" | "base" | "order" | "productionDelay" | "calculatedStartTimeDelay" | "startTime" | "totalTime" | "article" | "days" | "remainingDays" | "completion" | "calculatedTime" | "warehouseDate" | "shipmentDate" | "actualDate" | "readiness" | "startDelay" | "comment" | "metalTime" | "assemblyTime")[];
8365
8365
  } | {
8366
8366
  filters: {
8367
8367
  status: import("../utils").statusShipment[];
@@ -7,6 +7,7 @@ export type WarehouseShipmentExportSource = ModelShipments & {
7
7
  calculateNeedsTime?: Date | string | null;
8
8
  childrenCalculateNeedsTime?: Date | string | null;
9
9
  startTimeDelay?: number | null;
10
+ calculatedStartTimeDelay?: number | null;
10
11
  productionDelay?: number | null;
11
12
  comment?: {
12
13
  content?: string;
@@ -87,6 +88,10 @@ export declare const WarehouseShipmentExcelExportColumnDefinitions: {
87
88
  readonly header: "Просрочка начала работ, ч";
88
89
  readonly width: 25;
89
90
  };
91
+ readonly calculatedStartTimeDelay: {
92
+ readonly header: "Просрочка расчётного начала работ, ч";
93
+ readonly width: 30;
94
+ };
90
95
  readonly productionDelay: {
91
96
  readonly header: "Просрочка изготовления, ч";
92
97
  readonly width: 25;
@@ -21,6 +21,10 @@ exports.WarehouseShipmentExcelExportColumnDefinitions = {
21
21
  actualDate: { header: 'Дата фактической отгрузки', width: 25 },
22
22
  readiness: { header: 'Готовность к комплектации', width: 25 },
23
23
  startDelay: { header: 'Просрочка начала работ, ч', width: 25 },
24
+ calculatedStartTimeDelay: {
25
+ header: 'Просрочка расчётного начала работ, ч',
26
+ width: 30
27
+ },
24
28
  productionDelay: { header: 'Просрочка изготовления, ч', width: 25 },
25
29
  comment: { header: 'Комментарии', width: 40 },
26
30
  metalTime: { header: 'Время на МО ч/мин', width: 24 },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pksep/zod-shared",
3
- "version": "0.0.569",
3
+ "version": "0.0.570",
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",
@@ -35,4 +35,4 @@
35
35
  "devDependencies": {
36
36
  "changelogen": "^0.6.1"
37
37
  }
38
- }
38
+ }