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 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)({ name: "Nombre Distrito" }),
31767
- (0, import_class_validator535.IsDefined)({ message: "El campo Nombre Distrito es obligatorio." }),
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({ name: "Nombre Distrito" }),
31351
- IsDefined140({ message: "El campo Nombre Distrito es obligatorio." }),
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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-entities",
3
- "version": "1.2.63",
3
+ "version": "1.2.64",
4
4
  "description": "Desarrollo de modelos de datos SIGO",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",