sigo-entities 0.0.21 → 0.0.22

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
@@ -515,11 +515,11 @@ declare class PersonalLogisticaDTO {
515
515
  }
516
516
 
517
517
  declare class UsuarioLogisticaDTO {
518
- Guia: EquiposDTO;
519
- Ingreso: EquiposDTO;
520
- Aprobacion: EquiposDTO;
521
- Recepcion: EquiposDTO;
522
- Anulacion: EquiposDTO;
518
+ Guia: UsuarioID_UsuarioDTO;
519
+ Ingreso: UsuarioID_UsuarioDTO;
520
+ Aprobacion: UsuarioID_UsuarioDTO;
521
+ Recepcion: UsuarioID_UsuarioDTO;
522
+ Anulacion: UsuarioID_UsuarioDTO;
523
523
  }
524
524
 
525
525
  declare class ZonaTrabajoDTO extends CodigoNombreDTO {
package/dist/index.d.ts CHANGED
@@ -515,11 +515,11 @@ declare class PersonalLogisticaDTO {
515
515
  }
516
516
 
517
517
  declare class UsuarioLogisticaDTO {
518
- Guia: EquiposDTO;
519
- Ingreso: EquiposDTO;
520
- Aprobacion: EquiposDTO;
521
- Recepcion: EquiposDTO;
522
- Anulacion: EquiposDTO;
518
+ Guia: UsuarioID_UsuarioDTO;
519
+ Ingreso: UsuarioID_UsuarioDTO;
520
+ Aprobacion: UsuarioID_UsuarioDTO;
521
+ Recepcion: UsuarioID_UsuarioDTO;
522
+ Anulacion: UsuarioID_UsuarioDTO;
523
523
  }
524
524
 
525
525
  declare class ZonaTrabajoDTO extends CodigoNombreDTO {
package/dist/index.js CHANGED
@@ -2749,38 +2749,38 @@ __decorateClass([
2749
2749
  var import_class_transformer53 = require("class-transformer");
2750
2750
  var import_class_validator53 = require("class-validator");
2751
2751
  var UsuarioLogisticaDTO = class {
2752
- Guia = new EquiposDTO();
2753
- Ingreso = new EquiposDTO();
2754
- Aprobacion = new EquiposDTO();
2755
- Recepcion = new EquiposDTO();
2756
- Anulacion = new EquiposDTO();
2752
+ Guia = new UsuarioID_UsuarioDTO();
2753
+ Ingreso = new UsuarioID_UsuarioDTO();
2754
+ Aprobacion = new UsuarioID_UsuarioDTO();
2755
+ Recepcion = new UsuarioID_UsuarioDTO();
2756
+ Anulacion = new UsuarioID_UsuarioDTO();
2757
2757
  };
2758
2758
  __decorateClass([
2759
- (0, import_class_transformer53.Type)(() => EquiposDTO),
2759
+ (0, import_class_transformer53.Type)(() => UsuarioID_UsuarioDTO),
2760
2760
  (0, import_class_validator53.IsNotEmpty)({ message: "es requerido" }),
2761
2761
  (0, import_class_transformer53.Expose)(),
2762
2762
  (0, import_class_validator53.ValidateNested)()
2763
2763
  ], UsuarioLogisticaDTO.prototype, "Guia", 2);
2764
2764
  __decorateClass([
2765
- (0, import_class_transformer53.Type)(() => EquiposDTO),
2765
+ (0, import_class_transformer53.Type)(() => UsuarioID_UsuarioDTO),
2766
2766
  (0, import_class_validator53.IsNotEmpty)({ message: "es requerido" }),
2767
2767
  (0, import_class_transformer53.Expose)(),
2768
2768
  (0, import_class_validator53.ValidateNested)()
2769
2769
  ], UsuarioLogisticaDTO.prototype, "Ingreso", 2);
2770
2770
  __decorateClass([
2771
- (0, import_class_transformer53.Type)(() => EquiposDTO),
2771
+ (0, import_class_transformer53.Type)(() => UsuarioID_UsuarioDTO),
2772
2772
  (0, import_class_validator53.IsNotEmpty)({ message: "es requerido" }),
2773
2773
  (0, import_class_transformer53.Expose)(),
2774
2774
  (0, import_class_validator53.ValidateNested)()
2775
2775
  ], UsuarioLogisticaDTO.prototype, "Aprobacion", 2);
2776
2776
  __decorateClass([
2777
- (0, import_class_transformer53.Type)(() => EquiposDTO),
2777
+ (0, import_class_transformer53.Type)(() => UsuarioID_UsuarioDTO),
2778
2778
  (0, import_class_validator53.IsNotEmpty)({ message: "es requerido" }),
2779
2779
  (0, import_class_transformer53.Expose)(),
2780
2780
  (0, import_class_validator53.ValidateNested)()
2781
2781
  ], UsuarioLogisticaDTO.prototype, "Recepcion", 2);
2782
2782
  __decorateClass([
2783
- (0, import_class_transformer53.Type)(() => EquiposDTO),
2783
+ (0, import_class_transformer53.Type)(() => UsuarioID_UsuarioDTO),
2784
2784
  (0, import_class_validator53.IsNotEmpty)({ message: "es requerido" }),
2785
2785
  (0, import_class_transformer53.Expose)(),
2786
2786
  (0, import_class_validator53.ValidateNested)()
package/dist/index.mjs CHANGED
@@ -2684,38 +2684,38 @@ __decorateClass([
2684
2684
  import { Expose as Expose52, Type as Type25 } from "class-transformer";
2685
2685
  import { IsNotEmpty as IsNotEmpty52, ValidateNested as ValidateNested25 } from "class-validator";
2686
2686
  var UsuarioLogisticaDTO = class {
2687
- Guia = new EquiposDTO();
2688
- Ingreso = new EquiposDTO();
2689
- Aprobacion = new EquiposDTO();
2690
- Recepcion = new EquiposDTO();
2691
- Anulacion = new EquiposDTO();
2687
+ Guia = new UsuarioID_UsuarioDTO();
2688
+ Ingreso = new UsuarioID_UsuarioDTO();
2689
+ Aprobacion = new UsuarioID_UsuarioDTO();
2690
+ Recepcion = new UsuarioID_UsuarioDTO();
2691
+ Anulacion = new UsuarioID_UsuarioDTO();
2692
2692
  };
2693
2693
  __decorateClass([
2694
- Type25(() => EquiposDTO),
2694
+ Type25(() => UsuarioID_UsuarioDTO),
2695
2695
  IsNotEmpty52({ message: "es requerido" }),
2696
2696
  Expose52(),
2697
2697
  ValidateNested25()
2698
2698
  ], UsuarioLogisticaDTO.prototype, "Guia", 2);
2699
2699
  __decorateClass([
2700
- Type25(() => EquiposDTO),
2700
+ Type25(() => UsuarioID_UsuarioDTO),
2701
2701
  IsNotEmpty52({ message: "es requerido" }),
2702
2702
  Expose52(),
2703
2703
  ValidateNested25()
2704
2704
  ], UsuarioLogisticaDTO.prototype, "Ingreso", 2);
2705
2705
  __decorateClass([
2706
- Type25(() => EquiposDTO),
2706
+ Type25(() => UsuarioID_UsuarioDTO),
2707
2707
  IsNotEmpty52({ message: "es requerido" }),
2708
2708
  Expose52(),
2709
2709
  ValidateNested25()
2710
2710
  ], UsuarioLogisticaDTO.prototype, "Aprobacion", 2);
2711
2711
  __decorateClass([
2712
- Type25(() => EquiposDTO),
2712
+ Type25(() => UsuarioID_UsuarioDTO),
2713
2713
  IsNotEmpty52({ message: "es requerido" }),
2714
2714
  Expose52(),
2715
2715
  ValidateNested25()
2716
2716
  ], UsuarioLogisticaDTO.prototype, "Recepcion", 2);
2717
2717
  __decorateClass([
2718
- Type25(() => EquiposDTO),
2718
+ Type25(() => UsuarioID_UsuarioDTO),
2719
2719
  IsNotEmpty52({ message: "es requerido" }),
2720
2720
  Expose52(),
2721
2721
  ValidateNested25()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-entities",
3
- "version": "0.0.21",
3
+ "version": "0.0.22",
4
4
  "description": "Desarrollo de modelos de datos SIGO",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",