sigo-entities 1.1.71 → 1.1.72

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 CHANGED
@@ -1302,7 +1302,6 @@ declare class SubManoObraDTO$1 {
1302
1302
  }
1303
1303
 
1304
1304
  declare class UbicacionDTO$1 {
1305
- ID_Direccion: number;
1306
1305
  Direccion: string;
1307
1306
  Localidad_Descrip: string;
1308
1307
  Coordenadas: CoordenadasDTO;
package/dist/index.d.ts CHANGED
@@ -1302,7 +1302,6 @@ declare class SubManoObraDTO$1 {
1302
1302
  }
1303
1303
 
1304
1304
  declare class UbicacionDTO$1 {
1305
- ID_Direccion: number;
1306
1305
  Direccion: string;
1307
1306
  Localidad_Descrip: string;
1308
1307
  Coordenadas: CoordenadasDTO;
package/dist/index.js CHANGED
@@ -7296,7 +7296,6 @@ __decorateClass([
7296
7296
  var import_class_transformer140 = require("class-transformer");
7297
7297
  var import_class_validator141 = require("class-validator");
7298
7298
  var UbicacionDTO = class {
7299
- ID_Direccion = 0;
7300
7299
  Direccion = "";
7301
7300
  Localidad_Descrip = "";
7302
7301
  Coordenadas = new CoordenadasDTO();
@@ -7304,11 +7303,6 @@ var UbicacionDTO = class {
7304
7303
  Zona = "";
7305
7304
  Tipo_Zona = "";
7306
7305
  };
7307
- __decorateClass([
7308
- (0, import_class_validator141.IsNumber)({}, { message: "debe ser un numero" }),
7309
- (0, import_class_validator141.IsNotEmpty)({ message: "es requerido" }),
7310
- (0, import_class_transformer140.Expose)()
7311
- ], UbicacionDTO.prototype, "ID_Direccion", 2);
7312
7306
  __decorateClass([
7313
7307
  (0, import_class_validator141.IsString)({ message: "debe ser un texto" }),
7314
7308
  (0, import_class_validator141.IsNotEmpty)({ message: "es requerido" }),