sigo-entities 0.0.64 → 0.0.65

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
@@ -1082,7 +1082,7 @@ declare class TipoAlmacenDTO extends NombreDescripcionDTO {
1082
1082
  ID_TipoAlmacen: number;
1083
1083
  }
1084
1084
 
1085
- declare class UbicacionAlmacenDTO extends NombreDescripcionDTO {
1085
+ declare class UbicacionAlmacenDTO {
1086
1086
  Direccion: string;
1087
1087
  CodigoPostal: string;
1088
1088
  Referencia: string;
package/dist/index.d.ts CHANGED
@@ -1082,7 +1082,7 @@ declare class TipoAlmacenDTO extends NombreDescripcionDTO {
1082
1082
  ID_TipoAlmacen: number;
1083
1083
  }
1084
1084
 
1085
- declare class UbicacionAlmacenDTO extends NombreDescripcionDTO {
1085
+ declare class UbicacionAlmacenDTO {
1086
1086
  Direccion: string;
1087
1087
  CodigoPostal: string;
1088
1088
  Referencia: string;
package/dist/index.js CHANGED
@@ -5237,7 +5237,7 @@ __decorateClass([
5237
5237
  // src/logistica/almacen/shared/dto/ubicacion-almacen-dto.ts
5238
5238
  var import_class_transformer91 = require("class-transformer");
5239
5239
  var import_class_validator91 = require("class-validator");
5240
- var UbicacionAlmacenDTO = class extends NombreDescripcionDTO {
5240
+ var UbicacionAlmacenDTO = class {
5241
5241
  Direccion = "";
5242
5242
  CodigoPostal = "";
5243
5243
  Referencia = "";
package/dist/index.mjs CHANGED
@@ -5117,7 +5117,7 @@ __decorateClass([
5117
5117
  // src/logistica/almacen/shared/dto/ubicacion-almacen-dto.ts
5118
5118
  import { Expose as Expose90 } from "class-transformer";
5119
5119
  import { IsString as IsString73, Length as Length73 } from "class-validator";
5120
- var UbicacionAlmacenDTO = class extends NombreDescripcionDTO {
5120
+ var UbicacionAlmacenDTO = class {
5121
5121
  Direccion = "";
5122
5122
  CodigoPostal = "";
5123
5123
  Referencia = "";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-entities",
3
- "version": "0.0.64",
3
+ "version": "0.0.65",
4
4
  "description": "Desarrollo de modelos de datos SIGO",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",