sigo-entities 1.2.212 → 1.2.214

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
@@ -7389,19 +7389,19 @@ declare class ReclamosDistribuidorDTO {
7389
7389
  APARTAMENTO: string;
7390
7390
  UBICACION: string;
7391
7391
  TIPO: string;
7392
- ORDEN: number;
7392
+ ORDEN: string;
7393
7393
  STATUS: string;
7394
7394
  OBS_ORIGINAL: string;
7395
- COD_TECNICO: number;
7395
+ COD_TECNICO: string;
7396
7396
  TECNICO: string;
7397
7397
  OBS_TECNICA: string;
7398
7398
  FECHA_AGENDAMIENTO: string;
7399
7399
  USUARIO_AGENDAMIENTO: string;
7400
7400
  FCH_INGRESO: string;
7401
7401
  FCH_FINALIZACION: string;
7402
- NRO_FALLA: number;
7402
+ NRO_FALLA: string;
7403
7403
  FALLA: string;
7404
- NRO_CAUSA: number;
7404
+ NRO_CAUSA: string;
7405
7405
  CAUSA_FALLA: string;
7406
7406
  ORIGEN_FALLA: string;
7407
7407
  STB_ANTERIOR: string;
@@ -7410,7 +7410,7 @@ declare class ReclamosDistribuidorDTO {
7410
7410
  SC_NUEVO: string;
7411
7411
  USUARIO_FIN: string;
7412
7412
  TIPO_COMISION: string;
7413
- STB: number;
7413
+ STB: string;
7414
7414
  USUARIO_INGRESA: string;
7415
7415
  FINALIZA_ONLINE: string;
7416
7416
  INSTALADOR_APP: string;
package/dist/index.d.ts CHANGED
@@ -7389,19 +7389,19 @@ declare class ReclamosDistribuidorDTO {
7389
7389
  APARTAMENTO: string;
7390
7390
  UBICACION: string;
7391
7391
  TIPO: string;
7392
- ORDEN: number;
7392
+ ORDEN: string;
7393
7393
  STATUS: string;
7394
7394
  OBS_ORIGINAL: string;
7395
- COD_TECNICO: number;
7395
+ COD_TECNICO: string;
7396
7396
  TECNICO: string;
7397
7397
  OBS_TECNICA: string;
7398
7398
  FECHA_AGENDAMIENTO: string;
7399
7399
  USUARIO_AGENDAMIENTO: string;
7400
7400
  FCH_INGRESO: string;
7401
7401
  FCH_FINALIZACION: string;
7402
- NRO_FALLA: number;
7402
+ NRO_FALLA: string;
7403
7403
  FALLA: string;
7404
- NRO_CAUSA: number;
7404
+ NRO_CAUSA: string;
7405
7405
  CAUSA_FALLA: string;
7406
7406
  ORIGEN_FALLA: string;
7407
7407
  STB_ANTERIOR: string;
@@ -7410,7 +7410,7 @@ declare class ReclamosDistribuidorDTO {
7410
7410
  SC_NUEVO: string;
7411
7411
  USUARIO_FIN: string;
7412
7412
  TIPO_COMISION: string;
7413
- STB: number;
7413
+ STB: string;
7414
7414
  USUARIO_INGRESA: string;
7415
7415
  FINALIZA_ONLINE: string;
7416
7416
  INSTALADOR_APP: string;
package/dist/index.js CHANGED
@@ -39109,7 +39109,7 @@ var import_class_transformer602 = require("class-transformer");
39109
39109
  var import_class_validator603 = require("class-validator");
39110
39110
  var import_reflect_metadata29 = require("reflect-metadata");
39111
39111
  var ForceString = () => (0, import_class_transformer602.Transform)(({ value }) => {
39112
- if (value === null || value === void 0) return "";
39112
+ if (!value) return "";
39113
39113
  return String(value).trim();
39114
39114
  });
39115
39115
  var MaterialDistribuidoDTO = class {
@@ -39462,19 +39462,19 @@ var ReclamosDistribuidorDTO = class {
39462
39462
  APARTAMENTO = "";
39463
39463
  UBICACION = "";
39464
39464
  TIPO = "";
39465
- ORDEN = 0;
39465
+ ORDEN = "";
39466
39466
  STATUS = "";
39467
39467
  OBS_ORIGINAL = "";
39468
- COD_TECNICO = 0;
39468
+ COD_TECNICO = "";
39469
39469
  TECNICO = "";
39470
39470
  OBS_TECNICA = "";
39471
39471
  FECHA_AGENDAMIENTO = "";
39472
39472
  USUARIO_AGENDAMIENTO = "";
39473
39473
  FCH_INGRESO = "";
39474
39474
  FCH_FINALIZACION = "";
39475
- NRO_FALLA = 0;
39475
+ NRO_FALLA = "";
39476
39476
  FALLA = "";
39477
- NRO_CAUSA = 0;
39477
+ NRO_CAUSA = "";
39478
39478
  CAUSA_FALLA = "";
39479
39479
  ORIGEN_FALLA = "";
39480
39480
  STB_ANTERIOR = "";
@@ -39483,7 +39483,7 @@ var ReclamosDistribuidorDTO = class {
39483
39483
  SC_NUEVO = "";
39484
39484
  USUARIO_FIN = "";
39485
39485
  TIPO_COMISION = "";
39486
- STB = 0;
39486
+ STB = "";
39487
39487
  USUARIO_INGRESA = "";
39488
39488
  FINALIZA_ONLINE = "";
39489
39489
  INSTALADOR_APP = "";
@@ -39590,8 +39590,9 @@ __decorateClass([
39590
39590
  ], ReclamosDistribuidorDTO.prototype, "TIPO", 2);
39591
39591
  __decorateClass([
39592
39592
  (0, import_class_transformer602.Expose)(),
39593
+ ForceString(),
39593
39594
  (0, import_class_validator603.IsDefined)(),
39594
- (0, import_class_validator603.IsNumber)()
39595
+ (0, import_class_validator603.IsString)()
39595
39596
  ], ReclamosDistribuidorDTO.prototype, "ORDEN", 2);
39596
39597
  __decorateClass([
39597
39598
  (0, import_class_transformer602.Expose)(),
@@ -39607,8 +39608,9 @@ __decorateClass([
39607
39608
  ], ReclamosDistribuidorDTO.prototype, "OBS_ORIGINAL", 2);
39608
39609
  __decorateClass([
39609
39610
  (0, import_class_transformer602.Expose)(),
39611
+ ForceString(),
39610
39612
  (0, import_class_validator603.IsDefined)(),
39611
- (0, import_class_validator603.IsNumber)()
39613
+ (0, import_class_validator603.IsString)()
39612
39614
  ], ReclamosDistribuidorDTO.prototype, "COD_TECNICO", 2);
39613
39615
  __decorateClass([
39614
39616
  (0, import_class_transformer602.Expose)(),
@@ -39648,8 +39650,9 @@ __decorateClass([
39648
39650
  ], ReclamosDistribuidorDTO.prototype, "FCH_FINALIZACION", 2);
39649
39651
  __decorateClass([
39650
39652
  (0, import_class_transformer602.Expose)(),
39653
+ ForceString(),
39651
39654
  (0, import_class_validator603.IsDefined)(),
39652
- (0, import_class_validator603.IsNumber)()
39655
+ (0, import_class_validator603.IsString)()
39653
39656
  ], ReclamosDistribuidorDTO.prototype, "NRO_FALLA", 2);
39654
39657
  __decorateClass([
39655
39658
  (0, import_class_transformer602.Expose)(),
@@ -39659,8 +39662,9 @@ __decorateClass([
39659
39662
  ], ReclamosDistribuidorDTO.prototype, "FALLA", 2);
39660
39663
  __decorateClass([
39661
39664
  (0, import_class_transformer602.Expose)(),
39665
+ ForceString(),
39662
39666
  (0, import_class_validator603.IsDefined)(),
39663
- (0, import_class_validator603.IsNumber)()
39667
+ (0, import_class_validator603.IsString)()
39664
39668
  ], ReclamosDistribuidorDTO.prototype, "NRO_CAUSA", 2);
39665
39669
  __decorateClass([
39666
39670
  (0, import_class_transformer602.Expose)(),
@@ -39712,8 +39716,9 @@ __decorateClass([
39712
39716
  ], ReclamosDistribuidorDTO.prototype, "TIPO_COMISION", 2);
39713
39717
  __decorateClass([
39714
39718
  (0, import_class_transformer602.Expose)(),
39719
+ ForceString(),
39715
39720
  (0, import_class_validator603.IsDefined)(),
39716
- (0, import_class_validator603.IsNumber)()
39721
+ (0, import_class_validator603.IsString)()
39717
39722
  ], ReclamosDistribuidorDTO.prototype, "STB", 2);
39718
39723
  __decorateClass([
39719
39724
  (0, import_class_transformer602.Expose)(),
package/dist/index.mjs CHANGED
@@ -38758,7 +38758,7 @@ import {
38758
38758
  } from "class-validator";
38759
38759
  import "reflect-metadata";
38760
38760
  var ForceString = () => Transform82(({ value }) => {
38761
- if (value === null || value === void 0) return "";
38761
+ if (!value) return "";
38762
38762
  return String(value).trim();
38763
38763
  });
38764
38764
  var MaterialDistribuidoDTO = class {
@@ -39111,19 +39111,19 @@ var ReclamosDistribuidorDTO = class {
39111
39111
  APARTAMENTO = "";
39112
39112
  UBICACION = "";
39113
39113
  TIPO = "";
39114
- ORDEN = 0;
39114
+ ORDEN = "";
39115
39115
  STATUS = "";
39116
39116
  OBS_ORIGINAL = "";
39117
- COD_TECNICO = 0;
39117
+ COD_TECNICO = "";
39118
39118
  TECNICO = "";
39119
39119
  OBS_TECNICA = "";
39120
39120
  FECHA_AGENDAMIENTO = "";
39121
39121
  USUARIO_AGENDAMIENTO = "";
39122
39122
  FCH_INGRESO = "";
39123
39123
  FCH_FINALIZACION = "";
39124
- NRO_FALLA = 0;
39124
+ NRO_FALLA = "";
39125
39125
  FALLA = "";
39126
- NRO_CAUSA = 0;
39126
+ NRO_CAUSA = "";
39127
39127
  CAUSA_FALLA = "";
39128
39128
  ORIGEN_FALLA = "";
39129
39129
  STB_ANTERIOR = "";
@@ -39132,7 +39132,7 @@ var ReclamosDistribuidorDTO = class {
39132
39132
  SC_NUEVO = "";
39133
39133
  USUARIO_FIN = "";
39134
39134
  TIPO_COMISION = "";
39135
- STB = 0;
39135
+ STB = "";
39136
39136
  USUARIO_INGRESA = "";
39137
39137
  FINALIZA_ONLINE = "";
39138
39138
  INSTALADOR_APP = "";
@@ -39239,8 +39239,9 @@ __decorateClass([
39239
39239
  ], ReclamosDistribuidorDTO.prototype, "TIPO", 2);
39240
39240
  __decorateClass([
39241
39241
  Expose599(),
39242
+ ForceString(),
39242
39243
  IsDefined195(),
39243
- IsNumber399()
39244
+ IsString490()
39244
39245
  ], ReclamosDistribuidorDTO.prototype, "ORDEN", 2);
39245
39246
  __decorateClass([
39246
39247
  Expose599(),
@@ -39256,8 +39257,9 @@ __decorateClass([
39256
39257
  ], ReclamosDistribuidorDTO.prototype, "OBS_ORIGINAL", 2);
39257
39258
  __decorateClass([
39258
39259
  Expose599(),
39260
+ ForceString(),
39259
39261
  IsDefined195(),
39260
- IsNumber399()
39262
+ IsString490()
39261
39263
  ], ReclamosDistribuidorDTO.prototype, "COD_TECNICO", 2);
39262
39264
  __decorateClass([
39263
39265
  Expose599(),
@@ -39297,8 +39299,9 @@ __decorateClass([
39297
39299
  ], ReclamosDistribuidorDTO.prototype, "FCH_FINALIZACION", 2);
39298
39300
  __decorateClass([
39299
39301
  Expose599(),
39302
+ ForceString(),
39300
39303
  IsDefined195(),
39301
- IsNumber399()
39304
+ IsString490()
39302
39305
  ], ReclamosDistribuidorDTO.prototype, "NRO_FALLA", 2);
39303
39306
  __decorateClass([
39304
39307
  Expose599(),
@@ -39308,8 +39311,9 @@ __decorateClass([
39308
39311
  ], ReclamosDistribuidorDTO.prototype, "FALLA", 2);
39309
39312
  __decorateClass([
39310
39313
  Expose599(),
39314
+ ForceString(),
39311
39315
  IsDefined195(),
39312
- IsNumber399()
39316
+ IsString490()
39313
39317
  ], ReclamosDistribuidorDTO.prototype, "NRO_CAUSA", 2);
39314
39318
  __decorateClass([
39315
39319
  Expose599(),
@@ -39361,8 +39365,9 @@ __decorateClass([
39361
39365
  ], ReclamosDistribuidorDTO.prototype, "TIPO_COMISION", 2);
39362
39366
  __decorateClass([
39363
39367
  Expose599(),
39368
+ ForceString(),
39364
39369
  IsDefined195(),
39365
- IsNumber399()
39370
+ IsString490()
39366
39371
  ], ReclamosDistribuidorDTO.prototype, "STB", 2);
39367
39372
  __decorateClass([
39368
39373
  Expose599(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-entities",
3
- "version": "1.2.212",
3
+ "version": "1.2.214",
4
4
  "description": "Desarrollo de modelos de datos SIGO",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",