sigo-entities 1.2.196 → 1.2.197

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
@@ -7282,8 +7282,8 @@ declare class OrdenesInstalacionDTO {
7282
7282
  UBICACION: string;
7283
7283
  INSTALADOR: string;
7284
7284
  FECHA: Date;
7285
- TECCOD: string | null;
7286
- TECNICO: string | null;
7285
+ TECCOD: string;
7286
+ TECNICO: string;
7287
7287
  FINALIZA_ONLINE: string;
7288
7288
  }
7289
7289
  declare class ReclamosDistribuidorDTO {
@@ -7306,7 +7306,7 @@ declare class ReclamosDistribuidorDTO {
7306
7306
  TIPO: string;
7307
7307
  ORDEN: number;
7308
7308
  STATUS: string;
7309
- OBS_ORIGINAL: string | null;
7309
+ OBS_ORIGINAL: string;
7310
7310
  COD_TECNICO: number;
7311
7311
  TECNICO: string;
7312
7312
  OBS_TECNICA: string;
package/dist/index.d.ts CHANGED
@@ -7282,8 +7282,8 @@ declare class OrdenesInstalacionDTO {
7282
7282
  UBICACION: string;
7283
7283
  INSTALADOR: string;
7284
7284
  FECHA: Date;
7285
- TECCOD: string | null;
7286
- TECNICO: string | null;
7285
+ TECCOD: string;
7286
+ TECNICO: string;
7287
7287
  FINALIZA_ONLINE: string;
7288
7288
  }
7289
7289
  declare class ReclamosDistribuidorDTO {
@@ -7306,7 +7306,7 @@ declare class ReclamosDistribuidorDTO {
7306
7306
  TIPO: string;
7307
7307
  ORDEN: number;
7308
7308
  STATUS: string;
7309
- OBS_ORIGINAL: string | null;
7309
+ OBS_ORIGINAL: string;
7310
7310
  COD_TECNICO: number;
7311
7311
  TECNICO: string;
7312
7312
  OBS_TECNICA: string;
package/dist/index.js CHANGED
@@ -38813,8 +38813,8 @@ var OrdenesInstalacionDTO = class {
38813
38813
  UBICACION = "";
38814
38814
  INSTALADOR = "";
38815
38815
  FECHA = /* @__PURE__ */ new Date();
38816
- TECCOD = null;
38817
- TECNICO = null;
38816
+ TECCOD = "";
38817
+ TECNICO = "";
38818
38818
  FINALIZA_ONLINE = "";
38819
38819
  };
38820
38820
  __decorateClass([
@@ -38877,6 +38877,7 @@ __decorateClass([
38877
38877
  __decorateClass([
38878
38878
  (0, import_class_transformer595.Expose)(),
38879
38879
  Trim(),
38880
+ (0, import_class_transformer595.Transform)(({ value }) => value ? String(value) : ""),
38880
38881
  (0, import_class_validator596.IsDefined)(),
38881
38882
  (0, import_class_validator596.IsString)()
38882
38883
  ], OrdenesInstalacionDTO.prototype, "SMARTCARD", 2);
@@ -38919,6 +38920,7 @@ __decorateClass([
38919
38920
  __decorateClass([
38920
38921
  (0, import_class_transformer595.Expose)(),
38921
38922
  Trim(),
38923
+ (0, import_class_transformer595.Transform)(({ value }) => value ? String(value) : ""),
38922
38924
  (0, import_class_validator596.IsDefined)(),
38923
38925
  (0, import_class_validator596.IsString)()
38924
38926
  ], OrdenesInstalacionDTO.prototype, "CASA", 2);
@@ -38968,13 +38970,15 @@ __decorateClass([
38968
38970
  (0, import_class_transformer595.Expose)(),
38969
38971
  Trim(),
38970
38972
  (0, import_class_validator596.IsOptional)(),
38971
- (0, import_class_validator596.IsString)()
38973
+ (0, import_class_validator596.IsString)(),
38974
+ (0, import_class_transformer595.Transform)(({ value }) => value ? String(value) : "")
38972
38975
  ], OrdenesInstalacionDTO.prototype, "TECCOD", 2);
38973
38976
  __decorateClass([
38974
38977
  (0, import_class_transformer595.Expose)(),
38975
38978
  Trim(),
38976
38979
  (0, import_class_validator596.IsOptional)(),
38977
- (0, import_class_validator596.IsString)()
38980
+ (0, import_class_validator596.IsString)(),
38981
+ (0, import_class_transformer595.Transform)(({ value }) => value ? String(value) : "")
38978
38982
  ], OrdenesInstalacionDTO.prototype, "TECNICO", 2);
38979
38983
  __decorateClass([
38980
38984
  (0, import_class_transformer595.Expose)(),
@@ -39002,7 +39006,7 @@ var ReclamosDistribuidorDTO = class {
39002
39006
  TIPO = "";
39003
39007
  ORDEN = 0;
39004
39008
  STATUS = "";
39005
- OBS_ORIGINAL = null;
39009
+ OBS_ORIGINAL = "";
39006
39010
  COD_TECNICO = 0;
39007
39011
  TECNICO = "";
39008
39012
  OBS_TECNICA = "";
@@ -39140,7 +39144,8 @@ __decorateClass([
39140
39144
  (0, import_class_transformer595.Expose)(),
39141
39145
  Trim(),
39142
39146
  (0, import_class_validator596.IsOptional)(),
39143
- (0, import_class_validator596.IsString)()
39147
+ (0, import_class_validator596.IsString)(),
39148
+ (0, import_class_transformer595.Transform)(({ value }) => value ? String(value) : "")
39144
39149
  ], ReclamosDistribuidorDTO.prototype, "OBS_ORIGINAL", 2);
39145
39150
  __decorateClass([
39146
39151
  (0, import_class_transformer595.Expose)(),
package/dist/index.mjs CHANGED
@@ -38466,8 +38466,8 @@ var OrdenesInstalacionDTO = class {
38466
38466
  UBICACION = "";
38467
38467
  INSTALADOR = "";
38468
38468
  FECHA = /* @__PURE__ */ new Date();
38469
- TECCOD = null;
38470
- TECNICO = null;
38469
+ TECCOD = "";
38470
+ TECNICO = "";
38471
38471
  FINALIZA_ONLINE = "";
38472
38472
  };
38473
38473
  __decorateClass([
@@ -38530,6 +38530,7 @@ __decorateClass([
38530
38530
  __decorateClass([
38531
38531
  Expose592(),
38532
38532
  Trim(),
38533
+ Transform79(({ value }) => value ? String(value) : ""),
38533
38534
  IsDefined195(),
38534
38535
  IsString486()
38535
38536
  ], OrdenesInstalacionDTO.prototype, "SMARTCARD", 2);
@@ -38572,6 +38573,7 @@ __decorateClass([
38572
38573
  __decorateClass([
38573
38574
  Expose592(),
38574
38575
  Trim(),
38576
+ Transform79(({ value }) => value ? String(value) : ""),
38575
38577
  IsDefined195(),
38576
38578
  IsString486()
38577
38579
  ], OrdenesInstalacionDTO.prototype, "CASA", 2);
@@ -38621,13 +38623,15 @@ __decorateClass([
38621
38623
  Expose592(),
38622
38624
  Trim(),
38623
38625
  IsOptional32(),
38624
- IsString486()
38626
+ IsString486(),
38627
+ Transform79(({ value }) => value ? String(value) : "")
38625
38628
  ], OrdenesInstalacionDTO.prototype, "TECCOD", 2);
38626
38629
  __decorateClass([
38627
38630
  Expose592(),
38628
38631
  Trim(),
38629
38632
  IsOptional32(),
38630
- IsString486()
38633
+ IsString486(),
38634
+ Transform79(({ value }) => value ? String(value) : "")
38631
38635
  ], OrdenesInstalacionDTO.prototype, "TECNICO", 2);
38632
38636
  __decorateClass([
38633
38637
  Expose592(),
@@ -38655,7 +38659,7 @@ var ReclamosDistribuidorDTO = class {
38655
38659
  TIPO = "";
38656
38660
  ORDEN = 0;
38657
38661
  STATUS = "";
38658
- OBS_ORIGINAL = null;
38662
+ OBS_ORIGINAL = "";
38659
38663
  COD_TECNICO = 0;
38660
38664
  TECNICO = "";
38661
38665
  OBS_TECNICA = "";
@@ -38793,7 +38797,8 @@ __decorateClass([
38793
38797
  Expose592(),
38794
38798
  Trim(),
38795
38799
  IsOptional32(),
38796
- IsString486()
38800
+ IsString486(),
38801
+ Transform79(({ value }) => value ? String(value) : "")
38797
38802
  ], ReclamosDistribuidorDTO.prototype, "OBS_ORIGINAL", 2);
38798
38803
  __decorateClass([
38799
38804
  Expose592(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-entities",
3
- "version": "1.2.196",
3
+ "version": "1.2.197",
4
4
  "description": "Desarrollo de modelos de datos SIGO",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",