sigo-entities 1.2.415 → 1.2.417

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
@@ -805,6 +805,9 @@ declare enum ReasonNoFinalizedSomacyl {
805
805
  INSTALACION_INADECUADA = "Instalaci\u00F3n inadecuada",
806
806
  NEGATIVA_DE_CLIENTE = "Negativa de cliente",
807
807
  CLIENTE_AUSENTE = "Cliente ausente",
808
+ CONTADOR_NO_CABE_EN_ALOJAMIENTO = "Contador no cabe en el alojamiento",
809
+ FALTAN_DATOS_PUNTO_SUMINISTRO = "Faltan datos del punto de suministro",
810
+ VALVULA_NO_FUNCIONA = "V\u00E1lvula no funciona",
808
811
  OTRO = "Otro",
809
812
  INICIAL = ""
810
813
  }
package/dist/index.d.ts CHANGED
@@ -805,6 +805,9 @@ declare enum ReasonNoFinalizedSomacyl {
805
805
  INSTALACION_INADECUADA = "Instalaci\u00F3n inadecuada",
806
806
  NEGATIVA_DE_CLIENTE = "Negativa de cliente",
807
807
  CLIENTE_AUSENTE = "Cliente ausente",
808
+ CONTADOR_NO_CABE_EN_ALOJAMIENTO = "Contador no cabe en el alojamiento",
809
+ FALTAN_DATOS_PUNTO_SUMINISTRO = "Faltan datos del punto de suministro",
810
+ VALVULA_NO_FUNCIONA = "V\u00E1lvula no funciona",
808
811
  OTRO = "Otro",
809
812
  INICIAL = ""
810
813
  }
package/dist/index.js CHANGED
@@ -4591,6 +4591,9 @@ var ReasonNoFinalizedSomacyl = /* @__PURE__ */ ((ReasonNoFinalizedSomacyl2) => {
4591
4591
  ReasonNoFinalizedSomacyl2["INSTALACION_INADECUADA"] = "Instalaci\xF3n inadecuada";
4592
4592
  ReasonNoFinalizedSomacyl2["NEGATIVA_DE_CLIENTE"] = "Negativa de cliente";
4593
4593
  ReasonNoFinalizedSomacyl2["CLIENTE_AUSENTE"] = "Cliente ausente";
4594
+ ReasonNoFinalizedSomacyl2["CONTADOR_NO_CABE_EN_ALOJAMIENTO"] = "Contador no cabe en el alojamiento";
4595
+ ReasonNoFinalizedSomacyl2["FALTAN_DATOS_PUNTO_SUMINISTRO"] = "Faltan datos del punto de suministro";
4596
+ ReasonNoFinalizedSomacyl2["VALVULA_NO_FUNCIONA"] = "V\xE1lvula no funciona";
4594
4597
  ReasonNoFinalizedSomacyl2["OTRO"] = "Otro";
4595
4598
  ReasonNoFinalizedSomacyl2["INICIAL"] = "";
4596
4599
  return ReasonNoFinalizedSomacyl2;
@@ -49166,6 +49169,7 @@ __decorateClass([
49166
49169
  __decorateClass([
49167
49170
  (0, import_class_transformer777.Expose)(),
49168
49171
  (0, import_class_validator754.IsDefined)({ message: "El campo quantity es obligatorio" }),
49172
+ (0, import_class_transformer777.Type)(() => Number),
49169
49173
  (0, import_class_validator754.IsNumber)(),
49170
49174
  (0, import_class_validator754.Min)(1, { message: "La cantidad minima es $constraint1" })
49171
49175
  ], MaterialesBantelDTO.prototype, "cantidad", 2);
package/dist/index.mjs CHANGED
@@ -3733,6 +3733,9 @@ var ReasonNoFinalizedSomacyl = /* @__PURE__ */ ((ReasonNoFinalizedSomacyl2) => {
3733
3733
  ReasonNoFinalizedSomacyl2["INSTALACION_INADECUADA"] = "Instalaci\xF3n inadecuada";
3734
3734
  ReasonNoFinalizedSomacyl2["NEGATIVA_DE_CLIENTE"] = "Negativa de cliente";
3735
3735
  ReasonNoFinalizedSomacyl2["CLIENTE_AUSENTE"] = "Cliente ausente";
3736
+ ReasonNoFinalizedSomacyl2["CONTADOR_NO_CABE_EN_ALOJAMIENTO"] = "Contador no cabe en el alojamiento";
3737
+ ReasonNoFinalizedSomacyl2["FALTAN_DATOS_PUNTO_SUMINISTRO"] = "Faltan datos del punto de suministro";
3738
+ ReasonNoFinalizedSomacyl2["VALVULA_NO_FUNCIONA"] = "V\xE1lvula no funciona";
3736
3739
  ReasonNoFinalizedSomacyl2["OTRO"] = "Otro";
3737
3740
  ReasonNoFinalizedSomacyl2["INICIAL"] = "";
3738
3741
  return ReasonNoFinalizedSomacyl2;
@@ -48555,7 +48558,7 @@ import {
48555
48558
  import "reflect-metadata";
48556
48559
 
48557
48560
  // src/operativa/procesos/bantel/shared/dto/ubicacion-bantel-dto.ts
48558
- import { Expose as Expose750 } from "class-transformer";
48561
+ import { Expose as Expose750, Type as Type471 } from "class-transformer";
48559
48562
  import {
48560
48563
  IsDefined as IsDefined255,
48561
48564
  IsString as IsString620,
@@ -48660,6 +48663,7 @@ __decorateClass([
48660
48663
  __decorateClass([
48661
48664
  Expose750(),
48662
48665
  IsDefined255({ message: "El campo quantity es obligatorio" }),
48666
+ Type471(() => Number),
48663
48667
  IsNumber492(),
48664
48668
  Min336(1, { message: "La cantidad minima es $constraint1" })
48665
48669
  ], MaterialesBantelDTO.prototype, "cantidad", 2);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-entities",
3
- "version": "1.2.415",
3
+ "version": "1.2.417",
4
4
  "description": "Desarrollo de modelos de datos SIGO",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",