sigo-entities 1.2.233 → 1.2.235

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
@@ -7486,7 +7486,8 @@ declare class TUVESOrdReclamosFinDTO {
7486
7486
  declare enum EstadosTuvesEnum {
7487
7487
  Emitida = "Emitida",
7488
7488
  Pendiente = "Pendiente",
7489
- Finalizada = "Finalizada"
7489
+ Finalizada = "Finalizada",
7490
+ Cancelada = "Cancelada"
7490
7491
  }
7491
7492
 
7492
7493
  declare class TuvesENTITY {
package/dist/index.d.ts CHANGED
@@ -7486,7 +7486,8 @@ declare class TUVESOrdReclamosFinDTO {
7486
7486
  declare enum EstadosTuvesEnum {
7487
7487
  Emitida = "Emitida",
7488
7488
  Pendiente = "Pendiente",
7489
- Finalizada = "Finalizada"
7489
+ Finalizada = "Finalizada",
7490
+ Cancelada = "Cancelada"
7490
7491
  }
7491
7492
 
7492
7493
  declare class TuvesENTITY {
package/dist/index.js CHANGED
@@ -40176,11 +40176,11 @@ var EstadosTuvesEnum = /* @__PURE__ */ ((EstadosTuvesEnum2) => {
40176
40176
  EstadosTuvesEnum2["Emitida"] = "Emitida";
40177
40177
  EstadosTuvesEnum2["Pendiente"] = "Pendiente";
40178
40178
  EstadosTuvesEnum2["Finalizada"] = "Finalizada";
40179
+ EstadosTuvesEnum2["Cancelada"] = "Cancelada";
40179
40180
  return EstadosTuvesEnum2;
40180
40181
  })(EstadosTuvesEnum || {});
40181
40182
 
40182
40183
  // src/operativa/procesos/tuves/shared/index.ts
40183
- var import_shared150 = require("src/shared");
40184
40184
  var TuvesENTITY = class {
40185
40185
  _id = "";
40186
40186
  tecnico = "";
@@ -40580,25 +40580,25 @@ __decorateClass([
40580
40580
  ], TuvesENTITY.prototype, "EstadoProceso", 2);
40581
40581
  __decorateClass([
40582
40582
  (0, import_class_transformer611.Expose)(),
40583
- (0, import_shared150.ForceString)(),
40583
+ ForceString(),
40584
40584
  (0, import_class_validator610.IsDefined)(),
40585
40585
  (0, import_class_validator610.IsString)()
40586
40586
  ], TuvesENTITY.prototype, "nro_falla", 2);
40587
40587
  __decorateClass([
40588
40588
  (0, import_class_transformer611.Expose)(),
40589
- (0, import_shared150.ForceString)(),
40589
+ ForceString(),
40590
40590
  (0, import_class_validator610.IsDefined)(),
40591
40591
  (0, import_class_validator610.IsString)()
40592
40592
  ], TuvesENTITY.prototype, "falla", 2);
40593
40593
  __decorateClass([
40594
40594
  (0, import_class_transformer611.Expose)(),
40595
- (0, import_shared150.ForceString)(),
40595
+ ForceString(),
40596
40596
  (0, import_class_validator610.IsDefined)(),
40597
40597
  (0, import_class_validator610.IsString)()
40598
40598
  ], TuvesENTITY.prototype, "nro_causa", 2);
40599
40599
  __decorateClass([
40600
40600
  (0, import_class_transformer611.Expose)(),
40601
- (0, import_shared150.ForceString)(),
40601
+ ForceString(),
40602
40602
  (0, import_class_validator610.IsDefined)(),
40603
40603
  (0, import_class_validator610.IsString)()
40604
40604
  ], TuvesENTITY.prototype, "causa_falla", 2);
package/dist/index.mjs CHANGED
@@ -39811,11 +39811,11 @@ var EstadosTuvesEnum = /* @__PURE__ */ ((EstadosTuvesEnum2) => {
39811
39811
  EstadosTuvesEnum2["Emitida"] = "Emitida";
39812
39812
  EstadosTuvesEnum2["Pendiente"] = "Pendiente";
39813
39813
  EstadosTuvesEnum2["Finalizada"] = "Finalizada";
39814
+ EstadosTuvesEnum2["Cancelada"] = "Cancelada";
39814
39815
  return EstadosTuvesEnum2;
39815
39816
  })(EstadosTuvesEnum || {});
39816
39817
 
39817
39818
  // src/operativa/procesos/tuves/shared/index.ts
39818
- import { ForceString as ForceString2 } from "src/shared";
39819
39819
  var TuvesENTITY = class {
39820
39820
  _id = "";
39821
39821
  tecnico = "";
@@ -40215,25 +40215,25 @@ __decorateClass([
40215
40215
  ], TuvesENTITY.prototype, "EstadoProceso", 2);
40216
40216
  __decorateClass([
40217
40217
  Expose606(),
40218
- ForceString2(),
40218
+ ForceString(),
40219
40219
  IsDefined202(),
40220
40220
  IsString497()
40221
40221
  ], TuvesENTITY.prototype, "nro_falla", 2);
40222
40222
  __decorateClass([
40223
40223
  Expose606(),
40224
- ForceString2(),
40224
+ ForceString(),
40225
40225
  IsDefined202(),
40226
40226
  IsString497()
40227
40227
  ], TuvesENTITY.prototype, "falla", 2);
40228
40228
  __decorateClass([
40229
40229
  Expose606(),
40230
- ForceString2(),
40230
+ ForceString(),
40231
40231
  IsDefined202(),
40232
40232
  IsString497()
40233
40233
  ], TuvesENTITY.prototype, "nro_causa", 2);
40234
40234
  __decorateClass([
40235
40235
  Expose606(),
40236
- ForceString2(),
40236
+ ForceString(),
40237
40237
  IsDefined202(),
40238
40238
  IsString497()
40239
40239
  ], TuvesENTITY.prototype, "causa_falla", 2);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-entities",
3
- "version": "1.2.233",
3
+ "version": "1.2.235",
4
4
  "description": "Desarrollo de modelos de datos SIGO",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",