sigo-entities 1.2.63 → 1.2.64
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 +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -31763,8 +31763,8 @@ __decorateClass([
|
|
|
31763
31763
|
(0, import_class_validator535.IsString)()
|
|
31764
31764
|
], UbicaciontoaDBDTO.prototype, "direccion_completa_y_referencia", 2);
|
|
31765
31765
|
__decorateClass([
|
|
31766
|
-
(0, import_class_transformer534.Expose)(
|
|
31767
|
-
(0, import_class_validator535.IsDefined)({ message: "El campo
|
|
31766
|
+
(0, import_class_transformer534.Expose)(),
|
|
31767
|
+
(0, import_class_validator535.IsDefined)({ message: "El campo nombre_distrito es obligatorio." }),
|
|
31768
31768
|
(0, import_class_validator535.IsString)()
|
|
31769
31769
|
], UbicaciontoaDBDTO.prototype, "nombre_distrito", 2);
|
|
31770
31770
|
var PlantaDBDTO = class {
|
package/dist/index.mjs
CHANGED
|
@@ -31347,8 +31347,8 @@ __decorateClass([
|
|
|
31347
31347
|
IsString430()
|
|
31348
31348
|
], UbicaciontoaDBDTO.prototype, "direccion_completa_y_referencia", 2);
|
|
31349
31349
|
__decorateClass([
|
|
31350
|
-
Expose532(
|
|
31351
|
-
IsDefined140({ message: "El campo
|
|
31350
|
+
Expose532(),
|
|
31351
|
+
IsDefined140({ message: "El campo nombre_distrito es obligatorio." }),
|
|
31352
31352
|
IsString430()
|
|
31353
31353
|
], UbicaciontoaDBDTO.prototype, "nombre_distrito", 2);
|
|
31354
31354
|
var PlantaDBDTO = class {
|