sigo-entities 1.2.213 → 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 +5 -5
- package/dist/index.d.ts +5 -5
- package/dist/index.js +13 -9
- package/dist/index.mjs +13 -9
- package/package.json +1 -1
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:
|
|
7392
|
+
ORDEN: string;
|
|
7393
7393
|
STATUS: string;
|
|
7394
7394
|
OBS_ORIGINAL: string;
|
|
7395
|
-
COD_TECNICO:
|
|
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:
|
|
7402
|
+
NRO_FALLA: string;
|
|
7403
7403
|
FALLA: string;
|
|
7404
|
-
NRO_CAUSA:
|
|
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:
|
|
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:
|
|
7392
|
+
ORDEN: string;
|
|
7393
7393
|
STATUS: string;
|
|
7394
7394
|
OBS_ORIGINAL: string;
|
|
7395
|
-
COD_TECNICO:
|
|
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:
|
|
7402
|
+
NRO_FALLA: string;
|
|
7403
7403
|
FALLA: string;
|
|
7404
|
-
NRO_CAUSA:
|
|
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:
|
|
7413
|
+
STB: string;
|
|
7414
7414
|
USUARIO_INGRESA: string;
|
|
7415
7415
|
FINALIZA_ONLINE: string;
|
|
7416
7416
|
INSTALADOR_APP: string;
|
package/dist/index.js
CHANGED
|
@@ -39462,19 +39462,19 @@ var ReclamosDistribuidorDTO = class {
|
|
|
39462
39462
|
APARTAMENTO = "";
|
|
39463
39463
|
UBICACION = "";
|
|
39464
39464
|
TIPO = "";
|
|
39465
|
-
ORDEN =
|
|
39465
|
+
ORDEN = "";
|
|
39466
39466
|
STATUS = "";
|
|
39467
39467
|
OBS_ORIGINAL = "";
|
|
39468
|
-
COD_TECNICO =
|
|
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 =
|
|
39475
|
+
NRO_FALLA = "";
|
|
39476
39476
|
FALLA = "";
|
|
39477
|
-
NRO_CAUSA =
|
|
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 =
|
|
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.
|
|
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.
|
|
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.
|
|
39655
|
+
(0, import_class_validator603.IsString)()
|
|
39653
39656
|
], ReclamosDistribuidorDTO.prototype, "NRO_FALLA", 2);
|
|
39654
39657
|
__decorateClass([
|
|
39655
39658
|
(0, import_class_transformer602.Expose)(),
|
|
@@ -39713,8 +39716,9 @@ __decorateClass([
|
|
|
39713
39716
|
], ReclamosDistribuidorDTO.prototype, "TIPO_COMISION", 2);
|
|
39714
39717
|
__decorateClass([
|
|
39715
39718
|
(0, import_class_transformer602.Expose)(),
|
|
39719
|
+
ForceString(),
|
|
39716
39720
|
(0, import_class_validator603.IsDefined)(),
|
|
39717
|
-
(0, import_class_validator603.
|
|
39721
|
+
(0, import_class_validator603.IsString)()
|
|
39718
39722
|
], ReclamosDistribuidorDTO.prototype, "STB", 2);
|
|
39719
39723
|
__decorateClass([
|
|
39720
39724
|
(0, import_class_transformer602.Expose)(),
|
package/dist/index.mjs
CHANGED
|
@@ -39111,19 +39111,19 @@ var ReclamosDistribuidorDTO = class {
|
|
|
39111
39111
|
APARTAMENTO = "";
|
|
39112
39112
|
UBICACION = "";
|
|
39113
39113
|
TIPO = "";
|
|
39114
|
-
ORDEN =
|
|
39114
|
+
ORDEN = "";
|
|
39115
39115
|
STATUS = "";
|
|
39116
39116
|
OBS_ORIGINAL = "";
|
|
39117
|
-
COD_TECNICO =
|
|
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 =
|
|
39124
|
+
NRO_FALLA = "";
|
|
39125
39125
|
FALLA = "";
|
|
39126
|
-
NRO_CAUSA =
|
|
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 =
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
39304
|
+
IsString490()
|
|
39302
39305
|
], ReclamosDistribuidorDTO.prototype, "NRO_FALLA", 2);
|
|
39303
39306
|
__decorateClass([
|
|
39304
39307
|
Expose599(),
|
|
@@ -39362,8 +39365,9 @@ __decorateClass([
|
|
|
39362
39365
|
], ReclamosDistribuidorDTO.prototype, "TIPO_COMISION", 2);
|
|
39363
39366
|
__decorateClass([
|
|
39364
39367
|
Expose599(),
|
|
39368
|
+
ForceString(),
|
|
39365
39369
|
IsDefined195(),
|
|
39366
|
-
|
|
39370
|
+
IsString490()
|
|
39367
39371
|
], ReclamosDistribuidorDTO.prototype, "STB", 2);
|
|
39368
39372
|
__decorateClass([
|
|
39369
39373
|
Expose599(),
|