sigo-entities 1.2.198 → 1.2.200
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.js +2 -63
- package/dist/index.mjs +2 -63
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -38657,7 +38657,6 @@ __decorateClass([
|
|
|
38657
38657
|
var import_class_transformer595 = require("class-transformer");
|
|
38658
38658
|
var import_class_validator596 = require("class-validator");
|
|
38659
38659
|
var import_reflect_metadata29 = require("reflect-metadata");
|
|
38660
|
-
var Trim = () => (0, import_class_transformer595.Transform)(({ value }) => typeof value === "string" ? value.trim() : value);
|
|
38661
38660
|
var ForceString = () => (0, import_class_transformer595.Transform)(({ value }) => {
|
|
38662
38661
|
if (value === null || value === void 0) return "";
|
|
38663
38662
|
return String(value).trim();
|
|
@@ -38685,25 +38684,21 @@ var MaterialDistribuidoDTO = class {
|
|
|
38685
38684
|
};
|
|
38686
38685
|
__decorateClass([
|
|
38687
38686
|
(0, import_class_transformer595.Expose)(),
|
|
38688
|
-
Trim(),
|
|
38689
38687
|
(0, import_class_validator596.IsDefined)(),
|
|
38690
38688
|
(0, import_class_validator596.IsString)()
|
|
38691
38689
|
], MaterialDistribuidoDTO.prototype, "DEPARTAMENTO", 2);
|
|
38692
38690
|
__decorateClass([
|
|
38693
38691
|
(0, import_class_transformer595.Expose)(),
|
|
38694
|
-
Trim(),
|
|
38695
38692
|
(0, import_class_validator596.IsDefined)(),
|
|
38696
38693
|
(0, import_class_validator596.IsString)()
|
|
38697
38694
|
], MaterialDistribuidoDTO.prototype, "PROVINCIA", 2);
|
|
38698
38695
|
__decorateClass([
|
|
38699
38696
|
(0, import_class_transformer595.Expose)(),
|
|
38700
|
-
Trim(),
|
|
38701
38697
|
(0, import_class_validator596.IsDefined)(),
|
|
38702
38698
|
(0, import_class_validator596.IsString)()
|
|
38703
38699
|
], MaterialDistribuidoDTO.prototype, "DISTRITO", 2);
|
|
38704
38700
|
__decorateClass([
|
|
38705
38701
|
(0, import_class_transformer595.Expose)(),
|
|
38706
|
-
Trim(),
|
|
38707
38702
|
(0, import_class_validator596.IsDefined)(),
|
|
38708
38703
|
(0, import_class_validator596.IsString)()
|
|
38709
38704
|
], MaterialDistribuidoDTO.prototype, "IDENTIFICADOR", 2);
|
|
@@ -38719,7 +38714,6 @@ __decorateClass([
|
|
|
38719
38714
|
], MaterialDistribuidoDTO.prototype, "DOCUMENTO", 2);
|
|
38720
38715
|
__decorateClass([
|
|
38721
38716
|
(0, import_class_transformer595.Expose)(),
|
|
38722
|
-
Trim(),
|
|
38723
38717
|
(0, import_class_validator596.IsDefined)(),
|
|
38724
38718
|
ForceString()
|
|
38725
38719
|
], MaterialDistribuidoDTO.prototype, "NOMBRE", 2);
|
|
@@ -38742,13 +38736,11 @@ __decorateClass([
|
|
|
38742
38736
|
], MaterialDistribuidoDTO.prototype, "FCH_FIN", 2);
|
|
38743
38737
|
__decorateClass([
|
|
38744
38738
|
(0, import_class_transformer595.Expose)(),
|
|
38745
|
-
Trim(),
|
|
38746
38739
|
(0, import_class_validator596.IsDefined)(),
|
|
38747
38740
|
(0, import_class_validator596.IsString)()
|
|
38748
38741
|
], MaterialDistribuidoDTO.prototype, "EORDUSRFIN", 2);
|
|
38749
38742
|
__decorateClass([
|
|
38750
38743
|
(0, import_class_transformer595.Expose)(),
|
|
38751
|
-
Trim(),
|
|
38752
38744
|
(0, import_class_validator596.IsDefined)(),
|
|
38753
38745
|
(0, import_class_validator596.IsString)()
|
|
38754
38746
|
], MaterialDistribuidoDTO.prototype, "USUARIO_FINALIZA", 2);
|
|
@@ -38759,7 +38751,6 @@ __decorateClass([
|
|
|
38759
38751
|
], MaterialDistribuidoDTO.prototype, "TECNICO", 2);
|
|
38760
38752
|
__decorateClass([
|
|
38761
38753
|
(0, import_class_transformer595.Expose)(),
|
|
38762
|
-
Trim(),
|
|
38763
38754
|
(0, import_class_validator596.IsDefined)(),
|
|
38764
38755
|
(0, import_class_validator596.IsString)()
|
|
38765
38756
|
], MaterialDistribuidoDTO.prototype, "DSC_TECNICO", 2);
|
|
@@ -38770,7 +38761,6 @@ __decorateClass([
|
|
|
38770
38761
|
], MaterialDistribuidoDTO.prototype, "COD_ARTICULO", 2);
|
|
38771
38762
|
__decorateClass([
|
|
38772
38763
|
(0, import_class_transformer595.Expose)(),
|
|
38773
|
-
Trim(),
|
|
38774
38764
|
(0, import_class_validator596.IsDefined)(),
|
|
38775
38765
|
(0, import_class_validator596.IsString)()
|
|
38776
38766
|
], MaterialDistribuidoDTO.prototype, "ARTICULO", 2);
|
|
@@ -38781,7 +38771,6 @@ __decorateClass([
|
|
|
38781
38771
|
], MaterialDistribuidoDTO.prototype, "CANTIDAD", 2);
|
|
38782
38772
|
__decorateClass([
|
|
38783
38773
|
(0, import_class_transformer595.Expose)(),
|
|
38784
|
-
Trim(),
|
|
38785
38774
|
(0, import_class_validator596.IsDefined)(),
|
|
38786
38775
|
(0, import_class_validator596.IsString)()
|
|
38787
38776
|
], MaterialDistribuidoDTO.prototype, "EORDORG", 2);
|
|
@@ -38823,7 +38812,6 @@ var OrdenesInstalacionDTO = class {
|
|
|
38823
38812
|
};
|
|
38824
38813
|
__decorateClass([
|
|
38825
38814
|
(0, import_class_transformer595.Expose)(),
|
|
38826
|
-
Trim(),
|
|
38827
38815
|
(0, import_class_validator596.IsDefined)(),
|
|
38828
38816
|
(0, import_class_validator596.IsString)()
|
|
38829
38817
|
], OrdenesInstalacionDTO.prototype, "EMPRESA", 2);
|
|
@@ -38841,19 +38829,17 @@ __decorateClass([
|
|
|
38841
38829
|
], OrdenesInstalacionDTO.prototype, "FECHA_INSTALACION", 2);
|
|
38842
38830
|
__decorateClass([
|
|
38843
38831
|
(0, import_class_transformer595.Expose)(),
|
|
38844
|
-
Trim(),
|
|
38845
38832
|
(0, import_class_validator596.IsDefined)(),
|
|
38846
38833
|
(0, import_class_validator596.IsString)()
|
|
38847
38834
|
], OrdenesInstalacionDTO.prototype, "ESTATUS_ABONADO", 2);
|
|
38848
38835
|
__decorateClass([
|
|
38849
38836
|
(0, import_class_transformer595.Expose)(),
|
|
38850
|
-
Trim(),
|
|
38851
38837
|
(0, import_class_validator596.IsDefined)(),
|
|
38852
38838
|
(0, import_class_validator596.IsString)()
|
|
38853
38839
|
], OrdenesInstalacionDTO.prototype, "ESTATUS_EQUIPO", 2);
|
|
38854
38840
|
__decorateClass([
|
|
38855
38841
|
(0, import_class_transformer595.Expose)(),
|
|
38856
|
-
|
|
38842
|
+
ForceString(),
|
|
38857
38843
|
(0, import_class_validator596.IsDefined)(),
|
|
38858
38844
|
(0, import_class_validator596.IsString)()
|
|
38859
38845
|
], OrdenesInstalacionDTO.prototype, "CONTRATO", 2);
|
|
@@ -38869,7 +38855,6 @@ __decorateClass([
|
|
|
38869
38855
|
], OrdenesInstalacionDTO.prototype, "ABONADO", 2);
|
|
38870
38856
|
__decorateClass([
|
|
38871
38857
|
(0, import_class_transformer595.Expose)(),
|
|
38872
|
-
Trim(),
|
|
38873
38858
|
(0, import_class_validator596.IsDefined)(),
|
|
38874
38859
|
(0, import_class_validator596.IsString)()
|
|
38875
38860
|
], OrdenesInstalacionDTO.prototype, "NOMBRE", 2);
|
|
@@ -38881,86 +38866,72 @@ __decorateClass([
|
|
|
38881
38866
|
__decorateClass([
|
|
38882
38867
|
(0, import_class_transformer595.Expose)(),
|
|
38883
38868
|
ForceString(),
|
|
38884
|
-
Trim(),
|
|
38885
38869
|
(0, import_class_validator596.IsDefined)(),
|
|
38886
38870
|
(0, import_class_validator596.IsString)()
|
|
38887
38871
|
], OrdenesInstalacionDTO.prototype, "SMARTCARD", 2);
|
|
38888
38872
|
__decorateClass([
|
|
38889
38873
|
(0, import_class_transformer595.Expose)(),
|
|
38890
|
-
Trim(),
|
|
38891
38874
|
(0, import_class_validator596.IsDefined)(),
|
|
38892
38875
|
(0, import_class_validator596.IsString)()
|
|
38893
38876
|
], OrdenesInstalacionDTO.prototype, "STB", 2);
|
|
38894
38877
|
__decorateClass([
|
|
38895
38878
|
(0, import_class_transformer595.Expose)(),
|
|
38896
|
-
Trim(),
|
|
38897
38879
|
(0, import_class_validator596.IsDefined)(),
|
|
38898
38880
|
(0, import_class_validator596.IsString)()
|
|
38899
38881
|
], OrdenesInstalacionDTO.prototype, "TOMA", 2);
|
|
38900
38882
|
__decorateClass([
|
|
38901
38883
|
(0, import_class_transformer595.Expose)(),
|
|
38902
|
-
Trim(),
|
|
38903
38884
|
(0, import_class_validator596.IsDefined)(),
|
|
38904
38885
|
(0, import_class_validator596.IsString)()
|
|
38905
38886
|
], OrdenesInstalacionDTO.prototype, "MODALIDAD", 2);
|
|
38906
38887
|
__decorateClass([
|
|
38907
38888
|
(0, import_class_transformer595.Expose)(),
|
|
38908
|
-
Trim(),
|
|
38909
38889
|
(0, import_class_validator596.IsDefined)(),
|
|
38910
38890
|
(0, import_class_validator596.IsString)()
|
|
38911
38891
|
], OrdenesInstalacionDTO.prototype, "REGION", 2);
|
|
38912
38892
|
__decorateClass([
|
|
38913
38893
|
(0, import_class_transformer595.Expose)(),
|
|
38914
|
-
Trim(),
|
|
38915
38894
|
(0, import_class_validator596.IsDefined)(),
|
|
38916
38895
|
(0, import_class_validator596.IsString)()
|
|
38917
38896
|
], OrdenesInstalacionDTO.prototype, "URBANIZACION", 2);
|
|
38918
38897
|
__decorateClass([
|
|
38919
38898
|
(0, import_class_transformer595.Expose)(),
|
|
38920
|
-
Trim(),
|
|
38921
38899
|
(0, import_class_validator596.IsDefined)(),
|
|
38922
38900
|
(0, import_class_validator596.IsString)()
|
|
38923
38901
|
], OrdenesInstalacionDTO.prototype, "CALLE", 2);
|
|
38924
38902
|
__decorateClass([
|
|
38925
38903
|
(0, import_class_transformer595.Expose)(),
|
|
38926
38904
|
ForceString(),
|
|
38927
|
-
Trim(),
|
|
38928
38905
|
(0, import_class_validator596.IsDefined)(),
|
|
38929
38906
|
(0, import_class_validator596.IsString)()
|
|
38930
38907
|
], OrdenesInstalacionDTO.prototype, "CASA", 2);
|
|
38931
38908
|
__decorateClass([
|
|
38932
38909
|
(0, import_class_transformer595.Expose)(),
|
|
38933
|
-
Trim(),
|
|
38934
38910
|
(0, import_class_validator596.IsDefined)(),
|
|
38935
38911
|
(0, import_class_validator596.IsString)()
|
|
38936
38912
|
], OrdenesInstalacionDTO.prototype, "APARTAMENTO", 2);
|
|
38937
38913
|
__decorateClass([
|
|
38938
38914
|
(0, import_class_transformer595.Expose)(),
|
|
38939
|
-
Trim(),
|
|
38940
38915
|
(0, import_class_validator596.IsDefined)(),
|
|
38941
38916
|
(0, import_class_validator596.IsString)()
|
|
38942
38917
|
], OrdenesInstalacionDTO.prototype, "PROVINCIA", 2);
|
|
38943
38918
|
__decorateClass([
|
|
38944
38919
|
(0, import_class_transformer595.Expose)(),
|
|
38945
|
-
Trim(),
|
|
38946
38920
|
(0, import_class_validator596.IsDefined)(),
|
|
38947
38921
|
(0, import_class_validator596.IsString)()
|
|
38948
38922
|
], OrdenesInstalacionDTO.prototype, "DISTRITO", 2);
|
|
38949
38923
|
__decorateClass([
|
|
38950
38924
|
(0, import_class_transformer595.Expose)(),
|
|
38951
|
-
Trim(),
|
|
38952
38925
|
(0, import_class_validator596.IsDefined)(),
|
|
38953
38926
|
(0, import_class_validator596.IsString)()
|
|
38954
38927
|
], OrdenesInstalacionDTO.prototype, "DEPARTAMENTO", 2);
|
|
38955
38928
|
__decorateClass([
|
|
38956
38929
|
(0, import_class_transformer595.Expose)(),
|
|
38957
|
-
Trim(),
|
|
38958
38930
|
(0, import_class_validator596.IsDefined)(),
|
|
38959
38931
|
(0, import_class_validator596.IsString)()
|
|
38960
38932
|
], OrdenesInstalacionDTO.prototype, "UBICACION", 2);
|
|
38961
38933
|
__decorateClass([
|
|
38962
38934
|
(0, import_class_transformer595.Expose)(),
|
|
38963
|
-
Trim(),
|
|
38964
38935
|
(0, import_class_validator596.IsDefined)(),
|
|
38965
38936
|
(0, import_class_validator596.IsString)()
|
|
38966
38937
|
], OrdenesInstalacionDTO.prototype, "INSTALADOR", 2);
|
|
@@ -38973,20 +38944,17 @@ __decorateClass([
|
|
|
38973
38944
|
__decorateClass([
|
|
38974
38945
|
(0, import_class_transformer595.Expose)(),
|
|
38975
38946
|
ForceString(),
|
|
38976
|
-
Trim(),
|
|
38977
38947
|
(0, import_class_validator596.IsOptional)(),
|
|
38978
38948
|
(0, import_class_validator596.IsString)()
|
|
38979
38949
|
], OrdenesInstalacionDTO.prototype, "TECCOD", 2);
|
|
38980
38950
|
__decorateClass([
|
|
38981
38951
|
(0, import_class_transformer595.Expose)(),
|
|
38982
38952
|
ForceString(),
|
|
38983
|
-
Trim(),
|
|
38984
38953
|
(0, import_class_validator596.IsOptional)(),
|
|
38985
38954
|
(0, import_class_validator596.IsString)()
|
|
38986
38955
|
], OrdenesInstalacionDTO.prototype, "TECNICO", 2);
|
|
38987
38956
|
__decorateClass([
|
|
38988
38957
|
(0, import_class_transformer595.Expose)(),
|
|
38989
|
-
Trim(),
|
|
38990
38958
|
(0, import_class_validator596.IsDefined)(),
|
|
38991
38959
|
(0, import_class_validator596.IsString)()
|
|
38992
38960
|
], OrdenesInstalacionDTO.prototype, "FINALIZA_ONLINE", 2);
|
|
@@ -39052,7 +39020,6 @@ __decorateClass([
|
|
|
39052
39020
|
], ReclamosDistribuidorDTO.prototype, "ABONADO", 2);
|
|
39053
39021
|
__decorateClass([
|
|
39054
39022
|
(0, import_class_transformer595.Expose)(),
|
|
39055
|
-
Trim(),
|
|
39056
39023
|
(0, import_class_validator596.IsDefined)(),
|
|
39057
39024
|
(0, import_class_validator596.IsString)()
|
|
39058
39025
|
], ReclamosDistribuidorDTO.prototype, "NOMBRE", 2);
|
|
@@ -39063,73 +39030,62 @@ __decorateClass([
|
|
|
39063
39030
|
], ReclamosDistribuidorDTO.prototype, "DOCUMENTO", 2);
|
|
39064
39031
|
__decorateClass([
|
|
39065
39032
|
(0, import_class_transformer595.Expose)(),
|
|
39066
|
-
Trim(),
|
|
39067
39033
|
(0, import_class_validator596.IsDefined)(),
|
|
39068
39034
|
(0, import_class_validator596.IsString)()
|
|
39069
39035
|
], ReclamosDistribuidorDTO.prototype, "TLF_OFICINA", 2);
|
|
39070
39036
|
__decorateClass([
|
|
39071
39037
|
(0, import_class_transformer595.Expose)(),
|
|
39072
|
-
Trim(),
|
|
39073
39038
|
(0, import_class_validator596.IsDefined)(),
|
|
39074
39039
|
(0, import_class_validator596.IsString)()
|
|
39075
39040
|
], ReclamosDistribuidorDTO.prototype, "TLF_CELULAR", 2);
|
|
39076
39041
|
__decorateClass([
|
|
39077
39042
|
(0, import_class_transformer595.Expose)(),
|
|
39078
|
-
Trim(),
|
|
39079
39043
|
(0, import_class_validator596.IsDefined)(),
|
|
39080
39044
|
(0, import_class_validator596.IsString)()
|
|
39081
39045
|
], ReclamosDistribuidorDTO.prototype, "TLF_CASA", 2);
|
|
39082
39046
|
__decorateClass([
|
|
39083
39047
|
(0, import_class_transformer595.Expose)(),
|
|
39084
|
-
Trim(),
|
|
39085
39048
|
(0, import_class_validator596.IsDefined)(),
|
|
39086
39049
|
(0, import_class_validator596.IsString)()
|
|
39087
39050
|
], ReclamosDistribuidorDTO.prototype, "DEPARTAMENTO", 2);
|
|
39088
39051
|
__decorateClass([
|
|
39089
39052
|
(0, import_class_transformer595.Expose)(),
|
|
39090
|
-
Trim(),
|
|
39091
39053
|
(0, import_class_validator596.IsDefined)(),
|
|
39092
39054
|
(0, import_class_validator596.IsString)()
|
|
39093
39055
|
], ReclamosDistribuidorDTO.prototype, "PROVINCIA", 2);
|
|
39094
39056
|
__decorateClass([
|
|
39095
39057
|
(0, import_class_transformer595.Expose)(),
|
|
39096
|
-
Trim(),
|
|
39097
39058
|
(0, import_class_validator596.IsDefined)(),
|
|
39098
39059
|
(0, import_class_validator596.IsString)()
|
|
39099
39060
|
], ReclamosDistribuidorDTO.prototype, "DISTRITO", 2);
|
|
39100
39061
|
__decorateClass([
|
|
39101
39062
|
(0, import_class_transformer595.Expose)(),
|
|
39102
|
-
Trim(),
|
|
39103
39063
|
(0, import_class_validator596.IsDefined)(),
|
|
39104
39064
|
(0, import_class_validator596.IsString)()
|
|
39105
39065
|
], ReclamosDistribuidorDTO.prototype, "URBANIZACION", 2);
|
|
39106
39066
|
__decorateClass([
|
|
39107
39067
|
(0, import_class_transformer595.Expose)(),
|
|
39108
|
-
Trim(),
|
|
39109
39068
|
(0, import_class_validator596.IsDefined)(),
|
|
39110
39069
|
(0, import_class_validator596.IsString)()
|
|
39111
39070
|
], ReclamosDistribuidorDTO.prototype, "CALLE", 2);
|
|
39112
39071
|
__decorateClass([
|
|
39113
39072
|
(0, import_class_transformer595.Expose)(),
|
|
39114
|
-
|
|
39073
|
+
ForceString(),
|
|
39115
39074
|
(0, import_class_validator596.IsDefined)(),
|
|
39116
39075
|
(0, import_class_validator596.IsString)()
|
|
39117
39076
|
], ReclamosDistribuidorDTO.prototype, "CASA", 2);
|
|
39118
39077
|
__decorateClass([
|
|
39119
39078
|
(0, import_class_transformer595.Expose)(),
|
|
39120
|
-
Trim(),
|
|
39121
39079
|
(0, import_class_validator596.IsDefined)(),
|
|
39122
39080
|
(0, import_class_validator596.IsString)()
|
|
39123
39081
|
], ReclamosDistribuidorDTO.prototype, "APARTAMENTO", 2);
|
|
39124
39082
|
__decorateClass([
|
|
39125
39083
|
(0, import_class_transformer595.Expose)(),
|
|
39126
|
-
Trim(),
|
|
39127
39084
|
(0, import_class_validator596.IsDefined)(),
|
|
39128
39085
|
(0, import_class_validator596.IsString)()
|
|
39129
39086
|
], ReclamosDistribuidorDTO.prototype, "UBICACION", 2);
|
|
39130
39087
|
__decorateClass([
|
|
39131
39088
|
(0, import_class_transformer595.Expose)(),
|
|
39132
|
-
Trim(),
|
|
39133
39089
|
(0, import_class_validator596.IsDefined)(),
|
|
39134
39090
|
(0, import_class_validator596.IsString)()
|
|
39135
39091
|
], ReclamosDistribuidorDTO.prototype, "TIPO", 2);
|
|
@@ -39140,14 +39096,12 @@ __decorateClass([
|
|
|
39140
39096
|
], ReclamosDistribuidorDTO.prototype, "ORDEN", 2);
|
|
39141
39097
|
__decorateClass([
|
|
39142
39098
|
(0, import_class_transformer595.Expose)(),
|
|
39143
|
-
Trim(),
|
|
39144
39099
|
(0, import_class_validator596.IsDefined)(),
|
|
39145
39100
|
(0, import_class_validator596.IsString)()
|
|
39146
39101
|
], ReclamosDistribuidorDTO.prototype, "STATUS", 2);
|
|
39147
39102
|
__decorateClass([
|
|
39148
39103
|
(0, import_class_transformer595.Expose)(),
|
|
39149
39104
|
ForceString(),
|
|
39150
|
-
Trim(),
|
|
39151
39105
|
(0, import_class_validator596.IsOptional)(),
|
|
39152
39106
|
(0, import_class_validator596.IsString)()
|
|
39153
39107
|
], ReclamosDistribuidorDTO.prototype, "OBS_ORIGINAL", 2);
|
|
@@ -39158,13 +39112,11 @@ __decorateClass([
|
|
|
39158
39112
|
], ReclamosDistribuidorDTO.prototype, "COD_TECNICO", 2);
|
|
39159
39113
|
__decorateClass([
|
|
39160
39114
|
(0, import_class_transformer595.Expose)(),
|
|
39161
|
-
Trim(),
|
|
39162
39115
|
(0, import_class_validator596.IsDefined)(),
|
|
39163
39116
|
(0, import_class_validator596.IsString)()
|
|
39164
39117
|
], ReclamosDistribuidorDTO.prototype, "TECNICO", 2);
|
|
39165
39118
|
__decorateClass([
|
|
39166
39119
|
(0, import_class_transformer595.Expose)(),
|
|
39167
|
-
Trim(),
|
|
39168
39120
|
(0, import_class_validator596.IsDefined)(),
|
|
39169
39121
|
(0, import_class_validator596.IsString)()
|
|
39170
39122
|
], ReclamosDistribuidorDTO.prototype, "OBS_TECNICA", 2);
|
|
@@ -39176,7 +39128,6 @@ __decorateClass([
|
|
|
39176
39128
|
], ReclamosDistribuidorDTO.prototype, "FECHA_AGENDAMIENTO", 2);
|
|
39177
39129
|
__decorateClass([
|
|
39178
39130
|
(0, import_class_transformer595.Expose)(),
|
|
39179
|
-
Trim(),
|
|
39180
39131
|
(0, import_class_validator596.IsDefined)(),
|
|
39181
39132
|
(0, import_class_validator596.IsString)()
|
|
39182
39133
|
], ReclamosDistribuidorDTO.prototype, "USUARIO_AGENDAMIENTO", 2);
|
|
@@ -39199,7 +39150,6 @@ __decorateClass([
|
|
|
39199
39150
|
], ReclamosDistribuidorDTO.prototype, "NRO_FALLA", 2);
|
|
39200
39151
|
__decorateClass([
|
|
39201
39152
|
(0, import_class_transformer595.Expose)(),
|
|
39202
|
-
Trim(),
|
|
39203
39153
|
(0, import_class_validator596.IsDefined)(),
|
|
39204
39154
|
(0, import_class_validator596.IsString)()
|
|
39205
39155
|
], ReclamosDistribuidorDTO.prototype, "FALLA", 2);
|
|
@@ -39210,49 +39160,41 @@ __decorateClass([
|
|
|
39210
39160
|
], ReclamosDistribuidorDTO.prototype, "NRO_CAUSA", 2);
|
|
39211
39161
|
__decorateClass([
|
|
39212
39162
|
(0, import_class_transformer595.Expose)(),
|
|
39213
|
-
Trim(),
|
|
39214
39163
|
(0, import_class_validator596.IsDefined)(),
|
|
39215
39164
|
(0, import_class_validator596.IsString)()
|
|
39216
39165
|
], ReclamosDistribuidorDTO.prototype, "CAUSA_FALLA", 2);
|
|
39217
39166
|
__decorateClass([
|
|
39218
39167
|
(0, import_class_transformer595.Expose)(),
|
|
39219
|
-
Trim(),
|
|
39220
39168
|
(0, import_class_validator596.IsDefined)(),
|
|
39221
39169
|
(0, import_class_validator596.IsString)()
|
|
39222
39170
|
], ReclamosDistribuidorDTO.prototype, "ORIGEN_FALLA", 2);
|
|
39223
39171
|
__decorateClass([
|
|
39224
39172
|
(0, import_class_transformer595.Expose)(),
|
|
39225
|
-
Trim(),
|
|
39226
39173
|
(0, import_class_validator596.IsDefined)(),
|
|
39227
39174
|
(0, import_class_validator596.IsString)()
|
|
39228
39175
|
], ReclamosDistribuidorDTO.prototype, "STB_ANTERIOR", 2);
|
|
39229
39176
|
__decorateClass([
|
|
39230
39177
|
(0, import_class_transformer595.Expose)(),
|
|
39231
|
-
Trim(),
|
|
39232
39178
|
(0, import_class_validator596.IsDefined)(),
|
|
39233
39179
|
(0, import_class_validator596.IsString)()
|
|
39234
39180
|
], ReclamosDistribuidorDTO.prototype, "STB_NUEVO", 2);
|
|
39235
39181
|
__decorateClass([
|
|
39236
39182
|
(0, import_class_transformer595.Expose)(),
|
|
39237
|
-
Trim(),
|
|
39238
39183
|
(0, import_class_validator596.IsDefined)(),
|
|
39239
39184
|
(0, import_class_validator596.IsString)()
|
|
39240
39185
|
], ReclamosDistribuidorDTO.prototype, "SC_ANTERIOR", 2);
|
|
39241
39186
|
__decorateClass([
|
|
39242
39187
|
(0, import_class_transformer595.Expose)(),
|
|
39243
|
-
Trim(),
|
|
39244
39188
|
(0, import_class_validator596.IsDefined)(),
|
|
39245
39189
|
(0, import_class_validator596.IsString)()
|
|
39246
39190
|
], ReclamosDistribuidorDTO.prototype, "SC_NUEVO", 2);
|
|
39247
39191
|
__decorateClass([
|
|
39248
39192
|
(0, import_class_transformer595.Expose)(),
|
|
39249
|
-
Trim(),
|
|
39250
39193
|
(0, import_class_validator596.IsDefined)(),
|
|
39251
39194
|
(0, import_class_validator596.IsString)()
|
|
39252
39195
|
], ReclamosDistribuidorDTO.prototype, "USUARIO_FIN", 2);
|
|
39253
39196
|
__decorateClass([
|
|
39254
39197
|
(0, import_class_transformer595.Expose)(),
|
|
39255
|
-
Trim(),
|
|
39256
39198
|
(0, import_class_validator596.IsDefined)(),
|
|
39257
39199
|
(0, import_class_validator596.IsString)()
|
|
39258
39200
|
], ReclamosDistribuidorDTO.prototype, "TIPO_COMISION", 2);
|
|
@@ -39263,19 +39205,16 @@ __decorateClass([
|
|
|
39263
39205
|
], ReclamosDistribuidorDTO.prototype, "STB", 2);
|
|
39264
39206
|
__decorateClass([
|
|
39265
39207
|
(0, import_class_transformer595.Expose)(),
|
|
39266
|
-
Trim(),
|
|
39267
39208
|
(0, import_class_validator596.IsDefined)(),
|
|
39268
39209
|
(0, import_class_validator596.IsString)()
|
|
39269
39210
|
], ReclamosDistribuidorDTO.prototype, "USUARIO_INGRESA", 2);
|
|
39270
39211
|
__decorateClass([
|
|
39271
39212
|
(0, import_class_transformer595.Expose)(),
|
|
39272
|
-
Trim(),
|
|
39273
39213
|
(0, import_class_validator596.IsDefined)(),
|
|
39274
39214
|
(0, import_class_validator596.IsString)()
|
|
39275
39215
|
], ReclamosDistribuidorDTO.prototype, "FINALIZA_ONLINE", 2);
|
|
39276
39216
|
__decorateClass([
|
|
39277
39217
|
(0, import_class_transformer595.Expose)(),
|
|
39278
|
-
Trim(),
|
|
39279
39218
|
(0, import_class_validator596.IsDefined)(),
|
|
39280
39219
|
(0, import_class_validator596.IsString)()
|
|
39281
39220
|
], ReclamosDistribuidorDTO.prototype, "INSTALADOR_APP", 2);
|
package/dist/index.mjs
CHANGED
|
@@ -38310,7 +38310,6 @@ import {
|
|
|
38310
38310
|
IsOptional as IsOptional32
|
|
38311
38311
|
} from "class-validator";
|
|
38312
38312
|
import "reflect-metadata";
|
|
38313
|
-
var Trim = () => Transform79(({ value }) => typeof value === "string" ? value.trim() : value);
|
|
38314
38313
|
var ForceString = () => Transform79(({ value }) => {
|
|
38315
38314
|
if (value === null || value === void 0) return "";
|
|
38316
38315
|
return String(value).trim();
|
|
@@ -38338,25 +38337,21 @@ var MaterialDistribuidoDTO = class {
|
|
|
38338
38337
|
};
|
|
38339
38338
|
__decorateClass([
|
|
38340
38339
|
Expose592(),
|
|
38341
|
-
Trim(),
|
|
38342
38340
|
IsDefined195(),
|
|
38343
38341
|
IsString486()
|
|
38344
38342
|
], MaterialDistribuidoDTO.prototype, "DEPARTAMENTO", 2);
|
|
38345
38343
|
__decorateClass([
|
|
38346
38344
|
Expose592(),
|
|
38347
|
-
Trim(),
|
|
38348
38345
|
IsDefined195(),
|
|
38349
38346
|
IsString486()
|
|
38350
38347
|
], MaterialDistribuidoDTO.prototype, "PROVINCIA", 2);
|
|
38351
38348
|
__decorateClass([
|
|
38352
38349
|
Expose592(),
|
|
38353
|
-
Trim(),
|
|
38354
38350
|
IsDefined195(),
|
|
38355
38351
|
IsString486()
|
|
38356
38352
|
], MaterialDistribuidoDTO.prototype, "DISTRITO", 2);
|
|
38357
38353
|
__decorateClass([
|
|
38358
38354
|
Expose592(),
|
|
38359
|
-
Trim(),
|
|
38360
38355
|
IsDefined195(),
|
|
38361
38356
|
IsString486()
|
|
38362
38357
|
], MaterialDistribuidoDTO.prototype, "IDENTIFICADOR", 2);
|
|
@@ -38372,7 +38367,6 @@ __decorateClass([
|
|
|
38372
38367
|
], MaterialDistribuidoDTO.prototype, "DOCUMENTO", 2);
|
|
38373
38368
|
__decorateClass([
|
|
38374
38369
|
Expose592(),
|
|
38375
|
-
Trim(),
|
|
38376
38370
|
IsDefined195(),
|
|
38377
38371
|
ForceString()
|
|
38378
38372
|
], MaterialDistribuidoDTO.prototype, "NOMBRE", 2);
|
|
@@ -38395,13 +38389,11 @@ __decorateClass([
|
|
|
38395
38389
|
], MaterialDistribuidoDTO.prototype, "FCH_FIN", 2);
|
|
38396
38390
|
__decorateClass([
|
|
38397
38391
|
Expose592(),
|
|
38398
|
-
Trim(),
|
|
38399
38392
|
IsDefined195(),
|
|
38400
38393
|
IsString486()
|
|
38401
38394
|
], MaterialDistribuidoDTO.prototype, "EORDUSRFIN", 2);
|
|
38402
38395
|
__decorateClass([
|
|
38403
38396
|
Expose592(),
|
|
38404
|
-
Trim(),
|
|
38405
38397
|
IsDefined195(),
|
|
38406
38398
|
IsString486()
|
|
38407
38399
|
], MaterialDistribuidoDTO.prototype, "USUARIO_FINALIZA", 2);
|
|
@@ -38412,7 +38404,6 @@ __decorateClass([
|
|
|
38412
38404
|
], MaterialDistribuidoDTO.prototype, "TECNICO", 2);
|
|
38413
38405
|
__decorateClass([
|
|
38414
38406
|
Expose592(),
|
|
38415
|
-
Trim(),
|
|
38416
38407
|
IsDefined195(),
|
|
38417
38408
|
IsString486()
|
|
38418
38409
|
], MaterialDistribuidoDTO.prototype, "DSC_TECNICO", 2);
|
|
@@ -38423,7 +38414,6 @@ __decorateClass([
|
|
|
38423
38414
|
], MaterialDistribuidoDTO.prototype, "COD_ARTICULO", 2);
|
|
38424
38415
|
__decorateClass([
|
|
38425
38416
|
Expose592(),
|
|
38426
|
-
Trim(),
|
|
38427
38417
|
IsDefined195(),
|
|
38428
38418
|
IsString486()
|
|
38429
38419
|
], MaterialDistribuidoDTO.prototype, "ARTICULO", 2);
|
|
@@ -38434,7 +38424,6 @@ __decorateClass([
|
|
|
38434
38424
|
], MaterialDistribuidoDTO.prototype, "CANTIDAD", 2);
|
|
38435
38425
|
__decorateClass([
|
|
38436
38426
|
Expose592(),
|
|
38437
|
-
Trim(),
|
|
38438
38427
|
IsDefined195(),
|
|
38439
38428
|
IsString486()
|
|
38440
38429
|
], MaterialDistribuidoDTO.prototype, "EORDORG", 2);
|
|
@@ -38476,7 +38465,6 @@ var OrdenesInstalacionDTO = class {
|
|
|
38476
38465
|
};
|
|
38477
38466
|
__decorateClass([
|
|
38478
38467
|
Expose592(),
|
|
38479
|
-
Trim(),
|
|
38480
38468
|
IsDefined195(),
|
|
38481
38469
|
IsString486()
|
|
38482
38470
|
], OrdenesInstalacionDTO.prototype, "EMPRESA", 2);
|
|
@@ -38494,19 +38482,17 @@ __decorateClass([
|
|
|
38494
38482
|
], OrdenesInstalacionDTO.prototype, "FECHA_INSTALACION", 2);
|
|
38495
38483
|
__decorateClass([
|
|
38496
38484
|
Expose592(),
|
|
38497
|
-
Trim(),
|
|
38498
38485
|
IsDefined195(),
|
|
38499
38486
|
IsString486()
|
|
38500
38487
|
], OrdenesInstalacionDTO.prototype, "ESTATUS_ABONADO", 2);
|
|
38501
38488
|
__decorateClass([
|
|
38502
38489
|
Expose592(),
|
|
38503
|
-
Trim(),
|
|
38504
38490
|
IsDefined195(),
|
|
38505
38491
|
IsString486()
|
|
38506
38492
|
], OrdenesInstalacionDTO.prototype, "ESTATUS_EQUIPO", 2);
|
|
38507
38493
|
__decorateClass([
|
|
38508
38494
|
Expose592(),
|
|
38509
|
-
|
|
38495
|
+
ForceString(),
|
|
38510
38496
|
IsDefined195(),
|
|
38511
38497
|
IsString486()
|
|
38512
38498
|
], OrdenesInstalacionDTO.prototype, "CONTRATO", 2);
|
|
@@ -38522,7 +38508,6 @@ __decorateClass([
|
|
|
38522
38508
|
], OrdenesInstalacionDTO.prototype, "ABONADO", 2);
|
|
38523
38509
|
__decorateClass([
|
|
38524
38510
|
Expose592(),
|
|
38525
|
-
Trim(),
|
|
38526
38511
|
IsDefined195(),
|
|
38527
38512
|
IsString486()
|
|
38528
38513
|
], OrdenesInstalacionDTO.prototype, "NOMBRE", 2);
|
|
@@ -38534,86 +38519,72 @@ __decorateClass([
|
|
|
38534
38519
|
__decorateClass([
|
|
38535
38520
|
Expose592(),
|
|
38536
38521
|
ForceString(),
|
|
38537
|
-
Trim(),
|
|
38538
38522
|
IsDefined195(),
|
|
38539
38523
|
IsString486()
|
|
38540
38524
|
], OrdenesInstalacionDTO.prototype, "SMARTCARD", 2);
|
|
38541
38525
|
__decorateClass([
|
|
38542
38526
|
Expose592(),
|
|
38543
|
-
Trim(),
|
|
38544
38527
|
IsDefined195(),
|
|
38545
38528
|
IsString486()
|
|
38546
38529
|
], OrdenesInstalacionDTO.prototype, "STB", 2);
|
|
38547
38530
|
__decorateClass([
|
|
38548
38531
|
Expose592(),
|
|
38549
|
-
Trim(),
|
|
38550
38532
|
IsDefined195(),
|
|
38551
38533
|
IsString486()
|
|
38552
38534
|
], OrdenesInstalacionDTO.prototype, "TOMA", 2);
|
|
38553
38535
|
__decorateClass([
|
|
38554
38536
|
Expose592(),
|
|
38555
|
-
Trim(),
|
|
38556
38537
|
IsDefined195(),
|
|
38557
38538
|
IsString486()
|
|
38558
38539
|
], OrdenesInstalacionDTO.prototype, "MODALIDAD", 2);
|
|
38559
38540
|
__decorateClass([
|
|
38560
38541
|
Expose592(),
|
|
38561
|
-
Trim(),
|
|
38562
38542
|
IsDefined195(),
|
|
38563
38543
|
IsString486()
|
|
38564
38544
|
], OrdenesInstalacionDTO.prototype, "REGION", 2);
|
|
38565
38545
|
__decorateClass([
|
|
38566
38546
|
Expose592(),
|
|
38567
|
-
Trim(),
|
|
38568
38547
|
IsDefined195(),
|
|
38569
38548
|
IsString486()
|
|
38570
38549
|
], OrdenesInstalacionDTO.prototype, "URBANIZACION", 2);
|
|
38571
38550
|
__decorateClass([
|
|
38572
38551
|
Expose592(),
|
|
38573
|
-
Trim(),
|
|
38574
38552
|
IsDefined195(),
|
|
38575
38553
|
IsString486()
|
|
38576
38554
|
], OrdenesInstalacionDTO.prototype, "CALLE", 2);
|
|
38577
38555
|
__decorateClass([
|
|
38578
38556
|
Expose592(),
|
|
38579
38557
|
ForceString(),
|
|
38580
|
-
Trim(),
|
|
38581
38558
|
IsDefined195(),
|
|
38582
38559
|
IsString486()
|
|
38583
38560
|
], OrdenesInstalacionDTO.prototype, "CASA", 2);
|
|
38584
38561
|
__decorateClass([
|
|
38585
38562
|
Expose592(),
|
|
38586
|
-
Trim(),
|
|
38587
38563
|
IsDefined195(),
|
|
38588
38564
|
IsString486()
|
|
38589
38565
|
], OrdenesInstalacionDTO.prototype, "APARTAMENTO", 2);
|
|
38590
38566
|
__decorateClass([
|
|
38591
38567
|
Expose592(),
|
|
38592
|
-
Trim(),
|
|
38593
38568
|
IsDefined195(),
|
|
38594
38569
|
IsString486()
|
|
38595
38570
|
], OrdenesInstalacionDTO.prototype, "PROVINCIA", 2);
|
|
38596
38571
|
__decorateClass([
|
|
38597
38572
|
Expose592(),
|
|
38598
|
-
Trim(),
|
|
38599
38573
|
IsDefined195(),
|
|
38600
38574
|
IsString486()
|
|
38601
38575
|
], OrdenesInstalacionDTO.prototype, "DISTRITO", 2);
|
|
38602
38576
|
__decorateClass([
|
|
38603
38577
|
Expose592(),
|
|
38604
|
-
Trim(),
|
|
38605
38578
|
IsDefined195(),
|
|
38606
38579
|
IsString486()
|
|
38607
38580
|
], OrdenesInstalacionDTO.prototype, "DEPARTAMENTO", 2);
|
|
38608
38581
|
__decorateClass([
|
|
38609
38582
|
Expose592(),
|
|
38610
|
-
Trim(),
|
|
38611
38583
|
IsDefined195(),
|
|
38612
38584
|
IsString486()
|
|
38613
38585
|
], OrdenesInstalacionDTO.prototype, "UBICACION", 2);
|
|
38614
38586
|
__decorateClass([
|
|
38615
38587
|
Expose592(),
|
|
38616
|
-
Trim(),
|
|
38617
38588
|
IsDefined195(),
|
|
38618
38589
|
IsString486()
|
|
38619
38590
|
], OrdenesInstalacionDTO.prototype, "INSTALADOR", 2);
|
|
@@ -38626,20 +38597,17 @@ __decorateClass([
|
|
|
38626
38597
|
__decorateClass([
|
|
38627
38598
|
Expose592(),
|
|
38628
38599
|
ForceString(),
|
|
38629
|
-
Trim(),
|
|
38630
38600
|
IsOptional32(),
|
|
38631
38601
|
IsString486()
|
|
38632
38602
|
], OrdenesInstalacionDTO.prototype, "TECCOD", 2);
|
|
38633
38603
|
__decorateClass([
|
|
38634
38604
|
Expose592(),
|
|
38635
38605
|
ForceString(),
|
|
38636
|
-
Trim(),
|
|
38637
38606
|
IsOptional32(),
|
|
38638
38607
|
IsString486()
|
|
38639
38608
|
], OrdenesInstalacionDTO.prototype, "TECNICO", 2);
|
|
38640
38609
|
__decorateClass([
|
|
38641
38610
|
Expose592(),
|
|
38642
|
-
Trim(),
|
|
38643
38611
|
IsDefined195(),
|
|
38644
38612
|
IsString486()
|
|
38645
38613
|
], OrdenesInstalacionDTO.prototype, "FINALIZA_ONLINE", 2);
|
|
@@ -38705,7 +38673,6 @@ __decorateClass([
|
|
|
38705
38673
|
], ReclamosDistribuidorDTO.prototype, "ABONADO", 2);
|
|
38706
38674
|
__decorateClass([
|
|
38707
38675
|
Expose592(),
|
|
38708
|
-
Trim(),
|
|
38709
38676
|
IsDefined195(),
|
|
38710
38677
|
IsString486()
|
|
38711
38678
|
], ReclamosDistribuidorDTO.prototype, "NOMBRE", 2);
|
|
@@ -38716,73 +38683,62 @@ __decorateClass([
|
|
|
38716
38683
|
], ReclamosDistribuidorDTO.prototype, "DOCUMENTO", 2);
|
|
38717
38684
|
__decorateClass([
|
|
38718
38685
|
Expose592(),
|
|
38719
|
-
Trim(),
|
|
38720
38686
|
IsDefined195(),
|
|
38721
38687
|
IsString486()
|
|
38722
38688
|
], ReclamosDistribuidorDTO.prototype, "TLF_OFICINA", 2);
|
|
38723
38689
|
__decorateClass([
|
|
38724
38690
|
Expose592(),
|
|
38725
|
-
Trim(),
|
|
38726
38691
|
IsDefined195(),
|
|
38727
38692
|
IsString486()
|
|
38728
38693
|
], ReclamosDistribuidorDTO.prototype, "TLF_CELULAR", 2);
|
|
38729
38694
|
__decorateClass([
|
|
38730
38695
|
Expose592(),
|
|
38731
|
-
Trim(),
|
|
38732
38696
|
IsDefined195(),
|
|
38733
38697
|
IsString486()
|
|
38734
38698
|
], ReclamosDistribuidorDTO.prototype, "TLF_CASA", 2);
|
|
38735
38699
|
__decorateClass([
|
|
38736
38700
|
Expose592(),
|
|
38737
|
-
Trim(),
|
|
38738
38701
|
IsDefined195(),
|
|
38739
38702
|
IsString486()
|
|
38740
38703
|
], ReclamosDistribuidorDTO.prototype, "DEPARTAMENTO", 2);
|
|
38741
38704
|
__decorateClass([
|
|
38742
38705
|
Expose592(),
|
|
38743
|
-
Trim(),
|
|
38744
38706
|
IsDefined195(),
|
|
38745
38707
|
IsString486()
|
|
38746
38708
|
], ReclamosDistribuidorDTO.prototype, "PROVINCIA", 2);
|
|
38747
38709
|
__decorateClass([
|
|
38748
38710
|
Expose592(),
|
|
38749
|
-
Trim(),
|
|
38750
38711
|
IsDefined195(),
|
|
38751
38712
|
IsString486()
|
|
38752
38713
|
], ReclamosDistribuidorDTO.prototype, "DISTRITO", 2);
|
|
38753
38714
|
__decorateClass([
|
|
38754
38715
|
Expose592(),
|
|
38755
|
-
Trim(),
|
|
38756
38716
|
IsDefined195(),
|
|
38757
38717
|
IsString486()
|
|
38758
38718
|
], ReclamosDistribuidorDTO.prototype, "URBANIZACION", 2);
|
|
38759
38719
|
__decorateClass([
|
|
38760
38720
|
Expose592(),
|
|
38761
|
-
Trim(),
|
|
38762
38721
|
IsDefined195(),
|
|
38763
38722
|
IsString486()
|
|
38764
38723
|
], ReclamosDistribuidorDTO.prototype, "CALLE", 2);
|
|
38765
38724
|
__decorateClass([
|
|
38766
38725
|
Expose592(),
|
|
38767
|
-
|
|
38726
|
+
ForceString(),
|
|
38768
38727
|
IsDefined195(),
|
|
38769
38728
|
IsString486()
|
|
38770
38729
|
], ReclamosDistribuidorDTO.prototype, "CASA", 2);
|
|
38771
38730
|
__decorateClass([
|
|
38772
38731
|
Expose592(),
|
|
38773
|
-
Trim(),
|
|
38774
38732
|
IsDefined195(),
|
|
38775
38733
|
IsString486()
|
|
38776
38734
|
], ReclamosDistribuidorDTO.prototype, "APARTAMENTO", 2);
|
|
38777
38735
|
__decorateClass([
|
|
38778
38736
|
Expose592(),
|
|
38779
|
-
Trim(),
|
|
38780
38737
|
IsDefined195(),
|
|
38781
38738
|
IsString486()
|
|
38782
38739
|
], ReclamosDistribuidorDTO.prototype, "UBICACION", 2);
|
|
38783
38740
|
__decorateClass([
|
|
38784
38741
|
Expose592(),
|
|
38785
|
-
Trim(),
|
|
38786
38742
|
IsDefined195(),
|
|
38787
38743
|
IsString486()
|
|
38788
38744
|
], ReclamosDistribuidorDTO.prototype, "TIPO", 2);
|
|
@@ -38793,14 +38749,12 @@ __decorateClass([
|
|
|
38793
38749
|
], ReclamosDistribuidorDTO.prototype, "ORDEN", 2);
|
|
38794
38750
|
__decorateClass([
|
|
38795
38751
|
Expose592(),
|
|
38796
|
-
Trim(),
|
|
38797
38752
|
IsDefined195(),
|
|
38798
38753
|
IsString486()
|
|
38799
38754
|
], ReclamosDistribuidorDTO.prototype, "STATUS", 2);
|
|
38800
38755
|
__decorateClass([
|
|
38801
38756
|
Expose592(),
|
|
38802
38757
|
ForceString(),
|
|
38803
|
-
Trim(),
|
|
38804
38758
|
IsOptional32(),
|
|
38805
38759
|
IsString486()
|
|
38806
38760
|
], ReclamosDistribuidorDTO.prototype, "OBS_ORIGINAL", 2);
|
|
@@ -38811,13 +38765,11 @@ __decorateClass([
|
|
|
38811
38765
|
], ReclamosDistribuidorDTO.prototype, "COD_TECNICO", 2);
|
|
38812
38766
|
__decorateClass([
|
|
38813
38767
|
Expose592(),
|
|
38814
|
-
Trim(),
|
|
38815
38768
|
IsDefined195(),
|
|
38816
38769
|
IsString486()
|
|
38817
38770
|
], ReclamosDistribuidorDTO.prototype, "TECNICO", 2);
|
|
38818
38771
|
__decorateClass([
|
|
38819
38772
|
Expose592(),
|
|
38820
|
-
Trim(),
|
|
38821
38773
|
IsDefined195(),
|
|
38822
38774
|
IsString486()
|
|
38823
38775
|
], ReclamosDistribuidorDTO.prototype, "OBS_TECNICA", 2);
|
|
@@ -38829,7 +38781,6 @@ __decorateClass([
|
|
|
38829
38781
|
], ReclamosDistribuidorDTO.prototype, "FECHA_AGENDAMIENTO", 2);
|
|
38830
38782
|
__decorateClass([
|
|
38831
38783
|
Expose592(),
|
|
38832
|
-
Trim(),
|
|
38833
38784
|
IsDefined195(),
|
|
38834
38785
|
IsString486()
|
|
38835
38786
|
], ReclamosDistribuidorDTO.prototype, "USUARIO_AGENDAMIENTO", 2);
|
|
@@ -38852,7 +38803,6 @@ __decorateClass([
|
|
|
38852
38803
|
], ReclamosDistribuidorDTO.prototype, "NRO_FALLA", 2);
|
|
38853
38804
|
__decorateClass([
|
|
38854
38805
|
Expose592(),
|
|
38855
|
-
Trim(),
|
|
38856
38806
|
IsDefined195(),
|
|
38857
38807
|
IsString486()
|
|
38858
38808
|
], ReclamosDistribuidorDTO.prototype, "FALLA", 2);
|
|
@@ -38863,49 +38813,41 @@ __decorateClass([
|
|
|
38863
38813
|
], ReclamosDistribuidorDTO.prototype, "NRO_CAUSA", 2);
|
|
38864
38814
|
__decorateClass([
|
|
38865
38815
|
Expose592(),
|
|
38866
|
-
Trim(),
|
|
38867
38816
|
IsDefined195(),
|
|
38868
38817
|
IsString486()
|
|
38869
38818
|
], ReclamosDistribuidorDTO.prototype, "CAUSA_FALLA", 2);
|
|
38870
38819
|
__decorateClass([
|
|
38871
38820
|
Expose592(),
|
|
38872
|
-
Trim(),
|
|
38873
38821
|
IsDefined195(),
|
|
38874
38822
|
IsString486()
|
|
38875
38823
|
], ReclamosDistribuidorDTO.prototype, "ORIGEN_FALLA", 2);
|
|
38876
38824
|
__decorateClass([
|
|
38877
38825
|
Expose592(),
|
|
38878
|
-
Trim(),
|
|
38879
38826
|
IsDefined195(),
|
|
38880
38827
|
IsString486()
|
|
38881
38828
|
], ReclamosDistribuidorDTO.prototype, "STB_ANTERIOR", 2);
|
|
38882
38829
|
__decorateClass([
|
|
38883
38830
|
Expose592(),
|
|
38884
|
-
Trim(),
|
|
38885
38831
|
IsDefined195(),
|
|
38886
38832
|
IsString486()
|
|
38887
38833
|
], ReclamosDistribuidorDTO.prototype, "STB_NUEVO", 2);
|
|
38888
38834
|
__decorateClass([
|
|
38889
38835
|
Expose592(),
|
|
38890
|
-
Trim(),
|
|
38891
38836
|
IsDefined195(),
|
|
38892
38837
|
IsString486()
|
|
38893
38838
|
], ReclamosDistribuidorDTO.prototype, "SC_ANTERIOR", 2);
|
|
38894
38839
|
__decorateClass([
|
|
38895
38840
|
Expose592(),
|
|
38896
|
-
Trim(),
|
|
38897
38841
|
IsDefined195(),
|
|
38898
38842
|
IsString486()
|
|
38899
38843
|
], ReclamosDistribuidorDTO.prototype, "SC_NUEVO", 2);
|
|
38900
38844
|
__decorateClass([
|
|
38901
38845
|
Expose592(),
|
|
38902
|
-
Trim(),
|
|
38903
38846
|
IsDefined195(),
|
|
38904
38847
|
IsString486()
|
|
38905
38848
|
], ReclamosDistribuidorDTO.prototype, "USUARIO_FIN", 2);
|
|
38906
38849
|
__decorateClass([
|
|
38907
38850
|
Expose592(),
|
|
38908
|
-
Trim(),
|
|
38909
38851
|
IsDefined195(),
|
|
38910
38852
|
IsString486()
|
|
38911
38853
|
], ReclamosDistribuidorDTO.prototype, "TIPO_COMISION", 2);
|
|
@@ -38916,19 +38858,16 @@ __decorateClass([
|
|
|
38916
38858
|
], ReclamosDistribuidorDTO.prototype, "STB", 2);
|
|
38917
38859
|
__decorateClass([
|
|
38918
38860
|
Expose592(),
|
|
38919
|
-
Trim(),
|
|
38920
38861
|
IsDefined195(),
|
|
38921
38862
|
IsString486()
|
|
38922
38863
|
], ReclamosDistribuidorDTO.prototype, "USUARIO_INGRESA", 2);
|
|
38923
38864
|
__decorateClass([
|
|
38924
38865
|
Expose592(),
|
|
38925
|
-
Trim(),
|
|
38926
38866
|
IsDefined195(),
|
|
38927
38867
|
IsString486()
|
|
38928
38868
|
], ReclamosDistribuidorDTO.prototype, "FINALIZA_ONLINE", 2);
|
|
38929
38869
|
__decorateClass([
|
|
38930
38870
|
Expose592(),
|
|
38931
|
-
Trim(),
|
|
38932
38871
|
IsDefined195(),
|
|
38933
38872
|
IsString486()
|
|
38934
38873
|
], ReclamosDistribuidorDTO.prototype, "INSTALADOR_APP", 2);
|