sigo-entities 1.2.272 → 1.2.273
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 +27 -0
- package/dist/index.mjs +119 -92
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -28529,6 +28529,7 @@ var AcceptedDto = class {
|
|
|
28529
28529
|
FullName = "";
|
|
28530
28530
|
};
|
|
28531
28531
|
__decorateClass([
|
|
28532
|
+
(0, import_class_validator483.IsOptional)(),
|
|
28532
28533
|
(0, import_class_validator483.IsNumber)({}, { message: "debe ser un n\xFAmero" }),
|
|
28533
28534
|
(0, import_class_validator483.Min)(0, { message: "el valor m\xEDnimo es 0" }),
|
|
28534
28535
|
(0, import_class_transformer484.Expose)()
|
|
@@ -28539,7 +28540,9 @@ __decorateClass([
|
|
|
28539
28540
|
(0, import_class_transformer484.Expose)()
|
|
28540
28541
|
], AcceptedDto.prototype, "Date", 2);
|
|
28541
28542
|
__decorateClass([
|
|
28543
|
+
(0, import_class_validator483.IsOptional)(),
|
|
28542
28544
|
(0, import_class_validator483.IsNumber)({}, { message: "debe ser un n\xFAmero" }),
|
|
28545
|
+
(0, import_class_transformer484.Type)(() => Number),
|
|
28543
28546
|
(0, import_class_transformer484.Expose)()
|
|
28544
28547
|
], AcceptedDto.prototype, "IdUser", 2);
|
|
28545
28548
|
__decorateClass([
|
|
@@ -28577,6 +28580,7 @@ var AlbaranDto = class {
|
|
|
28577
28580
|
FullName = "";
|
|
28578
28581
|
};
|
|
28579
28582
|
__decorateClass([
|
|
28583
|
+
(0, import_class_validator484.IsOptional)(),
|
|
28580
28584
|
(0, import_class_validator484.IsNumber)({}, { message: "debe ser un n\xFAmero" }),
|
|
28581
28585
|
(0, import_class_validator484.Min)(0, { message: "el valor m\xEDnimo es 0" }),
|
|
28582
28586
|
(0, import_class_transformer485.Expose)()
|
|
@@ -28587,7 +28591,9 @@ __decorateClass([
|
|
|
28587
28591
|
(0, import_class_transformer485.Expose)()
|
|
28588
28592
|
], AlbaranDto.prototype, "Date", 2);
|
|
28589
28593
|
__decorateClass([
|
|
28594
|
+
(0, import_class_validator484.IsOptional)(),
|
|
28590
28595
|
(0, import_class_validator484.IsNumber)({}, { message: "debe ser un n\xFAmero" }),
|
|
28596
|
+
(0, import_class_transformer485.Type)(() => Number),
|
|
28591
28597
|
(0, import_class_transformer485.Expose)()
|
|
28592
28598
|
], AlbaranDto.prototype, "IdUser", 2);
|
|
28593
28599
|
__decorateClass([
|
|
@@ -28625,6 +28631,7 @@ var ClosedDto = class {
|
|
|
28625
28631
|
FullName = "";
|
|
28626
28632
|
};
|
|
28627
28633
|
__decorateClass([
|
|
28634
|
+
(0, import_class_validator485.IsOptional)(),
|
|
28628
28635
|
(0, import_class_validator485.IsNumber)({}, { message: "debe ser un n\xFAmero" }),
|
|
28629
28636
|
(0, import_class_validator485.Min)(0, { message: "el valor m\xEDnimo es 0" }),
|
|
28630
28637
|
(0, import_class_transformer486.Expose)()
|
|
@@ -28635,7 +28642,9 @@ __decorateClass([
|
|
|
28635
28642
|
(0, import_class_transformer486.Expose)()
|
|
28636
28643
|
], ClosedDto.prototype, "Date", 2);
|
|
28637
28644
|
__decorateClass([
|
|
28645
|
+
(0, import_class_validator485.IsOptional)(),
|
|
28638
28646
|
(0, import_class_validator485.IsNumber)({}, { message: "debe ser un n\xFAmero" }),
|
|
28647
|
+
(0, import_class_transformer486.Type)(() => Number),
|
|
28639
28648
|
(0, import_class_transformer486.Expose)()
|
|
28640
28649
|
], ClosedDto.prototype, "IdUser", 2);
|
|
28641
28650
|
__decorateClass([
|
|
@@ -28673,6 +28682,7 @@ var EmisionDto = class {
|
|
|
28673
28682
|
FullName = "";
|
|
28674
28683
|
};
|
|
28675
28684
|
__decorateClass([
|
|
28685
|
+
(0, import_class_validator486.IsOptional)(),
|
|
28676
28686
|
(0, import_class_validator486.IsNumber)({}, { message: "debe ser un n\xFAmero" }),
|
|
28677
28687
|
(0, import_class_validator486.Min)(0, { message: "el valor m\xEDnimo es 0" }),
|
|
28678
28688
|
(0, import_class_transformer487.Expose)()
|
|
@@ -28683,7 +28693,9 @@ __decorateClass([
|
|
|
28683
28693
|
(0, import_class_transformer487.Expose)()
|
|
28684
28694
|
], EmisionDto.prototype, "Date", 2);
|
|
28685
28695
|
__decorateClass([
|
|
28696
|
+
(0, import_class_validator486.IsOptional)(),
|
|
28686
28697
|
(0, import_class_validator486.IsNumber)({}, { message: "debe ser un n\xFAmero" }),
|
|
28698
|
+
(0, import_class_transformer487.Type)(() => Number),
|
|
28687
28699
|
(0, import_class_transformer487.Expose)()
|
|
28688
28700
|
], EmisionDto.prototype, "IdUser", 2);
|
|
28689
28701
|
__decorateClass([
|
|
@@ -28724,6 +28736,7 @@ var FacturaDto = class {
|
|
|
28724
28736
|
FullName = "";
|
|
28725
28737
|
};
|
|
28726
28738
|
__decorateClass([
|
|
28739
|
+
(0, import_class_validator487.IsOptional)(),
|
|
28727
28740
|
(0, import_class_validator487.IsNumber)({}, { message: "debe ser un n\xFAmero" }),
|
|
28728
28741
|
(0, import_class_validator487.Min)(0, { message: "el valor m\xEDnimo es 0" }),
|
|
28729
28742
|
(0, import_class_transformer488.Expose)()
|
|
@@ -28734,7 +28747,9 @@ __decorateClass([
|
|
|
28734
28747
|
(0, import_class_transformer488.Expose)()
|
|
28735
28748
|
], FacturaDto.prototype, "Date", 2);
|
|
28736
28749
|
__decorateClass([
|
|
28750
|
+
(0, import_class_validator487.IsOptional)(),
|
|
28737
28751
|
(0, import_class_validator487.IsNumber)({}, { message: "debe ser un n\xFAmero" }),
|
|
28752
|
+
(0, import_class_transformer488.Type)(() => Number),
|
|
28738
28753
|
(0, import_class_transformer488.Expose)()
|
|
28739
28754
|
], FacturaDto.prototype, "IdUser", 2);
|
|
28740
28755
|
__decorateClass([
|
|
@@ -28775,6 +28790,7 @@ var OrdenDto = class {
|
|
|
28775
28790
|
FullName = "";
|
|
28776
28791
|
};
|
|
28777
28792
|
__decorateClass([
|
|
28793
|
+
(0, import_class_validator488.IsOptional)(),
|
|
28778
28794
|
(0, import_class_validator488.IsNumber)({}, { message: "debe ser un n\xFAmero" }),
|
|
28779
28795
|
(0, import_class_validator488.Min)(0, { message: "el valor m\xEDnimo es 0" }),
|
|
28780
28796
|
(0, import_class_transformer489.Expose)()
|
|
@@ -28785,7 +28801,9 @@ __decorateClass([
|
|
|
28785
28801
|
(0, import_class_transformer489.Expose)()
|
|
28786
28802
|
], OrdenDto.prototype, "Date", 2);
|
|
28787
28803
|
__decorateClass([
|
|
28804
|
+
(0, import_class_validator488.IsOptional)(),
|
|
28788
28805
|
(0, import_class_validator488.IsNumber)({}, { message: "debe ser un n\xFAmero" }),
|
|
28806
|
+
(0, import_class_transformer489.Type)(() => Number),
|
|
28789
28807
|
(0, import_class_transformer489.Expose)()
|
|
28790
28808
|
], OrdenDto.prototype, "IdUser", 2);
|
|
28791
28809
|
__decorateClass([
|
|
@@ -28823,6 +28841,7 @@ var PreAcceptedDto = class {
|
|
|
28823
28841
|
FullName = "";
|
|
28824
28842
|
};
|
|
28825
28843
|
__decorateClass([
|
|
28844
|
+
(0, import_class_validator489.IsOptional)(),
|
|
28826
28845
|
(0, import_class_validator489.IsNumber)({}, { message: "debe ser un n\xFAmero" }),
|
|
28827
28846
|
(0, import_class_validator489.Min)(0, { message: "el valor m\xEDnimo es 0" }),
|
|
28828
28847
|
(0, import_class_transformer490.Expose)()
|
|
@@ -28833,7 +28852,9 @@ __decorateClass([
|
|
|
28833
28852
|
(0, import_class_transformer490.Expose)()
|
|
28834
28853
|
], PreAcceptedDto.prototype, "Date", 2);
|
|
28835
28854
|
__decorateClass([
|
|
28855
|
+
(0, import_class_validator489.IsOptional)(),
|
|
28836
28856
|
(0, import_class_validator489.IsNumber)({}, { message: "debe ser un n\xFAmero" }),
|
|
28857
|
+
(0, import_class_transformer490.Type)(() => Number),
|
|
28837
28858
|
(0, import_class_transformer490.Expose)()
|
|
28838
28859
|
], PreAcceptedDto.prototype, "IdUser", 2);
|
|
28839
28860
|
__decorateClass([
|
|
@@ -28871,6 +28892,7 @@ var RegistryDto = class {
|
|
|
28871
28892
|
FullName = "";
|
|
28872
28893
|
};
|
|
28873
28894
|
__decorateClass([
|
|
28895
|
+
(0, import_class_validator490.IsOptional)(),
|
|
28874
28896
|
(0, import_class_validator490.IsNumber)({}, { message: "debe ser un n\xFAmero" }),
|
|
28875
28897
|
(0, import_class_validator490.Min)(0, { message: "el valor m\xEDnimo es 0" }),
|
|
28876
28898
|
(0, import_class_transformer491.Expose)()
|
|
@@ -28881,7 +28903,9 @@ __decorateClass([
|
|
|
28881
28903
|
(0, import_class_transformer491.Expose)()
|
|
28882
28904
|
], RegistryDto.prototype, "Date", 2);
|
|
28883
28905
|
__decorateClass([
|
|
28906
|
+
(0, import_class_validator490.IsOptional)(),
|
|
28884
28907
|
(0, import_class_validator490.IsNumber)({}, { message: "debe ser un n\xFAmero" }),
|
|
28908
|
+
(0, import_class_transformer491.Type)(() => Number),
|
|
28885
28909
|
(0, import_class_transformer491.Expose)()
|
|
28886
28910
|
], RegistryDto.prototype, "IdUser", 2);
|
|
28887
28911
|
__decorateClass([
|
|
@@ -28922,6 +28946,7 @@ var UpdateDto = class {
|
|
|
28922
28946
|
FullName = "";
|
|
28923
28947
|
};
|
|
28924
28948
|
__decorateClass([
|
|
28949
|
+
(0, import_class_validator491.IsOptional)(),
|
|
28925
28950
|
(0, import_class_validator491.IsNumber)({}, { message: "debe ser un n\xFAmero" }),
|
|
28926
28951
|
(0, import_class_validator491.Min)(0, { message: "el valor m\xEDnimo es 0" }),
|
|
28927
28952
|
(0, import_class_transformer492.Expose)()
|
|
@@ -28932,7 +28957,9 @@ __decorateClass([
|
|
|
28932
28957
|
(0, import_class_transformer492.Expose)()
|
|
28933
28958
|
], UpdateDto.prototype, "Date", 2);
|
|
28934
28959
|
__decorateClass([
|
|
28960
|
+
(0, import_class_validator491.IsOptional)(),
|
|
28935
28961
|
(0, import_class_validator491.IsNumber)({}, { message: "debe ser un n\xFAmero" }),
|
|
28962
|
+
(0, import_class_transformer492.Type)(() => Number),
|
|
28936
28963
|
(0, import_class_transformer492.Expose)()
|
|
28937
28964
|
], UpdateDto.prototype, "IdUser", 2);
|
|
28938
28965
|
__decorateClass([
|
package/dist/index.mjs
CHANGED
|
@@ -27934,7 +27934,7 @@ __decorateClass([
|
|
|
27934
27934
|
|
|
27935
27935
|
// src/logistica/procesos/navisionpreorden/shared/dto/accepted-dto.ts
|
|
27936
27936
|
import { Expose as Expose480, Type as Type324 } from "class-transformer";
|
|
27937
|
-
import { IsDate as IsDate119, IsNumber as IsNumber320, IsString as IsString375, Min as Min252 } from "class-validator";
|
|
27937
|
+
import { IsDate as IsDate119, IsNumber as IsNumber320, IsOptional as IsOptional21, IsString as IsString375, Min as Min252 } from "class-validator";
|
|
27938
27938
|
var AcceptedDto = class {
|
|
27939
27939
|
IdDate = 0;
|
|
27940
27940
|
Date = /* @__PURE__ */ new Date();
|
|
@@ -27946,6 +27946,7 @@ var AcceptedDto = class {
|
|
|
27946
27946
|
FullName = "";
|
|
27947
27947
|
};
|
|
27948
27948
|
__decorateClass([
|
|
27949
|
+
IsOptional21(),
|
|
27949
27950
|
IsNumber320({}, { message: "debe ser un n\xFAmero" }),
|
|
27950
27951
|
Min252(0, { message: "el valor m\xEDnimo es 0" }),
|
|
27951
27952
|
Expose480()
|
|
@@ -27956,7 +27957,9 @@ __decorateClass([
|
|
|
27956
27957
|
Expose480()
|
|
27957
27958
|
], AcceptedDto.prototype, "Date", 2);
|
|
27958
27959
|
__decorateClass([
|
|
27960
|
+
IsOptional21(),
|
|
27959
27961
|
IsNumber320({}, { message: "debe ser un n\xFAmero" }),
|
|
27962
|
+
Type324(() => Number),
|
|
27960
27963
|
Expose480()
|
|
27961
27964
|
], AcceptedDto.prototype, "IdUser", 2);
|
|
27962
27965
|
__decorateClass([
|
|
@@ -27982,7 +27985,7 @@ __decorateClass([
|
|
|
27982
27985
|
|
|
27983
27986
|
// src/logistica/procesos/navisionpreorden/shared/dto/albaran-dto.ts
|
|
27984
27987
|
import { Expose as Expose481, Type as Type325 } from "class-transformer";
|
|
27985
|
-
import { IsDate as IsDate120, IsNumber as IsNumber321, IsString as IsString376, Min as Min253 } from "class-validator";
|
|
27988
|
+
import { IsDate as IsDate120, IsNumber as IsNumber321, IsOptional as IsOptional22, IsString as IsString376, Min as Min253 } from "class-validator";
|
|
27986
27989
|
var AlbaranDto = class {
|
|
27987
27990
|
IdDate = 0;
|
|
27988
27991
|
Date = /* @__PURE__ */ new Date();
|
|
@@ -27994,6 +27997,7 @@ var AlbaranDto = class {
|
|
|
27994
27997
|
FullName = "";
|
|
27995
27998
|
};
|
|
27996
27999
|
__decorateClass([
|
|
28000
|
+
IsOptional22(),
|
|
27997
28001
|
IsNumber321({}, { message: "debe ser un n\xFAmero" }),
|
|
27998
28002
|
Min253(0, { message: "el valor m\xEDnimo es 0" }),
|
|
27999
28003
|
Expose481()
|
|
@@ -28004,7 +28008,9 @@ __decorateClass([
|
|
|
28004
28008
|
Expose481()
|
|
28005
28009
|
], AlbaranDto.prototype, "Date", 2);
|
|
28006
28010
|
__decorateClass([
|
|
28011
|
+
IsOptional22(),
|
|
28007
28012
|
IsNumber321({}, { message: "debe ser un n\xFAmero" }),
|
|
28013
|
+
Type325(() => Number),
|
|
28008
28014
|
Expose481()
|
|
28009
28015
|
], AlbaranDto.prototype, "IdUser", 2);
|
|
28010
28016
|
__decorateClass([
|
|
@@ -28030,7 +28036,7 @@ __decorateClass([
|
|
|
28030
28036
|
|
|
28031
28037
|
// src/logistica/procesos/navisionpreorden/shared/dto/closed-dto.ts
|
|
28032
28038
|
import { Expose as Expose482, Type as Type326 } from "class-transformer";
|
|
28033
|
-
import { IsDate as IsDate121, IsNumber as IsNumber322, IsString as IsString377, Min as Min254 } from "class-validator";
|
|
28039
|
+
import { IsDate as IsDate121, IsNumber as IsNumber322, IsOptional as IsOptional23, IsString as IsString377, Min as Min254 } from "class-validator";
|
|
28034
28040
|
var ClosedDto = class {
|
|
28035
28041
|
IdDate = 0;
|
|
28036
28042
|
Date = /* @__PURE__ */ new Date();
|
|
@@ -28042,6 +28048,7 @@ var ClosedDto = class {
|
|
|
28042
28048
|
FullName = "";
|
|
28043
28049
|
};
|
|
28044
28050
|
__decorateClass([
|
|
28051
|
+
IsOptional23(),
|
|
28045
28052
|
IsNumber322({}, { message: "debe ser un n\xFAmero" }),
|
|
28046
28053
|
Min254(0, { message: "el valor m\xEDnimo es 0" }),
|
|
28047
28054
|
Expose482()
|
|
@@ -28052,7 +28059,9 @@ __decorateClass([
|
|
|
28052
28059
|
Expose482()
|
|
28053
28060
|
], ClosedDto.prototype, "Date", 2);
|
|
28054
28061
|
__decorateClass([
|
|
28062
|
+
IsOptional23(),
|
|
28055
28063
|
IsNumber322({}, { message: "debe ser un n\xFAmero" }),
|
|
28064
|
+
Type326(() => Number),
|
|
28056
28065
|
Expose482()
|
|
28057
28066
|
], ClosedDto.prototype, "IdUser", 2);
|
|
28058
28067
|
__decorateClass([
|
|
@@ -28078,7 +28087,7 @@ __decorateClass([
|
|
|
28078
28087
|
|
|
28079
28088
|
// src/logistica/procesos/navisionpreorden/shared/dto/emision-dto.ts
|
|
28080
28089
|
import { Expose as Expose483, Type as Type327 } from "class-transformer";
|
|
28081
|
-
import { IsDate as IsDate122, IsNumber as IsNumber323, IsString as IsString378, Min as Min255 } from "class-validator";
|
|
28090
|
+
import { IsDate as IsDate122, IsNumber as IsNumber323, IsOptional as IsOptional24, IsString as IsString378, Min as Min255 } from "class-validator";
|
|
28082
28091
|
var EmisionDto = class {
|
|
28083
28092
|
IdDate = 0;
|
|
28084
28093
|
Date = /* @__PURE__ */ new Date();
|
|
@@ -28090,6 +28099,7 @@ var EmisionDto = class {
|
|
|
28090
28099
|
FullName = "";
|
|
28091
28100
|
};
|
|
28092
28101
|
__decorateClass([
|
|
28102
|
+
IsOptional24(),
|
|
28093
28103
|
IsNumber323({}, { message: "debe ser un n\xFAmero" }),
|
|
28094
28104
|
Min255(0, { message: "el valor m\xEDnimo es 0" }),
|
|
28095
28105
|
Expose483()
|
|
@@ -28100,7 +28110,9 @@ __decorateClass([
|
|
|
28100
28110
|
Expose483()
|
|
28101
28111
|
], EmisionDto.prototype, "Date", 2);
|
|
28102
28112
|
__decorateClass([
|
|
28113
|
+
IsOptional24(),
|
|
28103
28114
|
IsNumber323({}, { message: "debe ser un n\xFAmero" }),
|
|
28115
|
+
Type327(() => Number),
|
|
28104
28116
|
Expose483()
|
|
28105
28117
|
], EmisionDto.prototype, "IdUser", 2);
|
|
28106
28118
|
__decorateClass([
|
|
@@ -28129,7 +28141,7 @@ import { Expose as Expose489 } from "class-transformer";
|
|
|
28129
28141
|
|
|
28130
28142
|
// src/logistica/procesos/navisionpreorden/shared/dto/factura-dto.ts
|
|
28131
28143
|
import { Expose as Expose484, Type as Type328 } from "class-transformer";
|
|
28132
|
-
import { IsDate as IsDate123, IsNumber as IsNumber324, IsString as IsString379, Min as Min256 } from "class-validator";
|
|
28144
|
+
import { IsDate as IsDate123, IsNumber as IsNumber324, IsOptional as IsOptional25, IsString as IsString379, Min as Min256 } from "class-validator";
|
|
28133
28145
|
var FacturaDto = class {
|
|
28134
28146
|
IdDate = 0;
|
|
28135
28147
|
Date = /* @__PURE__ */ new Date();
|
|
@@ -28141,6 +28153,7 @@ var FacturaDto = class {
|
|
|
28141
28153
|
FullName = "";
|
|
28142
28154
|
};
|
|
28143
28155
|
__decorateClass([
|
|
28156
|
+
IsOptional25(),
|
|
28144
28157
|
IsNumber324({}, { message: "debe ser un n\xFAmero" }),
|
|
28145
28158
|
Min256(0, { message: "el valor m\xEDnimo es 0" }),
|
|
28146
28159
|
Expose484()
|
|
@@ -28151,7 +28164,9 @@ __decorateClass([
|
|
|
28151
28164
|
Expose484()
|
|
28152
28165
|
], FacturaDto.prototype, "Date", 2);
|
|
28153
28166
|
__decorateClass([
|
|
28167
|
+
IsOptional25(),
|
|
28154
28168
|
IsNumber324({}, { message: "debe ser un n\xFAmero" }),
|
|
28169
|
+
Type328(() => Number),
|
|
28155
28170
|
Expose484()
|
|
28156
28171
|
], FacturaDto.prototype, "IdUser", 2);
|
|
28157
28172
|
__decorateClass([
|
|
@@ -28180,7 +28195,7 @@ import { ValidateNested as ValidateNested296 } from "class-validator";
|
|
|
28180
28195
|
|
|
28181
28196
|
// src/logistica/procesos/navisionpreorden/shared/dto/orden-dto.ts
|
|
28182
28197
|
import { Expose as Expose485, Type as Type329 } from "class-transformer";
|
|
28183
|
-
import { IsDate as IsDate124, IsNumber as IsNumber325, IsString as IsString380, Min as Min257 } from "class-validator";
|
|
28198
|
+
import { IsDate as IsDate124, IsNumber as IsNumber325, IsOptional as IsOptional26, IsString as IsString380, Min as Min257 } from "class-validator";
|
|
28184
28199
|
var OrdenDto = class {
|
|
28185
28200
|
IdDate = 0;
|
|
28186
28201
|
Date = /* @__PURE__ */ new Date();
|
|
@@ -28192,6 +28207,7 @@ var OrdenDto = class {
|
|
|
28192
28207
|
FullName = "";
|
|
28193
28208
|
};
|
|
28194
28209
|
__decorateClass([
|
|
28210
|
+
IsOptional26(),
|
|
28195
28211
|
IsNumber325({}, { message: "debe ser un n\xFAmero" }),
|
|
28196
28212
|
Min257(0, { message: "el valor m\xEDnimo es 0" }),
|
|
28197
28213
|
Expose485()
|
|
@@ -28202,7 +28218,9 @@ __decorateClass([
|
|
|
28202
28218
|
Expose485()
|
|
28203
28219
|
], OrdenDto.prototype, "Date", 2);
|
|
28204
28220
|
__decorateClass([
|
|
28221
|
+
IsOptional26(),
|
|
28205
28222
|
IsNumber325({}, { message: "debe ser un n\xFAmero" }),
|
|
28223
|
+
Type329(() => Number),
|
|
28206
28224
|
Expose485()
|
|
28207
28225
|
], OrdenDto.prototype, "IdUser", 2);
|
|
28208
28226
|
__decorateClass([
|
|
@@ -28228,7 +28246,7 @@ __decorateClass([
|
|
|
28228
28246
|
|
|
28229
28247
|
// src/logistica/procesos/navisionpreorden/shared/dto/pre-accepted-dto.ts
|
|
28230
28248
|
import { Expose as Expose486, Type as Type330 } from "class-transformer";
|
|
28231
|
-
import { IsDate as IsDate125, IsNumber as IsNumber326, IsString as IsString381, Min as Min258 } from "class-validator";
|
|
28249
|
+
import { IsDate as IsDate125, IsNumber as IsNumber326, IsOptional as IsOptional27, IsString as IsString381, Min as Min258 } from "class-validator";
|
|
28232
28250
|
var PreAcceptedDto = class {
|
|
28233
28251
|
IdDate = 0;
|
|
28234
28252
|
Date = /* @__PURE__ */ new Date();
|
|
@@ -28240,6 +28258,7 @@ var PreAcceptedDto = class {
|
|
|
28240
28258
|
FullName = "";
|
|
28241
28259
|
};
|
|
28242
28260
|
__decorateClass([
|
|
28261
|
+
IsOptional27(),
|
|
28243
28262
|
IsNumber326({}, { message: "debe ser un n\xFAmero" }),
|
|
28244
28263
|
Min258(0, { message: "el valor m\xEDnimo es 0" }),
|
|
28245
28264
|
Expose486()
|
|
@@ -28250,7 +28269,9 @@ __decorateClass([
|
|
|
28250
28269
|
Expose486()
|
|
28251
28270
|
], PreAcceptedDto.prototype, "Date", 2);
|
|
28252
28271
|
__decorateClass([
|
|
28272
|
+
IsOptional27(),
|
|
28253
28273
|
IsNumber326({}, { message: "debe ser un n\xFAmero" }),
|
|
28274
|
+
Type330(() => Number),
|
|
28254
28275
|
Expose486()
|
|
28255
28276
|
], PreAcceptedDto.prototype, "IdUser", 2);
|
|
28256
28277
|
__decorateClass([
|
|
@@ -28276,7 +28297,7 @@ __decorateClass([
|
|
|
28276
28297
|
|
|
28277
28298
|
// src/logistica/procesos/navisionpreorden/shared/dto/registry-dto.ts
|
|
28278
28299
|
import { Expose as Expose487, Type as Type331 } from "class-transformer";
|
|
28279
|
-
import { IsDate as IsDate126, IsNumber as IsNumber327, IsString as IsString382, Min as Min259 } from "class-validator";
|
|
28300
|
+
import { IsDate as IsDate126, IsNumber as IsNumber327, IsOptional as IsOptional28, IsString as IsString382, Min as Min259 } from "class-validator";
|
|
28280
28301
|
var RegistryDto = class {
|
|
28281
28302
|
IdDate = 0;
|
|
28282
28303
|
Date = /* @__PURE__ */ new Date();
|
|
@@ -28288,6 +28309,7 @@ var RegistryDto = class {
|
|
|
28288
28309
|
FullName = "";
|
|
28289
28310
|
};
|
|
28290
28311
|
__decorateClass([
|
|
28312
|
+
IsOptional28(),
|
|
28291
28313
|
IsNumber327({}, { message: "debe ser un n\xFAmero" }),
|
|
28292
28314
|
Min259(0, { message: "el valor m\xEDnimo es 0" }),
|
|
28293
28315
|
Expose487()
|
|
@@ -28298,7 +28320,9 @@ __decorateClass([
|
|
|
28298
28320
|
Expose487()
|
|
28299
28321
|
], RegistryDto.prototype, "Date", 2);
|
|
28300
28322
|
__decorateClass([
|
|
28323
|
+
IsOptional28(),
|
|
28301
28324
|
IsNumber327({}, { message: "debe ser un n\xFAmero" }),
|
|
28325
|
+
Type331(() => Number),
|
|
28302
28326
|
Expose487()
|
|
28303
28327
|
], RegistryDto.prototype, "IdUser", 2);
|
|
28304
28328
|
__decorateClass([
|
|
@@ -28327,7 +28351,7 @@ import { Type as Type333 } from "class-transformer";
|
|
|
28327
28351
|
|
|
28328
28352
|
// src/logistica/procesos/navisionpreorden/shared/dto/update-dto.ts
|
|
28329
28353
|
import { Expose as Expose488, Type as Type332 } from "class-transformer";
|
|
28330
|
-
import { IsDate as IsDate127, IsNumber as IsNumber328, IsString as IsString383, Min as Min260 } from "class-validator";
|
|
28354
|
+
import { IsDate as IsDate127, IsNumber as IsNumber328, IsOptional as IsOptional29, IsString as IsString383, Min as Min260 } from "class-validator";
|
|
28331
28355
|
var UpdateDto = class {
|
|
28332
28356
|
IdDate = 0;
|
|
28333
28357
|
Date = /* @__PURE__ */ new Date();
|
|
@@ -28339,6 +28363,7 @@ var UpdateDto = class {
|
|
|
28339
28363
|
FullName = "";
|
|
28340
28364
|
};
|
|
28341
28365
|
__decorateClass([
|
|
28366
|
+
IsOptional29(),
|
|
28342
28367
|
IsNumber328({}, { message: "debe ser un n\xFAmero" }),
|
|
28343
28368
|
Min260(0, { message: "el valor m\xEDnimo es 0" }),
|
|
28344
28369
|
Expose488()
|
|
@@ -28349,7 +28374,9 @@ __decorateClass([
|
|
|
28349
28374
|
Expose488()
|
|
28350
28375
|
], UpdateDto.prototype, "Date", 2);
|
|
28351
28376
|
__decorateClass([
|
|
28377
|
+
IsOptional29(),
|
|
28352
28378
|
IsNumber328({}, { message: "debe ser un n\xFAmero" }),
|
|
28379
|
+
Type332(() => Number),
|
|
28353
28380
|
Expose488()
|
|
28354
28381
|
], UpdateDto.prototype, "IdUser", 2);
|
|
28355
28382
|
__decorateClass([
|
|
@@ -28918,7 +28945,7 @@ __decorateClass([
|
|
|
28918
28945
|
|
|
28919
28946
|
// src/logistica/procesos/navisionpreorden/shared/dto/detalle-producto-dto.ts
|
|
28920
28947
|
import { Expose as Expose521, Type as Type343 } from "class-transformer";
|
|
28921
|
-
import { IsNotEmpty as IsNotEmpty368, IsOptional as
|
|
28948
|
+
import { IsNotEmpty as IsNotEmpty368, IsOptional as IsOptional31, ValidateNested as ValidateNested305 } from "class-validator";
|
|
28922
28949
|
|
|
28923
28950
|
// src/logistica/procesos/navisionpreorden/shared/dto/detalle-dto.ts
|
|
28924
28951
|
import { Expose as Expose508 } from "class-transformer";
|
|
@@ -28997,7 +29024,7 @@ __decorateClass([
|
|
|
28997
29024
|
], FechaEntregaDto.prototype, "Date", 2);
|
|
28998
29025
|
|
|
28999
29026
|
// src/logistica/procesos/navisionpreorden/shared/dto/producto-dto.ts
|
|
29000
|
-
import { IsArray as IsArray178, IsBoolean as IsBoolean45, IsNotEmpty as IsNotEmpty365, IsNumber as IsNumber333, IsOptional as
|
|
29027
|
+
import { IsArray as IsArray178, IsBoolean as IsBoolean45, IsNotEmpty as IsNotEmpty365, IsNumber as IsNumber333, IsOptional as IsOptional30, IsString as IsString408, ValidateNested as ValidateNested302 } from "class-validator";
|
|
29001
29028
|
|
|
29002
29029
|
// src/logistica/procesos/navisionpreorden/shared/dto/recepcion-dto.ts
|
|
29003
29030
|
import { Expose as Expose510 } from "class-transformer";
|
|
@@ -29216,12 +29243,12 @@ __decorateClass([
|
|
|
29216
29243
|
Expose516()
|
|
29217
29244
|
], ProductoDto.prototype, "IGV", 2);
|
|
29218
29245
|
__decorateClass([
|
|
29219
|
-
|
|
29246
|
+
IsOptional30(),
|
|
29220
29247
|
IsBoolean45({ message: "debe ser true o false" }),
|
|
29221
29248
|
Expose516()
|
|
29222
29249
|
], ProductoDto.prototype, "esFraccion", 2);
|
|
29223
29250
|
__decorateClass([
|
|
29224
|
-
|
|
29251
|
+
IsOptional30(),
|
|
29225
29252
|
IsNumber333({}, { message: "debe ser un n\xFAmero" }),
|
|
29226
29253
|
Expose516()
|
|
29227
29254
|
], ProductoDto.prototype, "CantidadComparativo", 2);
|
|
@@ -29247,7 +29274,7 @@ __decorateClass([
|
|
|
29247
29274
|
Expose516()
|
|
29248
29275
|
], ProductoDto.prototype, "CantidadDisponible", 2);
|
|
29249
29276
|
__decorateClass([
|
|
29250
|
-
|
|
29277
|
+
IsOptional30(),
|
|
29251
29278
|
IsArray178({ message: "debe ser un array" }),
|
|
29252
29279
|
Type340(() => RecepcionDto),
|
|
29253
29280
|
ValidateNested302({ each: true }),
|
|
@@ -29372,7 +29399,7 @@ var DetalleProductoDto = class {
|
|
|
29372
29399
|
Producto = new ProductoDto();
|
|
29373
29400
|
};
|
|
29374
29401
|
__decorateClass([
|
|
29375
|
-
|
|
29402
|
+
IsOptional31(),
|
|
29376
29403
|
Type343(() => RequerimientoDto),
|
|
29377
29404
|
ValidateNested305(),
|
|
29378
29405
|
Expose521()
|
|
@@ -29482,7 +29509,7 @@ __decorateClass([
|
|
|
29482
29509
|
], IconoDto.prototype, "Status", 2);
|
|
29483
29510
|
|
|
29484
29511
|
// src/logistica/procesos/navisionpreorden/shared/dto/statu-dto.ts
|
|
29485
|
-
import { IsBoolean as IsBoolean47, ValidateNested as ValidateNested308, IsOptional as
|
|
29512
|
+
import { IsBoolean as IsBoolean47, ValidateNested as ValidateNested308, IsOptional as IsOptional32 } from "class-validator";
|
|
29486
29513
|
|
|
29487
29514
|
// src/logistica/procesos/navisionpreorden/shared/dto/nav-dto.ts
|
|
29488
29515
|
import { Expose as Expose526 } from "class-transformer";
|
|
@@ -29585,7 +29612,7 @@ __decorateClass([
|
|
|
29585
29612
|
Expose529()
|
|
29586
29613
|
], StatuDto.prototype, "FactorCambio", 2);
|
|
29587
29614
|
__decorateClass([
|
|
29588
|
-
|
|
29615
|
+
IsOptional32(),
|
|
29589
29616
|
IsBoolean47({ message: "debe ser true o false" }),
|
|
29590
29617
|
Expose529()
|
|
29591
29618
|
], StatuDto.prototype, "PreOrden", 2);
|
|
@@ -30743,7 +30770,7 @@ import {
|
|
|
30743
30770
|
IsDefined as IsDefined153,
|
|
30744
30771
|
IsNotEmpty as IsNotEmpty394,
|
|
30745
30772
|
IsNumber as IsNumber345,
|
|
30746
|
-
IsOptional as
|
|
30773
|
+
IsOptional as IsOptional33,
|
|
30747
30774
|
IsString as IsString437,
|
|
30748
30775
|
Length as Length267,
|
|
30749
30776
|
Min as Min271,
|
|
@@ -30822,7 +30849,7 @@ __decorateClass([
|
|
|
30822
30849
|
IsString437({ message: "debe ser un texto" }),
|
|
30823
30850
|
Length267(0, 70, { message: "debe tener entre 0 y 70 caracteres" }),
|
|
30824
30851
|
Expose549(),
|
|
30825
|
-
|
|
30852
|
+
IsOptional33()
|
|
30826
30853
|
], PersonalENTITY.prototype, "ApellidoMaterno", 2);
|
|
30827
30854
|
__decorateClass([
|
|
30828
30855
|
IsString437({ message: "debe ser un texto" }),
|
|
@@ -31305,7 +31332,7 @@ __decorateClass([
|
|
|
31305
31332
|
], TipoEmpresaDTO.prototype, "Nombre", 2);
|
|
31306
31333
|
|
|
31307
31334
|
// src/configuracion/empresa/shared/index.ts
|
|
31308
|
-
import { IsArray as IsArray195, IsBoolean as IsBoolean53, IsNotEmpty as IsNotEmpty403, IsNumber as IsNumber354, IsOptional as
|
|
31335
|
+
import { IsArray as IsArray195, IsBoolean as IsBoolean53, IsNotEmpty as IsNotEmpty403, IsNumber as IsNumber354, IsOptional as IsOptional34, IsString as IsString448, Length as Length277, Min as Min280, ValidateNested as ValidateNested328 } from "class-validator";
|
|
31309
31336
|
var EmpresaENTITY = class {
|
|
31310
31337
|
ID_Empresa = 0;
|
|
31311
31338
|
Pais = new CodigoNombreDTO();
|
|
@@ -31418,7 +31445,7 @@ __decorateClass([
|
|
|
31418
31445
|
Type367(() => DatosGIADTO),
|
|
31419
31446
|
IsNotEmpty403({ message: "es requerido" }),
|
|
31420
31447
|
Expose560(),
|
|
31421
|
-
|
|
31448
|
+
IsOptional34(),
|
|
31422
31449
|
ValidateNested328()
|
|
31423
31450
|
], EmpresaENTITY.prototype, "DatosGIA", 2);
|
|
31424
31451
|
__decorateClass([
|
|
@@ -32759,7 +32786,7 @@ import {
|
|
|
32759
32786
|
ValidateNested as ValidateNested341,
|
|
32760
32787
|
IsDate as IsDate139,
|
|
32761
32788
|
Length as Length302,
|
|
32762
|
-
IsOptional as
|
|
32789
|
+
IsOptional as IsOptional37,
|
|
32763
32790
|
IsArray as IsArray200
|
|
32764
32791
|
} from "class-validator";
|
|
32765
32792
|
|
|
@@ -32831,7 +32858,7 @@ __decorateClass([
|
|
|
32831
32858
|
|
|
32832
32859
|
// src/operativa/procesos/valorizadas_toa/shared/dto/inventario-val-dto.ts
|
|
32833
32860
|
import { Expose as Expose586, Transform as Transform66 } from "class-transformer";
|
|
32834
|
-
import { IsEnum as IsEnum16, IsNotEmpty as IsNotEmpty423, IsNumber as IsNumber369, IsOptional as
|
|
32861
|
+
import { IsEnum as IsEnum16, IsNotEmpty as IsNotEmpty423, IsNumber as IsNumber369, IsOptional as IsOptional36, IsString as IsString473, Length as Length299, Min as Min293 } from "class-validator";
|
|
32835
32862
|
var InventarioValDTO = class {
|
|
32836
32863
|
Descripcion = "";
|
|
32837
32864
|
LoteSAP = "";
|
|
@@ -32845,13 +32872,13 @@ var InventarioValDTO = class {
|
|
|
32845
32872
|
};
|
|
32846
32873
|
__decorateClass([
|
|
32847
32874
|
IsString473({ message: "debe ser un texto" }),
|
|
32848
|
-
|
|
32875
|
+
IsOptional36(),
|
|
32849
32876
|
Length299(0, 250, { message: "debe tener entre 1 y 250 caracteres" }),
|
|
32850
32877
|
Expose586()
|
|
32851
32878
|
], InventarioValDTO.prototype, "Descripcion", 2);
|
|
32852
32879
|
__decorateClass([
|
|
32853
32880
|
IsString473({ message: "debe ser un texto" }),
|
|
32854
|
-
|
|
32881
|
+
IsOptional36(),
|
|
32855
32882
|
Length299(0, 50, { message: "debe tener entre 0 y 50 caracteres" }),
|
|
32856
32883
|
Expose586()
|
|
32857
32884
|
], InventarioValDTO.prototype, "LoteSAP", 2);
|
|
@@ -32863,7 +32890,7 @@ __decorateClass([
|
|
|
32863
32890
|
], InventarioValDTO.prototype, "TipoInventario", 2);
|
|
32864
32891
|
__decorateClass([
|
|
32865
32892
|
IsString473({ message: "debe ser un texto" }),
|
|
32866
|
-
|
|
32893
|
+
IsOptional36(),
|
|
32867
32894
|
Length299(0, 50, { message: "debe tener entre 0 y 50 caracteres" }),
|
|
32868
32895
|
Expose586()
|
|
32869
32896
|
], InventarioValDTO.prototype, "CodigoSAP", 2);
|
|
@@ -32872,7 +32899,7 @@ __decorateClass([
|
|
|
32872
32899
|
Transform66(({ value }) => value ? String(value) : value),
|
|
32873
32900
|
Length299(0, 100, { message: "debe tener entre 0 y 100 caracteres" }),
|
|
32874
32901
|
Expose586(),
|
|
32875
|
-
|
|
32902
|
+
IsOptional36()
|
|
32876
32903
|
], InventarioValDTO.prototype, "NumeroSerie", 2);
|
|
32877
32904
|
__decorateClass([
|
|
32878
32905
|
IsNumber369({}, { message: "debe ser un numero" }),
|
|
@@ -32891,7 +32918,7 @@ __decorateClass([
|
|
|
32891
32918
|
__decorateClass([
|
|
32892
32919
|
IsString473({ message: "debe ser un texto" }),
|
|
32893
32920
|
Length299(0, 50, { message: "debe tener una longitud de 0 a 50" }),
|
|
32894
|
-
|
|
32921
|
+
IsOptional36(),
|
|
32895
32922
|
Expose586()
|
|
32896
32923
|
], InventarioValDTO.prototype, "ID_Recurso", 2);
|
|
32897
32924
|
|
|
@@ -33022,14 +33049,14 @@ __decorateClass([
|
|
|
33022
33049
|
], ValorizadaTOAENTITY.prototype, "Peticion", 2);
|
|
33023
33050
|
__decorateClass([
|
|
33024
33051
|
IsString476({ message: "debe ser un texto" }),
|
|
33025
|
-
|
|
33052
|
+
IsOptional37(),
|
|
33026
33053
|
Length302(0, 50, { message: "debe tener una longitud de 0 a 50" }),
|
|
33027
33054
|
Expose589()
|
|
33028
33055
|
], ValorizadaTOAENTITY.prototype, "AccessId", 2);
|
|
33029
33056
|
__decorateClass([
|
|
33030
33057
|
IsString476({ message: "debe ser un texto" }),
|
|
33031
33058
|
Length302(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
33032
|
-
|
|
33059
|
+
IsOptional37(),
|
|
33033
33060
|
Expose589()
|
|
33034
33061
|
], ValorizadaTOAENTITY.prototype, "FTTX_BAS", 2);
|
|
33035
33062
|
__decorateClass([
|
|
@@ -33054,7 +33081,7 @@ __decorateClass([
|
|
|
33054
33081
|
], ValorizadaTOAENTITY.prototype, "Estado", 2);
|
|
33055
33082
|
__decorateClass([
|
|
33056
33083
|
IsString476({ message: "debe ser un texto" }),
|
|
33057
|
-
|
|
33084
|
+
IsOptional37(),
|
|
33058
33085
|
Length302(0, 100, { message: "debe tener una longitud de 0 a 100" }),
|
|
33059
33086
|
Expose589()
|
|
33060
33087
|
], ValorizadaTOAENTITY.prototype, "Ciudad", 2);
|
|
@@ -33072,12 +33099,12 @@ __decorateClass([
|
|
|
33072
33099
|
IsString476({ message: "debe ser un texto" }),
|
|
33073
33100
|
Length302(0, 100, { message: "debe tener una longitud de 0 a 100" }),
|
|
33074
33101
|
Expose589(),
|
|
33075
|
-
|
|
33102
|
+
IsOptional37()
|
|
33076
33103
|
], ValorizadaTOAENTITY.prototype, "Tipo_Acceso", 2);
|
|
33077
33104
|
__decorateClass([
|
|
33078
33105
|
IsString476({ message: "debe ser un texto" }),
|
|
33079
33106
|
Length302(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
33080
|
-
|
|
33107
|
+
IsOptional37(),
|
|
33081
33108
|
Expose589()
|
|
33082
33109
|
], ValorizadaTOAENTITY.prototype, "FTTX_AP", 2);
|
|
33083
33110
|
__decorateClass([
|
|
@@ -33193,7 +33220,7 @@ __decorateClass([
|
|
|
33193
33220
|
], ValorizadaTOAENTITY.prototype, "Fecha_Liquidacion", 2);
|
|
33194
33221
|
__decorateClass([
|
|
33195
33222
|
IsString476({ message: "debe ser un texto" }),
|
|
33196
|
-
|
|
33223
|
+
IsOptional37(),
|
|
33197
33224
|
Expose589()
|
|
33198
33225
|
], ValorizadaTOAENTITY.prototype, "Reutilizaci\xF3n_de_Drop", 2);
|
|
33199
33226
|
__decorateClass([
|
|
@@ -33268,7 +33295,7 @@ __decorateClass([
|
|
|
33268
33295
|
|
|
33269
33296
|
// src/operativa/procesos/liquidadas_toa/shared/index.ts
|
|
33270
33297
|
import { Expose as Expose594, Type as Type386 } from "class-transformer";
|
|
33271
|
-
import { IsArray as IsArray201, IsNotEmpty as IsNotEmpty431, IsNumber as IsNumber377, IsString as IsString481, Length as Length307, Min as Min301, ValidateNested as ValidateNested342, IsDate as IsDate141, IsOptional as
|
|
33298
|
+
import { IsArray as IsArray201, IsNotEmpty as IsNotEmpty431, IsNumber as IsNumber377, IsString as IsString481, Length as Length307, Min as Min301, ValidateNested as ValidateNested342, IsDate as IsDate141, IsOptional as IsOptional38 } from "class-validator";
|
|
33272
33299
|
|
|
33273
33300
|
// src/operativa/procesos/liquidadas_toa/shared/dto/productos-servicios-dto.ts
|
|
33274
33301
|
import { Expose as Expose590 } from "class-transformer";
|
|
@@ -33526,7 +33553,7 @@ __decorateClass([
|
|
|
33526
33553
|
], LiquidadaTOAENTITY.prototype, "Orden", 2);
|
|
33527
33554
|
__decorateClass([
|
|
33528
33555
|
IsString481({ message: "debe ser un texto" }),
|
|
33529
|
-
|
|
33556
|
+
IsOptional38(),
|
|
33530
33557
|
Length307(0, 50, { message: "debe tener una longitud de 0 a 50" }),
|
|
33531
33558
|
Expose594()
|
|
33532
33559
|
], LiquidadaTOAENTITY.prototype, "AccessId", 2);
|
|
@@ -36268,7 +36295,7 @@ __decorateClass([
|
|
|
36268
36295
|
|
|
36269
36296
|
// src/operativa/procesos/toa_movistar/shared/dto/valorizacion-peru-toa-dto.ts
|
|
36270
36297
|
import { Expose as Expose629 } from "class-transformer";
|
|
36271
|
-
import { IsNumber as IsNumber394, IsOptional as
|
|
36298
|
+
import { IsNumber as IsNumber394, IsOptional as IsOptional39, IsString as IsString512 } from "class-validator";
|
|
36272
36299
|
import "reflect-metadata";
|
|
36273
36300
|
var ValorizacionPeruTOADTO = class {
|
|
36274
36301
|
pbBase = 0;
|
|
@@ -36282,35 +36309,35 @@ var ValorizacionPeruTOADTO = class {
|
|
|
36282
36309
|
__decorateClass([
|
|
36283
36310
|
Expose629(),
|
|
36284
36311
|
IsNumber394(),
|
|
36285
|
-
|
|
36312
|
+
IsOptional39()
|
|
36286
36313
|
], ValorizacionPeruTOADTO.prototype, "pbBase", 2);
|
|
36287
36314
|
__decorateClass([
|
|
36288
36315
|
Expose629(),
|
|
36289
36316
|
IsNumber394(),
|
|
36290
|
-
|
|
36317
|
+
IsOptional39()
|
|
36291
36318
|
], ValorizacionPeruTOADTO.prototype, "pbAdicional", 2);
|
|
36292
36319
|
__decorateClass([
|
|
36293
36320
|
Expose629(),
|
|
36294
|
-
|
|
36321
|
+
IsOptional39()
|
|
36295
36322
|
], ValorizacionPeruTOADTO.prototype, "pbByMaterial", 2);
|
|
36296
36323
|
__decorateClass([
|
|
36297
36324
|
Expose629(),
|
|
36298
|
-
|
|
36325
|
+
IsOptional39()
|
|
36299
36326
|
], ValorizacionPeruTOADTO.prototype, "quantities", 2);
|
|
36300
36327
|
__decorateClass([
|
|
36301
36328
|
Expose629(),
|
|
36302
36329
|
IsString512(),
|
|
36303
|
-
|
|
36330
|
+
IsOptional39()
|
|
36304
36331
|
], ValorizacionPeruTOADTO.prototype, "TABLA", 2);
|
|
36305
36332
|
__decorateClass([
|
|
36306
36333
|
Expose629(),
|
|
36307
36334
|
IsString512(),
|
|
36308
|
-
|
|
36335
|
+
IsOptional39()
|
|
36309
36336
|
], ValorizacionPeruTOADTO.prototype, "Actividad", 2);
|
|
36310
36337
|
__decorateClass([
|
|
36311
36338
|
Expose629(),
|
|
36312
36339
|
IsString512(),
|
|
36313
|
-
|
|
36340
|
+
IsOptional39()
|
|
36314
36341
|
], ValorizacionPeruTOADTO.prototype, "PAQUETE", 2);
|
|
36315
36342
|
|
|
36316
36343
|
// src/operativa/procesos/toa_movistar/shared/dto/estado-proceso-val-peru.ts
|
|
@@ -36356,7 +36383,7 @@ import "reflect-metadata";
|
|
|
36356
36383
|
|
|
36357
36384
|
// src/operativa/procesos/toa_movistar_db/shared/dto/ajuste-reproceso-dto.ts
|
|
36358
36385
|
import { Expose as Expose631, Type as Type400 } from "class-transformer";
|
|
36359
|
-
import { IsDate as IsDate148, IsNumber as IsNumber395, IsOptional as
|
|
36386
|
+
import { IsDate as IsDate148, IsNumber as IsNumber395, IsOptional as IsOptional40, IsString as IsString514, ValidateNested as ValidateNested351 } from "class-validator";
|
|
36360
36387
|
var AjusteReprocesoDTO = class {
|
|
36361
36388
|
PB;
|
|
36362
36389
|
MO;
|
|
@@ -36372,58 +36399,58 @@ var AjusteReprocesoDTO = class {
|
|
|
36372
36399
|
};
|
|
36373
36400
|
__decorateClass([
|
|
36374
36401
|
Expose631(),
|
|
36375
|
-
|
|
36402
|
+
IsOptional40(),
|
|
36376
36403
|
IsNumber395()
|
|
36377
36404
|
], AjusteReprocesoDTO.prototype, "PB", 2);
|
|
36378
36405
|
__decorateClass([
|
|
36379
36406
|
Expose631(),
|
|
36380
|
-
|
|
36407
|
+
IsOptional40(),
|
|
36381
36408
|
IsNumber395()
|
|
36382
36409
|
], AjusteReprocesoDTO.prototype, "MO", 2);
|
|
36383
36410
|
__decorateClass([
|
|
36384
36411
|
Expose631(),
|
|
36385
|
-
|
|
36412
|
+
IsOptional40(),
|
|
36386
36413
|
IsNumber395()
|
|
36387
36414
|
], AjusteReprocesoDTO.prototype, "Gasto_EECC", 2);
|
|
36388
36415
|
__decorateClass([
|
|
36389
36416
|
Expose631(),
|
|
36390
|
-
|
|
36417
|
+
IsOptional40(),
|
|
36391
36418
|
IsString514()
|
|
36392
36419
|
], AjusteReprocesoDTO.prototype, "tecnico", 2);
|
|
36393
36420
|
__decorateClass([
|
|
36394
36421
|
Expose631(),
|
|
36395
|
-
|
|
36422
|
+
IsOptional40(),
|
|
36396
36423
|
IsString514()
|
|
36397
36424
|
], AjusteReprocesoDTO.prototype, "id_recurso", 2);
|
|
36398
36425
|
__decorateClass([
|
|
36399
36426
|
Expose631(),
|
|
36400
|
-
|
|
36427
|
+
IsOptional40(),
|
|
36401
36428
|
ValidateNested351(),
|
|
36402
36429
|
Type400(() => EECCDBTOADTO)
|
|
36403
36430
|
], AjusteReprocesoDTO.prototype, "EECC", 2);
|
|
36404
36431
|
__decorateClass([
|
|
36405
36432
|
Expose631(),
|
|
36406
|
-
|
|
36433
|
+
IsOptional40(),
|
|
36407
36434
|
IsNumber395()
|
|
36408
36435
|
], AjusteReprocesoDTO.prototype, "accessid_origen", 2);
|
|
36409
36436
|
__decorateClass([
|
|
36410
36437
|
Expose631(),
|
|
36411
|
-
|
|
36438
|
+
IsOptional40(),
|
|
36412
36439
|
IsString514()
|
|
36413
36440
|
], AjusteReprocesoDTO.prototype, "_id_orden_origen", 2);
|
|
36414
36441
|
__decorateClass([
|
|
36415
36442
|
Expose631(),
|
|
36416
|
-
|
|
36443
|
+
IsOptional40(),
|
|
36417
36444
|
IsString514()
|
|
36418
36445
|
], AjusteReprocesoDTO.prototype, "numero_de_peticion", 2);
|
|
36419
36446
|
__decorateClass([
|
|
36420
36447
|
Expose631(),
|
|
36421
|
-
|
|
36448
|
+
IsOptional40(),
|
|
36422
36449
|
IsNumber395()
|
|
36423
36450
|
], AjusteReprocesoDTO.prototype, "codigo_de_cliente", 2);
|
|
36424
36451
|
__decorateClass([
|
|
36425
36452
|
Expose631(),
|
|
36426
|
-
|
|
36453
|
+
IsOptional40(),
|
|
36427
36454
|
IsDate148(),
|
|
36428
36455
|
Type400(() => Date)
|
|
36429
36456
|
], AjusteReprocesoDTO.prototype, "fecha_origen", 2);
|
|
@@ -37521,7 +37548,7 @@ import { Expose as Expose648, Transform as Transform77, Type as Type405 } from "
|
|
|
37521
37548
|
|
|
37522
37549
|
// src/operativa/procesos/onnet_fibra/shared/dto/bitacora_de_ordenes.ts
|
|
37523
37550
|
import { Expose as Expose640, Transform as Transform73 } from "class-transformer";
|
|
37524
|
-
import { IsDate as IsDate151, IsDefined as IsDefined176, IsNumber as IsNumber401, IsOptional as
|
|
37551
|
+
import { IsDate as IsDate151, IsDefined as IsDefined176, IsNumber as IsNumber401, IsOptional as IsOptional42, IsString as IsString523 } from "class-validator";
|
|
37525
37552
|
|
|
37526
37553
|
// src/operativa/procesos/onnet_fibra/utils/format_date_onnet_fibra.ts
|
|
37527
37554
|
function formatDateOnnetFibra(date) {
|
|
@@ -37587,13 +37614,13 @@ __decorateClass([
|
|
|
37587
37614
|
Expose640()
|
|
37588
37615
|
], BitacoraDeOrdenesDTO.prototype, "estado", 2);
|
|
37589
37616
|
__decorateClass([
|
|
37590
|
-
|
|
37617
|
+
IsOptional42(),
|
|
37591
37618
|
Transform73(({ value }) => value ? String(value) : ""),
|
|
37592
37619
|
IsString523({ message: "El campo lt debe ser una cadena de texto" }),
|
|
37593
37620
|
Expose640()
|
|
37594
37621
|
], BitacoraDeOrdenesDTO.prototype, "lt", 2);
|
|
37595
37622
|
__decorateClass([
|
|
37596
|
-
|
|
37623
|
+
IsOptional42(),
|
|
37597
37624
|
IsNumber401({}, { message: "El campo id_orden_mantenimiento_anexo debe ser un n\xFAmero" }),
|
|
37598
37625
|
Transform73(({ value }) => typeof value === "number" && !isNaN(value) ? Number(value) : 0),
|
|
37599
37626
|
Expose640()
|
|
@@ -37604,7 +37631,7 @@ __decorateClass([
|
|
|
37604
37631
|
Expose640()
|
|
37605
37632
|
], BitacoraDeOrdenesDTO.prototype, "contratista", 2);
|
|
37606
37633
|
__decorateClass([
|
|
37607
|
-
|
|
37634
|
+
IsOptional42(),
|
|
37608
37635
|
IsNumber401({}, { message: "El campo cantidad_clientes_afectados debe ser un n\xFAmero" }),
|
|
37609
37636
|
Transform73(({ value }) => typeof value === "number" && !isNaN(value) ? Number(value) : 0),
|
|
37610
37637
|
Expose640()
|
|
@@ -37640,13 +37667,13 @@ __decorateClass([
|
|
|
37640
37667
|
Expose640()
|
|
37641
37668
|
], BitacoraDeOrdenesDTO.prototype, "impacto", 2);
|
|
37642
37669
|
__decorateClass([
|
|
37643
|
-
|
|
37670
|
+
IsOptional42(),
|
|
37644
37671
|
IsString523({ message: "El campo tecnologia debe ser una cadena de texto" }),
|
|
37645
37672
|
Transform73(({ value }) => typeof value !== "string" ? "" : String(value)),
|
|
37646
37673
|
Expose640()
|
|
37647
37674
|
], BitacoraDeOrdenesDTO.prototype, "tecnologia", 2);
|
|
37648
37675
|
__decorateClass([
|
|
37649
|
-
|
|
37676
|
+
IsOptional42(),
|
|
37650
37677
|
IsString523({ message: "El campo olt debe ser una cadena de texto" }),
|
|
37651
37678
|
Transform73(({ value }) => typeof value !== "string" ? "" : String(value)),
|
|
37652
37679
|
Expose640()
|
|
@@ -37702,7 +37729,7 @@ __decorateClass([
|
|
|
37702
37729
|
Expose640()
|
|
37703
37730
|
], BitacoraDeOrdenesDTO.prototype, "tipo_orden", 2);
|
|
37704
37731
|
__decorateClass([
|
|
37705
|
-
|
|
37732
|
+
IsOptional42(),
|
|
37706
37733
|
Transform73(({ value }) => formatDateOnnetFibra(value)),
|
|
37707
37734
|
IsDate151({ message: "El campo fecha_instalacion debe ser FECHA" }),
|
|
37708
37735
|
Expose640()
|
|
@@ -37723,30 +37750,30 @@ __decorateClass([
|
|
|
37723
37750
|
Expose640()
|
|
37724
37751
|
], BitacoraDeOrdenesDTO.prototype, "tipo_contrato", 2);
|
|
37725
37752
|
__decorateClass([
|
|
37726
|
-
|
|
37753
|
+
IsOptional42(),
|
|
37727
37754
|
IsString523({ message: "El campo puerto_pon debe ser una cadena de texto" }),
|
|
37728
37755
|
Transform73(({ value }) => typeof value !== "string" ? "" : String(value)),
|
|
37729
37756
|
Expose640()
|
|
37730
37757
|
], BitacoraDeOrdenesDTO.prototype, "puerto_pon", 2);
|
|
37731
37758
|
__decorateClass([
|
|
37732
|
-
|
|
37759
|
+
IsOptional42(),
|
|
37733
37760
|
IsString523({ message: "El campo nombre_especialidad debe ser una cadena de texto" }),
|
|
37734
37761
|
Expose640()
|
|
37735
37762
|
], BitacoraDeOrdenesDTO.prototype, "nombre_especialidad", 2);
|
|
37736
37763
|
__decorateClass([
|
|
37737
|
-
|
|
37764
|
+
IsOptional42({ message: "El campo cliente es opcional" }),
|
|
37738
37765
|
Transform73(({ value }) => typeof value !== "string" ? "" : String(value)),
|
|
37739
37766
|
IsString523({ message: "El campo cliente debe ser una cadena de texto" }),
|
|
37740
37767
|
Expose640()
|
|
37741
37768
|
], BitacoraDeOrdenesDTO.prototype, "cliente", 2);
|
|
37742
37769
|
__decorateClass([
|
|
37743
|
-
|
|
37770
|
+
IsOptional42({ message: "El campo comuna es opcional" }),
|
|
37744
37771
|
Transform73(({ value }) => typeof value !== "string" ? "" : String(value)),
|
|
37745
37772
|
IsString523({ message: "El campo comuna debe ser una cadena de texto" }),
|
|
37746
37773
|
Expose640()
|
|
37747
37774
|
], BitacoraDeOrdenesDTO.prototype, "comuna", 2);
|
|
37748
37775
|
__decorateClass([
|
|
37749
|
-
|
|
37776
|
+
IsOptional42({ message: "El campo pep es opcional" }),
|
|
37750
37777
|
IsString523({ message: "El campo pep debe ser una cadena de texto" }),
|
|
37751
37778
|
Transform73(({ value }) => typeof value !== "string" ? "" : String(value)),
|
|
37752
37779
|
Expose640()
|
|
@@ -37756,38 +37783,38 @@ __decorateClass([
|
|
|
37756
37783
|
Expose640()
|
|
37757
37784
|
], BitacoraDeOrdenesDTO.prototype, "observacion", 2);
|
|
37758
37785
|
__decorateClass([
|
|
37759
|
-
|
|
37786
|
+
IsOptional42({ message: "El campo proyecto es opcional" }),
|
|
37760
37787
|
IsString523({ message: "El campo proyecto debe ser una cadena de texto" }),
|
|
37761
37788
|
Expose640()
|
|
37762
37789
|
], BitacoraDeOrdenesDTO.prototype, "proyecto", 2);
|
|
37763
37790
|
__decorateClass([
|
|
37764
|
-
|
|
37791
|
+
IsOptional42({ message: "El campo producto es opcional" }),
|
|
37765
37792
|
IsString523({ message: "El campo producto debe ser una cadena de texto" }),
|
|
37766
37793
|
Expose640()
|
|
37767
37794
|
], BitacoraDeOrdenesDTO.prototype, "producto", 2);
|
|
37768
37795
|
__decorateClass([
|
|
37769
|
-
|
|
37796
|
+
IsOptional42({ message: "El campo sub_tipo_orden es opcional" }),
|
|
37770
37797
|
IsString523({ message: "El campo sub_tipo_orden debe ser una cadena de texto" }),
|
|
37771
37798
|
Expose640()
|
|
37772
37799
|
], BitacoraDeOrdenesDTO.prototype, "sub_tipo_orden", 2);
|
|
37773
37800
|
__decorateClass([
|
|
37774
|
-
|
|
37801
|
+
IsOptional42({ message: "El campo nombre_tecnico es opcional" }),
|
|
37775
37802
|
IsString523({ message: "El campo nombre_tecnico debe ser una cadena de texto" }),
|
|
37776
37803
|
Expose640()
|
|
37777
37804
|
], BitacoraDeOrdenesDTO.prototype, "nombre_tecnico", 2);
|
|
37778
37805
|
__decorateClass([
|
|
37779
|
-
|
|
37806
|
+
IsOptional42(),
|
|
37780
37807
|
IsNumber401({}, { message: "El campo capacidad_cable debe ser una cadena de texto" }),
|
|
37781
37808
|
Transform73(({ value }) => isNaN(value) ? 0 : Number(value)),
|
|
37782
37809
|
Expose640()
|
|
37783
37810
|
], BitacoraDeOrdenesDTO.prototype, "capacidad_cable", 2);
|
|
37784
37811
|
__decorateClass([
|
|
37785
|
-
|
|
37812
|
+
IsOptional42({ message: "El campo sintoma es opcional" }),
|
|
37786
37813
|
IsNumber401({}, { message: "El campo sintoma debe ser un n\xFAmero" }),
|
|
37787
37814
|
Expose640()
|
|
37788
37815
|
], BitacoraDeOrdenesDTO.prototype, "sintoma", 2);
|
|
37789
37816
|
__decorateClass([
|
|
37790
|
-
|
|
37817
|
+
IsOptional42({ message: "El campo mensaje_contingencia es opcional" }),
|
|
37791
37818
|
IsString523({ message: "El campo mensaje_contingencia debe ser una cadena de texto" }),
|
|
37792
37819
|
Expose640()
|
|
37793
37820
|
], BitacoraDeOrdenesDTO.prototype, "mensaje_contingencia", 2);
|
|
@@ -37942,7 +37969,7 @@ import { IsArray as IsArray208, IsDefined as IsDefined182, IsString as IsString5
|
|
|
37942
37969
|
|
|
37943
37970
|
// src/operativa/procesos/onnet_fibra/shared/dto/detail-maintenance-order/detalle_orden_real_dto.ts
|
|
37944
37971
|
import { Expose as Expose643, Transform as Transform75, Type as Type403 } from "class-transformer";
|
|
37945
|
-
import { IsDefined as IsDefined179, IsNumber as IsNumber404, IsOptional as
|
|
37972
|
+
import { IsDefined as IsDefined179, IsNumber as IsNumber404, IsOptional as IsOptional43, IsString as IsString526 } from "class-validator";
|
|
37946
37973
|
var DetalleOrdenRealDTO = class {
|
|
37947
37974
|
descripcion = "";
|
|
37948
37975
|
tipo = "";
|
|
@@ -37989,7 +38016,7 @@ __decorateClass([
|
|
|
37989
38016
|
Expose643()
|
|
37990
38017
|
], DetalleOrdenRealDTO.prototype, "id_orden_mantenimiento_real", 2);
|
|
37991
38018
|
__decorateClass([
|
|
37992
|
-
|
|
38019
|
+
IsOptional43({ message: "El campo tecnico es requerido" }),
|
|
37993
38020
|
IsString526({ message: "El campo tecnico debe ser una cadena de texto" }),
|
|
37994
38021
|
Transform75(({ value }) => typeof value !== "string" ? "" : String(value)),
|
|
37995
38022
|
Expose643()
|
|
@@ -38004,14 +38031,14 @@ __decorateClass([
|
|
|
38004
38031
|
Expose643()
|
|
38005
38032
|
], DetalleOrdenRealDTO.prototype, "cantidad", 2);
|
|
38006
38033
|
__decorateClass([
|
|
38007
|
-
|
|
38034
|
+
IsOptional43({ message: "El campo contrato es opcional" }),
|
|
38008
38035
|
IsString526({ message: "El campo contrato debe ser una cadena de texto" }),
|
|
38009
38036
|
Transform75(({ value }) => typeof value !== "string" ? "" : String(value)),
|
|
38010
38037
|
Expose643()
|
|
38011
38038
|
], DetalleOrdenRealDTO.prototype, "contrato", 2);
|
|
38012
38039
|
__decorateClass([
|
|
38013
38040
|
Type403(() => CodigoNombreDTO),
|
|
38014
|
-
|
|
38041
|
+
IsOptional43(),
|
|
38015
38042
|
Transform75(({ value }) => value ?? new CodigoNombreDTO()),
|
|
38016
38043
|
Expose643()
|
|
38017
38044
|
], DetalleOrdenRealDTO.prototype, "especialidad", 2);
|
|
@@ -41494,7 +41521,7 @@ __decorateClass([
|
|
|
41494
41521
|
|
|
41495
41522
|
// src/operativa/procesos/tuves/shared/dto/ordenes_instalaciones_dto.ts
|
|
41496
41523
|
import { Expose as Expose669, Type as Type421 } from "class-transformer";
|
|
41497
|
-
import { IsDate as IsDate165, IsDefined as IsDefined204, IsNumber as IsNumber428, IsOptional as
|
|
41524
|
+
import { IsDate as IsDate165, IsDefined as IsDefined204, IsNumber as IsNumber428, IsOptional as IsOptional45, IsString as IsString552 } from "class-validator";
|
|
41498
41525
|
var OrdenesInstalacionDTO = class {
|
|
41499
41526
|
EMPRESA = "";
|
|
41500
41527
|
FECHA_INGRESO = /* @__PURE__ */ new Date();
|
|
@@ -41683,25 +41710,25 @@ __decorateClass([
|
|
|
41683
41710
|
__decorateClass([
|
|
41684
41711
|
Expose669(),
|
|
41685
41712
|
ForceString(),
|
|
41686
|
-
|
|
41713
|
+
IsOptional45(),
|
|
41687
41714
|
IsString552()
|
|
41688
41715
|
], OrdenesInstalacionDTO.prototype, "TECCOD", 2);
|
|
41689
41716
|
__decorateClass([
|
|
41690
41717
|
Expose669(),
|
|
41691
41718
|
ForceString(),
|
|
41692
|
-
|
|
41719
|
+
IsOptional45(),
|
|
41693
41720
|
IsString552()
|
|
41694
41721
|
], OrdenesInstalacionDTO.prototype, "TECNICO", 2);
|
|
41695
41722
|
__decorateClass([
|
|
41696
41723
|
Expose669(),
|
|
41697
41724
|
ForceString(),
|
|
41698
|
-
|
|
41725
|
+
IsOptional45(),
|
|
41699
41726
|
IsString552()
|
|
41700
41727
|
], OrdenesInstalacionDTO.prototype, "FINALIZA_ONLINE", 2);
|
|
41701
41728
|
|
|
41702
41729
|
// src/operativa/procesos/tuves/shared/dto/reclamos_distribuidor_dto.ts
|
|
41703
41730
|
import { Expose as Expose670 } from "class-transformer";
|
|
41704
|
-
import { IsDefined as IsDefined205, IsNumber as IsNumber429, IsOptional as
|
|
41731
|
+
import { IsDefined as IsDefined205, IsNumber as IsNumber429, IsOptional as IsOptional46, IsString as IsString553 } from "class-validator";
|
|
41705
41732
|
var ReclamosDistribuidorDTO = class {
|
|
41706
41733
|
FECHA = /* @__PURE__ */ new Date(0);
|
|
41707
41734
|
PERMISOR = 0;
|
|
@@ -41859,7 +41886,7 @@ __decorateClass([
|
|
|
41859
41886
|
__decorateClass([
|
|
41860
41887
|
Expose670(),
|
|
41861
41888
|
ForceString(),
|
|
41862
|
-
|
|
41889
|
+
IsOptional46(),
|
|
41863
41890
|
IsString553()
|
|
41864
41891
|
], ReclamosDistribuidorDTO.prototype, "OBS_ORIGINAL", 2);
|
|
41865
41892
|
__decorateClass([
|
|
@@ -42320,7 +42347,7 @@ __decorateClass([
|
|
|
42320
42347
|
], TuvesOrdEqFinalizadasDTO.prototype, "FECHA", 2);
|
|
42321
42348
|
|
|
42322
42349
|
// src/operativa/procesos/tuves/shared/dto/tuves_ord_recl_mat_descargado_dto.ts
|
|
42323
|
-
import { IsDate as IsDate168, IsDefined as IsDefined208, IsNumber as IsNumber432, IsOptional as
|
|
42350
|
+
import { IsDate as IsDate168, IsDefined as IsDefined208, IsNumber as IsNumber432, IsOptional as IsOptional47, IsString as IsString556 } from "class-validator";
|
|
42324
42351
|
import { Expose as Expose673, Type as Type422 } from "class-transformer";
|
|
42325
42352
|
var TUVESOrdReclMatDescargadoDTO = class {
|
|
42326
42353
|
EMPRESA = "";
|
|
@@ -42510,19 +42537,19 @@ __decorateClass([
|
|
|
42510
42537
|
__decorateClass([
|
|
42511
42538
|
Expose673(),
|
|
42512
42539
|
ForceString(),
|
|
42513
|
-
|
|
42540
|
+
IsOptional47(),
|
|
42514
42541
|
IsString556()
|
|
42515
42542
|
], TUVESOrdReclMatDescargadoDTO.prototype, "TECCOD", 2);
|
|
42516
42543
|
__decorateClass([
|
|
42517
42544
|
Expose673(),
|
|
42518
42545
|
ForceString(),
|
|
42519
|
-
|
|
42546
|
+
IsOptional47(),
|
|
42520
42547
|
IsString556()
|
|
42521
42548
|
], TUVESOrdReclMatDescargadoDTO.prototype, "TECNICO", 2);
|
|
42522
42549
|
__decorateClass([
|
|
42523
42550
|
Expose673(),
|
|
42524
42551
|
ForceString(),
|
|
42525
|
-
|
|
42552
|
+
IsOptional47(),
|
|
42526
42553
|
IsString556()
|
|
42527
42554
|
], TUVESOrdReclMatDescargadoDTO.prototype, "FINALIZA_ONLINE", 2);
|
|
42528
42555
|
|
|
@@ -43441,7 +43468,7 @@ __decorateClass([
|
|
|
43441
43468
|
|
|
43442
43469
|
// src/operativa/procesos/somacyl_order/shared/dto/valorizacion-somacyl-dto.ts
|
|
43443
43470
|
import { Expose as Expose682 } from "class-transformer";
|
|
43444
|
-
import { IsNumber as IsNumber440, IsOptional as
|
|
43471
|
+
import { IsNumber as IsNumber440, IsOptional as IsOptional48 } from "class-validator";
|
|
43445
43472
|
import "reflect-metadata";
|
|
43446
43473
|
var ValorizacionSomacylDTO = class {
|
|
43447
43474
|
pbBase = 0;
|
|
@@ -43450,12 +43477,12 @@ var ValorizacionSomacylDTO = class {
|
|
|
43450
43477
|
__decorateClass([
|
|
43451
43478
|
Expose682(),
|
|
43452
43479
|
IsNumber440(),
|
|
43453
|
-
|
|
43480
|
+
IsOptional48()
|
|
43454
43481
|
], ValorizacionSomacylDTO.prototype, "pbBase", 2);
|
|
43455
43482
|
__decorateClass([
|
|
43456
43483
|
Expose682(),
|
|
43457
43484
|
IsNumber440(),
|
|
43458
|
-
|
|
43485
|
+
IsOptional48()
|
|
43459
43486
|
], ValorizacionSomacylDTO.prototype, "pbAdicional", 2);
|
|
43460
43487
|
|
|
43461
43488
|
// src/operativa/procesos/somacyl_order/shared/dto/estado-proceso-val-somacyl.ts
|