sigo-entities 1.2.268 → 1.2.269
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.
- package/dist/index.js +1 -0
- package/dist/index.mjs +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -29799,6 +29799,7 @@ __decorateClass([
|
|
|
29799
29799
|
(0, import_class_transformer526.Expose)()
|
|
29800
29800
|
], ProductoDto.prototype, "IGV", 2);
|
|
29801
29801
|
__decorateClass([
|
|
29802
|
+
(0, import_class_validator519.IsOptional)(),
|
|
29802
29803
|
(0, import_class_validator519.IsBoolean)({ message: "debe ser true o false" }),
|
|
29803
29804
|
(0, import_class_transformer526.Expose)()
|
|
29804
29805
|
], ProductoDto.prototype, "esFraccion", 2);
|
package/dist/index.mjs
CHANGED
|
@@ -28997,7 +28997,7 @@ __decorateClass([
|
|
|
28997
28997
|
], FechaEntregaDto.prototype, "Date", 2);
|
|
28998
28998
|
|
|
28999
28999
|
// src/logistica/procesos/navisionpreorden/shared/dto/producto-dto.ts
|
|
29000
|
-
import { IsArray as IsArray178, IsBoolean as IsBoolean45, IsNotEmpty as IsNotEmpty365, IsNumber as IsNumber333, IsString as IsString408, ValidateNested as ValidateNested302 } from "class-validator";
|
|
29000
|
+
import { IsArray as IsArray178, IsBoolean as IsBoolean45, IsNotEmpty as IsNotEmpty365, IsNumber as IsNumber333, IsOptional as IsOptional21, IsString as IsString408, ValidateNested as ValidateNested302 } from "class-validator";
|
|
29001
29001
|
|
|
29002
29002
|
// src/logistica/procesos/navisionpreorden/shared/dto/recepcion-dto.ts
|
|
29003
29003
|
import { Expose as Expose510 } from "class-transformer";
|
|
@@ -29216,6 +29216,7 @@ __decorateClass([
|
|
|
29216
29216
|
Expose516()
|
|
29217
29217
|
], ProductoDto.prototype, "IGV", 2);
|
|
29218
29218
|
__decorateClass([
|
|
29219
|
+
IsOptional21(),
|
|
29219
29220
|
IsBoolean45({ message: "debe ser true o false" }),
|
|
29220
29221
|
Expose516()
|
|
29221
29222
|
], ProductoDto.prototype, "esFraccion", 2);
|