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 +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +0 -6
- package/dist/index.mjs +862 -868
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
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" }),
|