sigo-entities 1.2.211 → 1.2.212

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
@@ -7372,7 +7372,7 @@ declare class OrdenesInstalacionDTO {
7372
7372
  FINALIZA_ONLINE: string;
7373
7373
  }
7374
7374
  declare class ReclamosDistribuidorDTO {
7375
- FECHA: Date;
7375
+ FECHA: string;
7376
7376
  PERMISOR: number;
7377
7377
  ABONADO: number;
7378
7378
  NOMBRE: string;
@@ -7395,10 +7395,10 @@ declare class ReclamosDistribuidorDTO {
7395
7395
  COD_TECNICO: number;
7396
7396
  TECNICO: string;
7397
7397
  OBS_TECNICA: string;
7398
- FECHA_AGENDAMIENTO: Date;
7398
+ FECHA_AGENDAMIENTO: string;
7399
7399
  USUARIO_AGENDAMIENTO: string;
7400
- FCH_INGRESO: Date;
7401
- FCH_FINALIZACION: Date;
7400
+ FCH_INGRESO: string;
7401
+ FCH_FINALIZACION: string;
7402
7402
  NRO_FALLA: number;
7403
7403
  FALLA: string;
7404
7404
  NRO_CAUSA: number;
package/dist/index.d.ts CHANGED
@@ -7372,7 +7372,7 @@ declare class OrdenesInstalacionDTO {
7372
7372
  FINALIZA_ONLINE: string;
7373
7373
  }
7374
7374
  declare class ReclamosDistribuidorDTO {
7375
- FECHA: Date;
7375
+ FECHA: string;
7376
7376
  PERMISOR: number;
7377
7377
  ABONADO: number;
7378
7378
  NOMBRE: string;
@@ -7395,10 +7395,10 @@ declare class ReclamosDistribuidorDTO {
7395
7395
  COD_TECNICO: number;
7396
7396
  TECNICO: string;
7397
7397
  OBS_TECNICA: string;
7398
- FECHA_AGENDAMIENTO: Date;
7398
+ FECHA_AGENDAMIENTO: string;
7399
7399
  USUARIO_AGENDAMIENTO: string;
7400
- FCH_INGRESO: Date;
7401
- FCH_FINALIZACION: Date;
7400
+ FCH_INGRESO: string;
7401
+ FCH_FINALIZACION: string;
7402
7402
  NRO_FALLA: number;
7403
7403
  FALLA: string;
7404
7404
  NRO_CAUSA: number;
package/dist/index.js CHANGED
@@ -39445,7 +39445,7 @@ __decorateClass([
39445
39445
  (0, import_class_validator603.IsString)()
39446
39446
  ], OrdenesInstalacionDTO.prototype, "FINALIZA_ONLINE", 2);
39447
39447
  var ReclamosDistribuidorDTO = class {
39448
- FECHA = /* @__PURE__ */ new Date();
39448
+ FECHA = "";
39449
39449
  PERMISOR = 0;
39450
39450
  ABONADO = 0;
39451
39451
  NOMBRE = "";
@@ -39468,10 +39468,10 @@ var ReclamosDistribuidorDTO = class {
39468
39468
  COD_TECNICO = 0;
39469
39469
  TECNICO = "";
39470
39470
  OBS_TECNICA = "";
39471
- FECHA_AGENDAMIENTO = /* @__PURE__ */ new Date();
39471
+ FECHA_AGENDAMIENTO = "";
39472
39472
  USUARIO_AGENDAMIENTO = "";
39473
- FCH_INGRESO = /* @__PURE__ */ new Date();
39474
- FCH_FINALIZACION = /* @__PURE__ */ new Date();
39473
+ FCH_INGRESO = "";
39474
+ FCH_FINALIZACION = "";
39475
39475
  NRO_FALLA = 0;
39476
39476
  FALLA = "";
39477
39477
  NRO_CAUSA = 0;
@@ -39490,9 +39490,9 @@ var ReclamosDistribuidorDTO = class {
39490
39490
  };
39491
39491
  __decorateClass([
39492
39492
  (0, import_class_transformer602.Expose)(),
39493
+ ForceString(),
39493
39494
  (0, import_class_validator603.IsDefined)(),
39494
- (0, import_class_transformer602.Type)(() => Date),
39495
- (0, import_class_validator603.IsDate)()
39495
+ (0, import_class_validator603.IsString)()
39496
39496
  ], ReclamosDistribuidorDTO.prototype, "FECHA", 2);
39497
39497
  __decorateClass([
39498
39498
  (0, import_class_transformer602.Expose)(),
@@ -39624,9 +39624,9 @@ __decorateClass([
39624
39624
  ], ReclamosDistribuidorDTO.prototype, "OBS_TECNICA", 2);
39625
39625
  __decorateClass([
39626
39626
  (0, import_class_transformer602.Expose)(),
39627
+ ForceString(),
39627
39628
  (0, import_class_validator603.IsDefined)(),
39628
- (0, import_class_transformer602.Type)(() => Date),
39629
- (0, import_class_validator603.IsDate)()
39629
+ (0, import_class_validator603.IsString)()
39630
39630
  ], ReclamosDistribuidorDTO.prototype, "FECHA_AGENDAMIENTO", 2);
39631
39631
  __decorateClass([
39632
39632
  (0, import_class_transformer602.Expose)(),
@@ -39636,15 +39636,15 @@ __decorateClass([
39636
39636
  ], ReclamosDistribuidorDTO.prototype, "USUARIO_AGENDAMIENTO", 2);
39637
39637
  __decorateClass([
39638
39638
  (0, import_class_transformer602.Expose)(),
39639
+ ForceString(),
39639
39640
  (0, import_class_validator603.IsDefined)(),
39640
- (0, import_class_transformer602.Type)(() => Date),
39641
- (0, import_class_validator603.IsDate)()
39641
+ (0, import_class_validator603.IsString)()
39642
39642
  ], ReclamosDistribuidorDTO.prototype, "FCH_INGRESO", 2);
39643
39643
  __decorateClass([
39644
39644
  (0, import_class_transformer602.Expose)(),
39645
+ ForceString(),
39645
39646
  (0, import_class_validator603.IsDefined)(),
39646
- (0, import_class_transformer602.Type)(() => Date),
39647
- (0, import_class_validator603.IsDate)()
39647
+ (0, import_class_validator603.IsString)()
39648
39648
  ], ReclamosDistribuidorDTO.prototype, "FCH_FINALIZACION", 2);
39649
39649
  __decorateClass([
39650
39650
  (0, import_class_transformer602.Expose)(),
package/dist/index.mjs CHANGED
@@ -39094,7 +39094,7 @@ __decorateClass([
39094
39094
  IsString490()
39095
39095
  ], OrdenesInstalacionDTO.prototype, "FINALIZA_ONLINE", 2);
39096
39096
  var ReclamosDistribuidorDTO = class {
39097
- FECHA = /* @__PURE__ */ new Date();
39097
+ FECHA = "";
39098
39098
  PERMISOR = 0;
39099
39099
  ABONADO = 0;
39100
39100
  NOMBRE = "";
@@ -39117,10 +39117,10 @@ var ReclamosDistribuidorDTO = class {
39117
39117
  COD_TECNICO = 0;
39118
39118
  TECNICO = "";
39119
39119
  OBS_TECNICA = "";
39120
- FECHA_AGENDAMIENTO = /* @__PURE__ */ new Date();
39120
+ FECHA_AGENDAMIENTO = "";
39121
39121
  USUARIO_AGENDAMIENTO = "";
39122
- FCH_INGRESO = /* @__PURE__ */ new Date();
39123
- FCH_FINALIZACION = /* @__PURE__ */ new Date();
39122
+ FCH_INGRESO = "";
39123
+ FCH_FINALIZACION = "";
39124
39124
  NRO_FALLA = 0;
39125
39125
  FALLA = "";
39126
39126
  NRO_CAUSA = 0;
@@ -39139,9 +39139,9 @@ var ReclamosDistribuidorDTO = class {
39139
39139
  };
39140
39140
  __decorateClass([
39141
39141
  Expose599(),
39142
+ ForceString(),
39142
39143
  IsDefined195(),
39143
- Type386(() => Date),
39144
- IsDate153()
39144
+ IsString490()
39145
39145
  ], ReclamosDistribuidorDTO.prototype, "FECHA", 2);
39146
39146
  __decorateClass([
39147
39147
  Expose599(),
@@ -39273,9 +39273,9 @@ __decorateClass([
39273
39273
  ], ReclamosDistribuidorDTO.prototype, "OBS_TECNICA", 2);
39274
39274
  __decorateClass([
39275
39275
  Expose599(),
39276
+ ForceString(),
39276
39277
  IsDefined195(),
39277
- Type386(() => Date),
39278
- IsDate153()
39278
+ IsString490()
39279
39279
  ], ReclamosDistribuidorDTO.prototype, "FECHA_AGENDAMIENTO", 2);
39280
39280
  __decorateClass([
39281
39281
  Expose599(),
@@ -39285,15 +39285,15 @@ __decorateClass([
39285
39285
  ], ReclamosDistribuidorDTO.prototype, "USUARIO_AGENDAMIENTO", 2);
39286
39286
  __decorateClass([
39287
39287
  Expose599(),
39288
+ ForceString(),
39288
39289
  IsDefined195(),
39289
- Type386(() => Date),
39290
- IsDate153()
39290
+ IsString490()
39291
39291
  ], ReclamosDistribuidorDTO.prototype, "FCH_INGRESO", 2);
39292
39292
  __decorateClass([
39293
39293
  Expose599(),
39294
+ ForceString(),
39294
39295
  IsDefined195(),
39295
- Type386(() => Date),
39296
- IsDate153()
39296
+ IsString490()
39297
39297
  ], ReclamosDistribuidorDTO.prototype, "FCH_FINALIZACION", 2);
39298
39298
  __decorateClass([
39299
39299
  Expose599(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-entities",
3
- "version": "1.2.211",
3
+ "version": "1.2.212",
4
4
  "description": "Desarrollo de modelos de datos SIGO",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",