sigo-entities 1.2.247 → 1.2.248
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 +0 -1
- package/dist/index.mjs +0 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -41476,7 +41476,6 @@ __decorateClass([
|
|
|
41476
41476
|
__decorateClass([
|
|
41477
41477
|
(0, import_class_transformer626.Expose)(),
|
|
41478
41478
|
(0, import_class_validator625.IsDefined)({ message: "El campo inventario_existente es obligatorio." }),
|
|
41479
|
-
(0, import_class_validator625.IsArray)(),
|
|
41480
41479
|
(0, import_class_validator625.ValidateNested)(),
|
|
41481
41480
|
(0, import_class_transformer626.Type)(() => InventarioExistenteDTO)
|
|
41482
41481
|
], Somacyl_orderENTITY.prototype, "inventario_existente", 2);
|
package/dist/index.mjs
CHANGED
|
@@ -41103,7 +41103,6 @@ __decorateClass([
|
|
|
41103
41103
|
__decorateClass([
|
|
41104
41104
|
Expose621(),
|
|
41105
41105
|
IsDefined215({ message: "El campo inventario_existente es obligatorio." }),
|
|
41106
|
-
IsArray210(),
|
|
41107
41106
|
ValidateNested346(),
|
|
41108
41107
|
Type392(() => InventarioExistenteDTO)
|
|
41109
41108
|
], Somacyl_orderENTITY.prototype, "inventario_existente", 2);
|