sigo-entities 0.0.290 → 0.0.291
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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -821,7 +821,7 @@ declare class DatosCatalogoItemDTO {
|
|
|
821
821
|
|
|
822
822
|
declare class DataCatalogoItemDTO {
|
|
823
823
|
DatosPrecioMaterial: DatosPrecioMaterialDTO;
|
|
824
|
-
|
|
824
|
+
DatosItem: DatosCatalogoItemDTO;
|
|
825
825
|
}
|
|
826
826
|
|
|
827
827
|
declare class ItemCantidadesDTO {
|
package/dist/index.d.ts
CHANGED
|
@@ -821,7 +821,7 @@ declare class DatosCatalogoItemDTO {
|
|
|
821
821
|
|
|
822
822
|
declare class DataCatalogoItemDTO {
|
|
823
823
|
DatosPrecioMaterial: DatosPrecioMaterialDTO;
|
|
824
|
-
|
|
824
|
+
DatosItem: DatosCatalogoItemDTO;
|
|
825
825
|
}
|
|
826
826
|
|
|
827
827
|
declare class ItemCantidadesDTO {
|
package/dist/index.js
CHANGED
|
@@ -4525,7 +4525,7 @@ __decorateClass([
|
|
|
4525
4525
|
// src/programados/procesos/reservaMaterial/shared/dto/data-catalogo-item-dto.ts
|
|
4526
4526
|
var DataCatalogoItemDTO = class {
|
|
4527
4527
|
DatosPrecioMaterial = new DatosPrecioMaterialDTO();
|
|
4528
|
-
|
|
4528
|
+
DatosItem = new DatosCatalogoItemDTO();
|
|
4529
4529
|
};
|
|
4530
4530
|
__decorateClass([
|
|
4531
4531
|
(0, import_class_transformer97.Type)(() => DatosPrecioMaterialDTO),
|
|
@@ -4538,7 +4538,7 @@ __decorateClass([
|
|
|
4538
4538
|
(0, import_class_validator98.IsNotEmpty)({ message: "es requerido" }),
|
|
4539
4539
|
(0, import_class_transformer97.Expose)(),
|
|
4540
4540
|
(0, import_class_validator98.ValidateNested)()
|
|
4541
|
-
], DataCatalogoItemDTO.prototype, "
|
|
4541
|
+
], DataCatalogoItemDTO.prototype, "DatosItem", 2);
|
|
4542
4542
|
|
|
4543
4543
|
// src/programados/procesos/reservaMaterial/shared/dto/item-cantidades-dto.ts
|
|
4544
4544
|
var import_class_transformer98 = require("class-transformer");
|
package/dist/index.mjs
CHANGED
|
@@ -4165,7 +4165,7 @@ __decorateClass([
|
|
|
4165
4165
|
// src/programados/procesos/reservaMaterial/shared/dto/data-catalogo-item-dto.ts
|
|
4166
4166
|
var DataCatalogoItemDTO = class {
|
|
4167
4167
|
DatosPrecioMaterial = new DatosPrecioMaterialDTO();
|
|
4168
|
-
|
|
4168
|
+
DatosItem = new DatosCatalogoItemDTO();
|
|
4169
4169
|
};
|
|
4170
4170
|
__decorateClass([
|
|
4171
4171
|
Type53(() => DatosPrecioMaterialDTO),
|
|
@@ -4178,7 +4178,7 @@ __decorateClass([
|
|
|
4178
4178
|
IsNotEmpty84({ message: "es requerido" }),
|
|
4179
4179
|
Expose95(),
|
|
4180
4180
|
ValidateNested50()
|
|
4181
|
-
], DataCatalogoItemDTO.prototype, "
|
|
4181
|
+
], DataCatalogoItemDTO.prototype, "DatosItem", 2);
|
|
4182
4182
|
|
|
4183
4183
|
// src/programados/procesos/reservaMaterial/shared/dto/item-cantidades-dto.ts
|
|
4184
4184
|
import { Expose as Expose96 } from "class-transformer";
|