sigo-entities 0.0.93 → 0.0.95
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/README.md +4 -4
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +113 -69
- package/dist/index.mjs +127 -82
- package/package.json +27 -27
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# sigo-entities
|
|
2
|
-
Desarrollo de modelos de datos SIGO
|
|
3
|
-
npm i sigo-entities@latest
|
|
4
|
-
## Test
|
|
1
|
+
# sigo-entities
|
|
2
|
+
Desarrollo de modelos de datos SIGO
|
|
3
|
+
npm i sigo-entities@latest
|
|
4
|
+
## Test
|
package/dist/index.d.mts
CHANGED
|
@@ -1765,8 +1765,8 @@ declare class LiquidadaTOAENTITY {
|
|
|
1765
1765
|
Fecha_Reclamo: Date;
|
|
1766
1766
|
Fecha_Cita: Date;
|
|
1767
1767
|
Fecha_Liquidacion: Date;
|
|
1768
|
-
SLA_Inicio:
|
|
1769
|
-
SLA_Fin:
|
|
1768
|
+
SLA_Inicio: string;
|
|
1769
|
+
SLA_Fin: string;
|
|
1770
1770
|
TICA: string;
|
|
1771
1771
|
Segmento: string;
|
|
1772
1772
|
Capacidad: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1765,8 +1765,8 @@ declare class LiquidadaTOAENTITY {
|
|
|
1765
1765
|
Fecha_Reclamo: Date;
|
|
1766
1766
|
Fecha_Cita: Date;
|
|
1767
1767
|
Fecha_Liquidacion: Date;
|
|
1768
|
-
SLA_Inicio:
|
|
1769
|
-
SLA_Fin:
|
|
1768
|
+
SLA_Inicio: string;
|
|
1769
|
+
SLA_Fin: string;
|
|
1770
1770
|
TICA: string;
|
|
1771
1771
|
Segmento: string;
|
|
1772
1772
|
Capacidad: string;
|
package/dist/index.js
CHANGED
|
@@ -8216,17 +8216,17 @@ var Cliente_ContratistaDTO = class {
|
|
|
8216
8216
|
};
|
|
8217
8217
|
__decorateClass([
|
|
8218
8218
|
(0, import_class_validator143.IsString)({ message: "debe ser un texto" }),
|
|
8219
|
-
(0, import_class_validator143.
|
|
8219
|
+
(0, import_class_validator143.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8220
8220
|
(0, import_class_transformer143.Expose)()
|
|
8221
8221
|
], Cliente_ContratistaDTO.prototype, "RUC", 2);
|
|
8222
8222
|
__decorateClass([
|
|
8223
8223
|
(0, import_class_validator143.IsString)({ message: "debe ser un texto" }),
|
|
8224
|
-
(0, import_class_validator143.
|
|
8224
|
+
(0, import_class_validator143.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8225
8225
|
(0, import_class_transformer143.Expose)()
|
|
8226
8226
|
], Cliente_ContratistaDTO.prototype, "RazonSocial", 2);
|
|
8227
8227
|
__decorateClass([
|
|
8228
8228
|
(0, import_class_validator143.IsString)({ message: "debe ser un texto" }),
|
|
8229
|
-
(0, import_class_validator143.
|
|
8229
|
+
(0, import_class_validator143.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8230
8230
|
(0, import_class_transformer143.Expose)()
|
|
8231
8231
|
], Cliente_ContratistaDTO.prototype, "TipoEmpresa", 2);
|
|
8232
8232
|
|
|
@@ -8258,17 +8258,17 @@ var EmpresaValDTO = class {
|
|
|
8258
8258
|
};
|
|
8259
8259
|
__decorateClass([
|
|
8260
8260
|
(0, import_class_validator145.IsString)({ message: "debe ser un texto" }),
|
|
8261
|
-
(0, import_class_validator145.
|
|
8261
|
+
(0, import_class_validator145.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8262
8262
|
(0, import_class_transformer145.Expose)()
|
|
8263
8263
|
], EmpresaValDTO.prototype, "RUC", 2);
|
|
8264
8264
|
__decorateClass([
|
|
8265
8265
|
(0, import_class_validator145.IsString)({ message: "debe ser un texto" }),
|
|
8266
|
-
(0, import_class_validator145.
|
|
8266
|
+
(0, import_class_validator145.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8267
8267
|
(0, import_class_transformer145.Expose)()
|
|
8268
8268
|
], EmpresaValDTO.prototype, "RazonSocial", 2);
|
|
8269
8269
|
__decorateClass([
|
|
8270
8270
|
(0, import_class_validator145.IsString)({ message: "debe ser un texto" }),
|
|
8271
|
-
(0, import_class_validator145.
|
|
8271
|
+
(0, import_class_validator145.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8272
8272
|
(0, import_class_transformer145.Expose)()
|
|
8273
8273
|
], EmpresaValDTO.prototype, "TipoEmpresa", 2);
|
|
8274
8274
|
|
|
@@ -8443,15 +8443,17 @@ __decorateClass([
|
|
|
8443
8443
|
], ValorizadaTOAENTITY.prototype, "AccessId", 2);
|
|
8444
8444
|
__decorateClass([
|
|
8445
8445
|
(0, import_class_validator149.IsString)({ message: "debe ser un texto" }),
|
|
8446
|
+
(0, import_class_validator149.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8446
8447
|
(0, import_class_transformer149.Expose)()
|
|
8447
8448
|
], ValorizadaTOAENTITY.prototype, "FTTX_BAS", 2);
|
|
8448
8449
|
__decorateClass([
|
|
8449
8450
|
(0, import_class_validator149.IsString)({ message: "debe ser un texto" }),
|
|
8451
|
+
(0, import_class_validator149.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8450
8452
|
(0, import_class_transformer149.Expose)()
|
|
8451
8453
|
], ValorizadaTOAENTITY.prototype, "Tipo_Trabajo", 2);
|
|
8452
8454
|
__decorateClass([
|
|
8453
8455
|
(0, import_class_validator149.IsString)({ message: "debe ser un texto" }),
|
|
8454
|
-
(0, import_class_validator149.
|
|
8456
|
+
(0, import_class_validator149.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8455
8457
|
(0, import_class_transformer149.Expose)()
|
|
8456
8458
|
], ValorizadaTOAENTITY.prototype, "TipoTrabajo", 2);
|
|
8457
8459
|
__decorateClass([
|
|
@@ -8476,6 +8478,7 @@ __decorateClass([
|
|
|
8476
8478
|
], ValorizadaTOAENTITY.prototype, "Actividad", 2);
|
|
8477
8479
|
__decorateClass([
|
|
8478
8480
|
(0, import_class_validator149.IsString)({ message: "debe ser un texto" }),
|
|
8481
|
+
(0, import_class_validator149.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8479
8482
|
(0, import_class_transformer149.Expose)()
|
|
8480
8483
|
], ValorizadaTOAENTITY.prototype, "FTTX_AP", 2);
|
|
8481
8484
|
__decorateClass([
|
|
@@ -8677,7 +8680,7 @@ var ProductosServiciosLiqDTO = class {
|
|
|
8677
8680
|
__decorateClass([
|
|
8678
8681
|
(0, import_class_validator150.IsString)({ message: "debe ser un texto" }),
|
|
8679
8682
|
(0, import_class_validator150.IsNotEmpty)({ message: "es requerido" }),
|
|
8680
|
-
(0, import_class_validator150.Length)(1,
|
|
8683
|
+
(0, import_class_validator150.Length)(1, 250, { message: "debe tener entre 1 y 250 caracteres" }),
|
|
8681
8684
|
(0, import_class_transformer150.Expose)()
|
|
8682
8685
|
], ProductosServiciosLiqDTO.prototype, "Codigo", 2);
|
|
8683
8686
|
__decorateClass([
|
|
@@ -8688,19 +8691,20 @@ __decorateClass([
|
|
|
8688
8691
|
__decorateClass([
|
|
8689
8692
|
(0, import_class_validator150.IsString)({ message: "debe ser un texto" }),
|
|
8690
8693
|
(0, import_class_validator150.IsNotEmpty)({ message: "es requerido" }),
|
|
8691
|
-
(0, import_class_validator150.Length)(1,
|
|
8694
|
+
(0, import_class_validator150.Length)(1, 250, { message: "debe tener entre 1 y 250 caracteres" }),
|
|
8692
8695
|
(0, import_class_transformer150.Expose)()
|
|
8693
8696
|
], ProductosServiciosLiqDTO.prototype, "Familia", 2);
|
|
8694
8697
|
__decorateClass([
|
|
8695
8698
|
(0, import_class_validator150.IsString)({ message: "debe ser un texto" }),
|
|
8696
8699
|
(0, import_class_validator150.IsNotEmpty)({ message: "es requerido" }),
|
|
8697
|
-
(0, import_class_validator150.Length)(1,
|
|
8700
|
+
(0, import_class_validator150.Length)(1, 250, { message: "debe tener entre 1 y 250 caracteres" }),
|
|
8698
8701
|
(0, import_class_transformer150.Expose)()
|
|
8699
8702
|
], ProductosServiciosLiqDTO.prototype, "OperacionComercial", 2);
|
|
8700
8703
|
__decorateClass([
|
|
8701
8704
|
(0, import_class_validator150.IsNumber)({}, { message: "debe ser un numero" }),
|
|
8702
8705
|
(0, import_class_validator150.IsNotEmpty)({ message: "es requerido" }),
|
|
8703
|
-
(0, import_class_transformer150.Expose)()
|
|
8706
|
+
(0, import_class_transformer150.Expose)(),
|
|
8707
|
+
(0, import_class_validator150.Min)(0)
|
|
8704
8708
|
], ProductosServiciosLiqDTO.prototype, "Cantidad", 2);
|
|
8705
8709
|
|
|
8706
8710
|
// src/operativa/procesos/liquidadas_toa/shared/dto/inventario-liq-dto.ts
|
|
@@ -8717,7 +8721,7 @@ var InventarioLiqDTO = class {
|
|
|
8717
8721
|
__decorateClass([
|
|
8718
8722
|
(0, import_class_validator151.IsString)({ message: "debe ser un texto" }),
|
|
8719
8723
|
(0, import_class_validator151.IsNotEmpty)({ message: "es requerido" }),
|
|
8720
|
-
(0, import_class_validator151.Length)(1,
|
|
8724
|
+
(0, import_class_validator151.Length)(1, 250, { message: "debe tener entre 1 y 250 caracteres" }),
|
|
8721
8725
|
(0, import_class_transformer151.Expose)()
|
|
8722
8726
|
], InventarioLiqDTO.prototype, "Descripcion", 2);
|
|
8723
8727
|
__decorateClass([
|
|
@@ -8747,7 +8751,8 @@ __decorateClass([
|
|
|
8747
8751
|
__decorateClass([
|
|
8748
8752
|
(0, import_class_validator151.IsNumber)({}, { message: "debe ser un numero" }),
|
|
8749
8753
|
(0, import_class_validator151.IsNotEmpty)({ message: "es requerido" }),
|
|
8750
|
-
(0, import_class_transformer151.Expose)()
|
|
8754
|
+
(0, import_class_transformer151.Expose)(),
|
|
8755
|
+
(0, import_class_validator151.Min)(0)
|
|
8751
8756
|
], InventarioLiqDTO.prototype, "Cantidad", 2);
|
|
8752
8757
|
|
|
8753
8758
|
// src/operativa/procesos/liquidadas_toa/shared/dto/bitacora-liq-dto.ts
|
|
@@ -8761,12 +8766,13 @@ var BitacoraLiqDTO = class {
|
|
|
8761
8766
|
__decorateClass([
|
|
8762
8767
|
(0, import_class_validator152.IsNumber)({}, { message: "debe ser un numero" }),
|
|
8763
8768
|
(0, import_class_validator152.IsNotEmpty)({ message: "es requerido" }),
|
|
8764
|
-
(0, import_class_transformer152.Expose)()
|
|
8769
|
+
(0, import_class_transformer152.Expose)(),
|
|
8770
|
+
(0, import_class_validator152.Min)(0)
|
|
8765
8771
|
], BitacoraLiqDTO.prototype, "ID_Estado", 2);
|
|
8766
8772
|
__decorateClass([
|
|
8767
8773
|
(0, import_class_validator152.IsString)({ message: "debe ser un texto" }),
|
|
8768
8774
|
(0, import_class_validator152.IsNotEmpty)({ message: "es requerido" }),
|
|
8769
|
-
(0, import_class_validator152.Length)(
|
|
8775
|
+
(0, import_class_validator152.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8770
8776
|
(0, import_class_transformer152.Expose)()
|
|
8771
8777
|
], BitacoraLiqDTO.prototype, "Estado", 2);
|
|
8772
8778
|
__decorateClass([
|
|
@@ -8785,10 +8791,12 @@ var EstadoLiqDTO = class {
|
|
|
8785
8791
|
__decorateClass([
|
|
8786
8792
|
(0, import_class_validator153.IsNumber)({}, { message: "debe ser un numero" }),
|
|
8787
8793
|
(0, import_class_validator153.IsNotEmpty)({ message: "es requerido" }),
|
|
8788
|
-
(0, import_class_transformer153.Expose)()
|
|
8794
|
+
(0, import_class_transformer153.Expose)(),
|
|
8795
|
+
(0, import_class_validator153.Min)(0)
|
|
8789
8796
|
], EstadoLiqDTO.prototype, "ID_Estado", 2);
|
|
8790
8797
|
__decorateClass([
|
|
8791
8798
|
(0, import_class_validator153.IsString)({ message: "debe ser un texto" }),
|
|
8799
|
+
(0, import_class_validator153.Length)(0, 50, { message: "debe tener una longitud de 0 a 50" }),
|
|
8792
8800
|
(0, import_class_validator153.IsNotEmpty)({ message: "es requerido" }),
|
|
8793
8801
|
(0, import_class_transformer153.Expose)()
|
|
8794
8802
|
], EstadoLiqDTO.prototype, "Estado", 2);
|
|
@@ -8828,8 +8836,8 @@ var LiquidadaTOAENTITY = class {
|
|
|
8828
8836
|
Fecha_Reclamo = /* @__PURE__ */ new Date();
|
|
8829
8837
|
Fecha_Cita = /* @__PURE__ */ new Date();
|
|
8830
8838
|
Fecha_Liquidacion = /* @__PURE__ */ new Date();
|
|
8831
|
-
SLA_Inicio =
|
|
8832
|
-
SLA_Fin =
|
|
8839
|
+
SLA_Inicio = "";
|
|
8840
|
+
SLA_Fin = "";
|
|
8833
8841
|
TICA = "";
|
|
8834
8842
|
Segmento = "";
|
|
8835
8843
|
Capacidad = "";
|
|
@@ -8881,7 +8889,7 @@ __decorateClass([
|
|
|
8881
8889
|
], LiquidadaTOAENTITY.prototype, "Delegacion", 2);
|
|
8882
8890
|
__decorateClass([
|
|
8883
8891
|
(0, import_class_validator154.IsString)({ message: "debe ser un texto" }),
|
|
8884
|
-
(0, import_class_validator154.
|
|
8892
|
+
(0, import_class_validator154.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8885
8893
|
(0, import_class_transformer154.Expose)()
|
|
8886
8894
|
], LiquidadaTOAENTITY.prototype, "Tecnico", 2);
|
|
8887
8895
|
__decorateClass([
|
|
@@ -8891,12 +8899,12 @@ __decorateClass([
|
|
|
8891
8899
|
], LiquidadaTOAENTITY.prototype, "ID_Recurso", 2);
|
|
8892
8900
|
__decorateClass([
|
|
8893
8901
|
(0, import_class_validator154.IsString)({ message: "debe ser un texto" }),
|
|
8894
|
-
(0, import_class_validator154.
|
|
8902
|
+
(0, import_class_validator154.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8895
8903
|
(0, import_class_transformer154.Expose)()
|
|
8896
8904
|
], LiquidadaTOAENTITY.prototype, "Peticion", 2);
|
|
8897
8905
|
__decorateClass([
|
|
8898
8906
|
(0, import_class_validator154.IsString)({ message: "debe ser un texto" }),
|
|
8899
|
-
(0, import_class_validator154.
|
|
8907
|
+
(0, import_class_validator154.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8900
8908
|
(0, import_class_transformer154.Expose)()
|
|
8901
8909
|
], LiquidadaTOAENTITY.prototype, "Orden", 2);
|
|
8902
8910
|
__decorateClass([
|
|
@@ -8906,12 +8914,12 @@ __decorateClass([
|
|
|
8906
8914
|
], LiquidadaTOAENTITY.prototype, "AccessId", 2);
|
|
8907
8915
|
__decorateClass([
|
|
8908
8916
|
(0, import_class_validator154.IsString)({ message: "debe ser un texto" }),
|
|
8909
|
-
(0, import_class_validator154.
|
|
8917
|
+
(0, import_class_validator154.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8910
8918
|
(0, import_class_transformer154.Expose)()
|
|
8911
8919
|
], LiquidadaTOAENTITY.prototype, "DPX", 2);
|
|
8912
8920
|
__decorateClass([
|
|
8913
8921
|
(0, import_class_validator154.IsString)({ message: "debe ser un texto" }),
|
|
8914
|
-
(0, import_class_validator154.
|
|
8922
|
+
(0, import_class_validator154.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8915
8923
|
(0, import_class_transformer154.Expose)()
|
|
8916
8924
|
], LiquidadaTOAENTITY.prototype, "DPY", 2);
|
|
8917
8925
|
__decorateClass([
|
|
@@ -8921,40 +8929,42 @@ __decorateClass([
|
|
|
8921
8929
|
], LiquidadaTOAENTITY.prototype, "PVA", 2);
|
|
8922
8930
|
__decorateClass([
|
|
8923
8931
|
(0, import_class_validator154.IsString)({ message: "debe ser un texto" }),
|
|
8924
|
-
(0, import_class_validator154.
|
|
8932
|
+
(0, import_class_validator154.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8925
8933
|
(0, import_class_transformer154.Expose)()
|
|
8926
8934
|
], LiquidadaTOAENTITY.prototype, "Agencia", 2);
|
|
8927
8935
|
__decorateClass([
|
|
8928
8936
|
(0, import_class_validator154.IsString)({ message: "debe ser un texto" }),
|
|
8929
|
-
(0, import_class_validator154.
|
|
8937
|
+
(0, import_class_validator154.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8930
8938
|
(0, import_class_transformer154.Expose)()
|
|
8931
8939
|
], LiquidadaTOAENTITY.prototype, "Comuna", 2);
|
|
8932
8940
|
__decorateClass([
|
|
8933
8941
|
(0, import_class_validator154.IsString)({ message: "debe ser un texto" }),
|
|
8934
|
-
(0, import_class_validator154.
|
|
8942
|
+
(0, import_class_validator154.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8935
8943
|
(0, import_class_transformer154.Expose)()
|
|
8936
8944
|
], LiquidadaTOAENTITY.prototype, "Direccion", 2);
|
|
8937
8945
|
__decorateClass([
|
|
8938
8946
|
(0, import_class_validator154.IsString)({ message: "debe ser un texto" }),
|
|
8939
|
-
(0, import_class_validator154.
|
|
8947
|
+
(0, import_class_validator154.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8940
8948
|
(0, import_class_transformer154.Expose)()
|
|
8941
8949
|
], LiquidadaTOAENTITY.prototype, "Ciudad", 2);
|
|
8942
8950
|
__decorateClass([
|
|
8943
8951
|
(0, import_class_validator154.IsString)({ message: "debe ser un texto" }),
|
|
8944
|
-
(0, import_class_validator154.
|
|
8952
|
+
(0, import_class_validator154.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8945
8953
|
(0, import_class_transformer154.Expose)()
|
|
8946
8954
|
], LiquidadaTOAENTITY.prototype, "Intervalo", 2);
|
|
8947
8955
|
__decorateClass([
|
|
8948
8956
|
(0, import_class_validator154.IsString)({ message: "debe ser un texto" }),
|
|
8949
|
-
(0, import_class_validator154.
|
|
8957
|
+
(0, import_class_validator154.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8950
8958
|
(0, import_class_transformer154.Expose)()
|
|
8951
8959
|
], LiquidadaTOAENTITY.prototype, "Cliente", 2);
|
|
8952
8960
|
__decorateClass([
|
|
8953
|
-
(0, import_class_validator154.
|
|
8961
|
+
(0, import_class_validator154.IsString)({ message: "debe ser un texto" }),
|
|
8962
|
+
(0, import_class_validator154.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8954
8963
|
(0, import_class_transformer154.Expose)()
|
|
8955
8964
|
], LiquidadaTOAENTITY.prototype, "RutCliente", 2);
|
|
8956
8965
|
__decorateClass([
|
|
8957
|
-
(0, import_class_validator154.
|
|
8966
|
+
(0, import_class_validator154.IsString)({ message: "debe ser un texto" }),
|
|
8967
|
+
(0, import_class_validator154.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8958
8968
|
(0, import_class_transformer154.Expose)()
|
|
8959
8969
|
], LiquidadaTOAENTITY.prototype, "Telefono", 2);
|
|
8960
8970
|
__decorateClass([
|
|
@@ -8964,43 +8974,53 @@ __decorateClass([
|
|
|
8964
8974
|
(0, import_class_transformer154.Expose)()
|
|
8965
8975
|
], LiquidadaTOAENTITY.prototype, "Contacto", 2);
|
|
8966
8976
|
__decorateClass([
|
|
8967
|
-
(0, import_class_validator154.
|
|
8977
|
+
(0, import_class_validator154.IsString)({ message: "debe ser un texto" }),
|
|
8978
|
+
(0, import_class_validator154.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8968
8979
|
(0, import_class_transformer154.Expose)()
|
|
8969
8980
|
], LiquidadaTOAENTITY.prototype, "EmailCliente", 2);
|
|
8970
8981
|
__decorateClass([
|
|
8971
|
-
(0, import_class_validator154.
|
|
8982
|
+
(0, import_class_validator154.IsString)({ message: "debe ser un texto" }),
|
|
8983
|
+
(0, import_class_validator154.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8972
8984
|
(0, import_class_transformer154.Expose)()
|
|
8973
8985
|
], LiquidadaTOAENTITY.prototype, "SubTipoActividad", 2);
|
|
8974
8986
|
__decorateClass([
|
|
8975
|
-
(0, import_class_validator154.
|
|
8987
|
+
(0, import_class_validator154.IsString)({ message: "debe ser un texto" }),
|
|
8988
|
+
(0, import_class_validator154.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8976
8989
|
(0, import_class_transformer154.Expose)()
|
|
8977
8990
|
], LiquidadaTOAENTITY.prototype, "TipoTrabajo", 2);
|
|
8978
8991
|
__decorateClass([
|
|
8979
|
-
(0, import_class_validator154.
|
|
8992
|
+
(0, import_class_validator154.IsString)({ message: "debe ser un texto" }),
|
|
8993
|
+
(0, import_class_validator154.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8980
8994
|
(0, import_class_transformer154.Expose)()
|
|
8981
8995
|
], LiquidadaTOAENTITY.prototype, "Actividad", 2);
|
|
8982
8996
|
__decorateClass([
|
|
8983
|
-
(0, import_class_validator154.
|
|
8997
|
+
(0, import_class_validator154.IsString)({ message: "debe ser un texto" }),
|
|
8998
|
+
(0, import_class_validator154.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8984
8999
|
(0, import_class_transformer154.Expose)()
|
|
8985
9000
|
], LiquidadaTOAENTITY.prototype, "Estado", 2);
|
|
8986
9001
|
__decorateClass([
|
|
8987
|
-
(0, import_class_validator154.
|
|
9002
|
+
(0, import_class_validator154.IsString)({ message: "debe ser un texto" }),
|
|
9003
|
+
(0, import_class_validator154.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8988
9004
|
(0, import_class_transformer154.Expose)()
|
|
8989
9005
|
], LiquidadaTOAENTITY.prototype, "HabilidadTrabajo", 2);
|
|
8990
9006
|
__decorateClass([
|
|
8991
|
-
(0, import_class_validator154.
|
|
9007
|
+
(0, import_class_validator154.IsString)({ message: "debe ser un texto" }),
|
|
9008
|
+
(0, import_class_validator154.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8992
9009
|
(0, import_class_transformer154.Expose)()
|
|
8993
9010
|
], LiquidadaTOAENTITY.prototype, "ZonaTrabajo", 2);
|
|
8994
9011
|
__decorateClass([
|
|
8995
|
-
(0, import_class_validator154.
|
|
9012
|
+
(0, import_class_validator154.IsString)({ message: "debe ser un texto" }),
|
|
9013
|
+
(0, import_class_validator154.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8996
9014
|
(0, import_class_transformer154.Expose)()
|
|
8997
9015
|
], LiquidadaTOAENTITY.prototype, "PlantaAsignada", 2);
|
|
8998
9016
|
__decorateClass([
|
|
8999
|
-
(0, import_class_validator154.
|
|
9017
|
+
(0, import_class_validator154.IsString)({ message: "debe ser un texto" }),
|
|
9018
|
+
(0, import_class_validator154.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
9000
9019
|
(0, import_class_transformer154.Expose)()
|
|
9001
9020
|
], LiquidadaTOAENTITY.prototype, "Armario", 2);
|
|
9002
9021
|
__decorateClass([
|
|
9003
|
-
(0, import_class_validator154.
|
|
9022
|
+
(0, import_class_validator154.IsString)({ message: "debe ser un texto" }),
|
|
9023
|
+
(0, import_class_validator154.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
9004
9024
|
(0, import_class_transformer154.Expose)()
|
|
9005
9025
|
], LiquidadaTOAENTITY.prototype, "OLT", 2);
|
|
9006
9026
|
__decorateClass([
|
|
@@ -9019,105 +9039,128 @@ __decorateClass([
|
|
|
9019
9039
|
(0, import_class_transformer154.Expose)()
|
|
9020
9040
|
], LiquidadaTOAENTITY.prototype, "Fecha_Liquidacion", 2);
|
|
9021
9041
|
__decorateClass([
|
|
9022
|
-
(0, import_class_validator154.
|
|
9023
|
-
(0, import_class_validator154.
|
|
9042
|
+
(0, import_class_validator154.IsString)({ message: "debe ser un texto" }),
|
|
9043
|
+
(0, import_class_validator154.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
9024
9044
|
(0, import_class_transformer154.Expose)()
|
|
9025
9045
|
], LiquidadaTOAENTITY.prototype, "SLA_Inicio", 2);
|
|
9026
9046
|
__decorateClass([
|
|
9027
|
-
(0, import_class_validator154.
|
|
9028
|
-
(0, import_class_validator154.
|
|
9047
|
+
(0, import_class_validator154.IsString)({ message: "debe ser un texto" }),
|
|
9048
|
+
(0, import_class_validator154.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
9029
9049
|
(0, import_class_transformer154.Expose)()
|
|
9030
9050
|
], LiquidadaTOAENTITY.prototype, "SLA_Fin", 2);
|
|
9031
9051
|
__decorateClass([
|
|
9032
|
-
(0, import_class_validator154.
|
|
9052
|
+
(0, import_class_validator154.IsString)({ message: "debe ser un texto" }),
|
|
9053
|
+
(0, import_class_validator154.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
9033
9054
|
(0, import_class_transformer154.Expose)()
|
|
9034
9055
|
], LiquidadaTOAENTITY.prototype, "TICA", 2);
|
|
9035
9056
|
__decorateClass([
|
|
9036
|
-
(0, import_class_validator154.
|
|
9057
|
+
(0, import_class_validator154.IsString)({ message: "debe ser un texto" }),
|
|
9058
|
+
(0, import_class_validator154.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
9037
9059
|
(0, import_class_transformer154.Expose)()
|
|
9038
9060
|
], LiquidadaTOAENTITY.prototype, "Segmento", 2);
|
|
9039
9061
|
__decorateClass([
|
|
9040
|
-
(0, import_class_validator154.
|
|
9062
|
+
(0, import_class_validator154.IsString)({ message: "debe ser un texto" }),
|
|
9063
|
+
(0, import_class_validator154.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
9041
9064
|
(0, import_class_transformer154.Expose)()
|
|
9042
9065
|
], LiquidadaTOAENTITY.prototype, "Capacidad", 2);
|
|
9043
9066
|
__decorateClass([
|
|
9044
|
-
(0, import_class_validator154.
|
|
9067
|
+
(0, import_class_validator154.IsString)({ message: "debe ser un texto" }),
|
|
9068
|
+
(0, import_class_validator154.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
9045
9069
|
(0, import_class_transformer154.Expose)()
|
|
9046
9070
|
], LiquidadaTOAENTITY.prototype, "Tecnologia_Voz", 2);
|
|
9047
9071
|
__decorateClass([
|
|
9048
|
-
(0, import_class_validator154.
|
|
9072
|
+
(0, import_class_validator154.IsString)({ message: "debe ser un texto" }),
|
|
9073
|
+
(0, import_class_validator154.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
9049
9074
|
(0, import_class_transformer154.Expose)()
|
|
9050
9075
|
], LiquidadaTOAENTITY.prototype, "Tecnologia_BA", 2);
|
|
9051
9076
|
__decorateClass([
|
|
9052
|
-
(0, import_class_validator154.
|
|
9077
|
+
(0, import_class_validator154.IsString)({ message: "debe ser un texto" }),
|
|
9078
|
+
(0, import_class_validator154.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
9053
9079
|
(0, import_class_transformer154.Expose)()
|
|
9054
9080
|
], LiquidadaTOAENTITY.prototype, "Tecnologia_TV", 2);
|
|
9055
9081
|
__decorateClass([
|
|
9056
|
-
(0, import_class_validator154.
|
|
9082
|
+
(0, import_class_validator154.IsString)({ message: "debe ser un texto" }),
|
|
9083
|
+
(0, import_class_validator154.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
9057
9084
|
(0, import_class_transformer154.Expose)()
|
|
9058
9085
|
], LiquidadaTOAENTITY.prototype, "Tipo_Acceso", 2);
|
|
9059
9086
|
__decorateClass([
|
|
9060
|
-
(0, import_class_validator154.
|
|
9087
|
+
(0, import_class_validator154.IsString)({ message: "debe ser un texto" }),
|
|
9088
|
+
(0, import_class_validator154.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
9061
9089
|
(0, import_class_transformer154.Expose)()
|
|
9062
9090
|
], LiquidadaTOAENTITY.prototype, "CCN", 2);
|
|
9063
9091
|
__decorateClass([
|
|
9064
|
-
(0, import_class_validator154.
|
|
9092
|
+
(0, import_class_validator154.IsString)({ message: "debe ser un texto" }),
|
|
9093
|
+
(0, import_class_validator154.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
9065
9094
|
(0, import_class_transformer154.Expose)()
|
|
9066
9095
|
], LiquidadaTOAENTITY.prototype, "Rural", 2);
|
|
9067
9096
|
__decorateClass([
|
|
9068
|
-
(0, import_class_validator154.
|
|
9097
|
+
(0, import_class_validator154.IsString)({ message: "debe ser un texto" }),
|
|
9098
|
+
(0, import_class_validator154.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
9069
9099
|
(0, import_class_transformer154.Expose)()
|
|
9070
9100
|
], LiquidadaTOAENTITY.prototype, "ZonaRoja", 2);
|
|
9071
9101
|
__decorateClass([
|
|
9072
|
-
(0, import_class_validator154.
|
|
9102
|
+
(0, import_class_validator154.IsString)({ message: "debe ser un texto" }),
|
|
9103
|
+
(0, import_class_validator154.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
9073
9104
|
(0, import_class_transformer154.Expose)()
|
|
9074
9105
|
], LiquidadaTOAENTITY.prototype, "Tipo_Agendamiento", 2);
|
|
9075
9106
|
__decorateClass([
|
|
9076
|
-
(0, import_class_validator154.
|
|
9107
|
+
(0, import_class_validator154.IsString)({ message: "debe ser un texto" }),
|
|
9108
|
+
(0, import_class_validator154.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
9077
9109
|
(0, import_class_transformer154.Expose)()
|
|
9078
9110
|
], LiquidadaTOAENTITY.prototype, "Causa_Reparacion", 2);
|
|
9079
9111
|
__decorateClass([
|
|
9080
|
-
(0, import_class_validator154.
|
|
9112
|
+
(0, import_class_validator154.IsString)({ message: "debe ser un texto" }),
|
|
9113
|
+
(0, import_class_validator154.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
9081
9114
|
(0, import_class_transformer154.Expose)()
|
|
9082
9115
|
], LiquidadaTOAENTITY.prototype, "TipoProducto", 2);
|
|
9083
9116
|
__decorateClass([
|
|
9084
|
-
(0, import_class_validator154.
|
|
9117
|
+
(0, import_class_validator154.IsString)({ message: "debe ser un texto" }),
|
|
9118
|
+
(0, import_class_validator154.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
9085
9119
|
(0, import_class_transformer154.Expose)()
|
|
9086
9120
|
], LiquidadaTOAENTITY.prototype, "Cierre_STB", 2);
|
|
9087
9121
|
__decorateClass([
|
|
9088
|
-
(0, import_class_validator154.
|
|
9122
|
+
(0, import_class_validator154.IsString)({ message: "debe ser un texto" }),
|
|
9123
|
+
(0, import_class_validator154.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
9089
9124
|
(0, import_class_transformer154.Expose)()
|
|
9090
9125
|
], LiquidadaTOAENTITY.prototype, "Cierre_BA", 2);
|
|
9091
9126
|
__decorateClass([
|
|
9092
|
-
(0, import_class_validator154.
|
|
9127
|
+
(0, import_class_validator154.IsString)({ message: "debe ser un texto" }),
|
|
9128
|
+
(0, import_class_validator154.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
9093
9129
|
(0, import_class_transformer154.Expose)()
|
|
9094
9130
|
], LiquidadaTOAENTITY.prototype, "Cierre_TV", 2);
|
|
9095
9131
|
__decorateClass([
|
|
9096
|
-
(0, import_class_validator154.
|
|
9132
|
+
(0, import_class_validator154.IsString)({ message: "debe ser un texto" }),
|
|
9133
|
+
(0, import_class_validator154.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
9097
9134
|
(0, import_class_transformer154.Expose)()
|
|
9098
9135
|
], LiquidadaTOAENTITY.prototype, "Motivo_Reparacion", 2);
|
|
9099
9136
|
__decorateClass([
|
|
9100
|
-
(0, import_class_validator154.
|
|
9137
|
+
(0, import_class_validator154.IsString)({ message: "debe ser un texto" }),
|
|
9138
|
+
(0, import_class_validator154.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
9101
9139
|
(0, import_class_transformer154.Expose)()
|
|
9102
9140
|
], LiquidadaTOAENTITY.prototype, "SubMotivo_Reparacion", 2);
|
|
9103
9141
|
__decorateClass([
|
|
9104
|
-
(0, import_class_validator154.
|
|
9142
|
+
(0, import_class_validator154.IsString)({ message: "debe ser un texto" }),
|
|
9143
|
+
(0, import_class_validator154.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
9105
9144
|
(0, import_class_transformer154.Expose)()
|
|
9106
9145
|
], LiquidadaTOAENTITY.prototype, "Giro", 2);
|
|
9107
9146
|
__decorateClass([
|
|
9108
|
-
(0, import_class_validator154.
|
|
9147
|
+
(0, import_class_validator154.IsString)({ message: "debe ser un texto" }),
|
|
9148
|
+
(0, import_class_validator154.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
9109
9149
|
(0, import_class_transformer154.Expose)()
|
|
9110
9150
|
], LiquidadaTOAENTITY.prototype, "NombreContacto", 2);
|
|
9111
9151
|
__decorateClass([
|
|
9112
|
-
(0, import_class_validator154.
|
|
9152
|
+
(0, import_class_validator154.IsString)({ message: "debe ser un texto" }),
|
|
9153
|
+
(0, import_class_validator154.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
9113
9154
|
(0, import_class_transformer154.Expose)()
|
|
9114
9155
|
], LiquidadaTOAENTITY.prototype, "Observaciones", 2);
|
|
9115
9156
|
__decorateClass([
|
|
9116
|
-
(0, import_class_validator154.
|
|
9157
|
+
(0, import_class_validator154.IsString)({ message: "debe ser un texto" }),
|
|
9158
|
+
(0, import_class_validator154.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
9117
9159
|
(0, import_class_transformer154.Expose)()
|
|
9118
9160
|
], LiquidadaTOAENTITY.prototype, "Inicio_Fin", 2);
|
|
9119
9161
|
__decorateClass([
|
|
9120
|
-
(0, import_class_validator154.
|
|
9162
|
+
(0, import_class_validator154.IsString)({ message: "debe ser un texto" }),
|
|
9163
|
+
(0, import_class_validator154.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
9121
9164
|
(0, import_class_transformer154.Expose)()
|
|
9122
9165
|
], LiquidadaTOAENTITY.prototype, "Reutilizaci\xF3n_de_Drop", 2);
|
|
9123
9166
|
__decorateClass([
|
|
@@ -9142,7 +9185,8 @@ __decorateClass([
|
|
|
9142
9185
|
(0, import_class_validator154.ValidateNested)({ each: true })
|
|
9143
9186
|
], LiquidadaTOAENTITY.prototype, "Inventario", 2);
|
|
9144
9187
|
__decorateClass([
|
|
9145
|
-
(0, import_class_validator154.
|
|
9188
|
+
(0, import_class_validator154.IsString)({ message: "debe ser un texto" }),
|
|
9189
|
+
(0, import_class_validator154.Length)(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
9146
9190
|
(0, import_class_transformer154.Expose)()
|
|
9147
9191
|
], LiquidadaTOAENTITY.prototype, "TipoFibra", 2);
|
|
9148
9192
|
__decorateClass([
|
package/dist/index.mjs
CHANGED
|
@@ -8045,12 +8045,13 @@ import {
|
|
|
8045
8045
|
IsString as IsString126,
|
|
8046
8046
|
Min as Min74,
|
|
8047
8047
|
ValidateNested as ValidateNested82,
|
|
8048
|
-
IsDate as IsDate39
|
|
8048
|
+
IsDate as IsDate39,
|
|
8049
|
+
Length as Length120
|
|
8049
8050
|
} from "class-validator";
|
|
8050
8051
|
|
|
8051
8052
|
// src/operativa/procesos/valorizadas_toa/shared/dto/cliente-contratista-dto.ts
|
|
8052
8053
|
import { Expose as Expose142 } from "class-transformer";
|
|
8053
|
-
import {
|
|
8054
|
+
import { IsString as IsString120, Length as Length118 } from "class-validator";
|
|
8054
8055
|
var Cliente_ContratistaDTO = class {
|
|
8055
8056
|
RUC = "";
|
|
8056
8057
|
RazonSocial = "";
|
|
@@ -8058,17 +8059,17 @@ var Cliente_ContratistaDTO = class {
|
|
|
8058
8059
|
};
|
|
8059
8060
|
__decorateClass([
|
|
8060
8061
|
IsString120({ message: "debe ser un texto" }),
|
|
8061
|
-
|
|
8062
|
+
Length118(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8062
8063
|
Expose142()
|
|
8063
8064
|
], Cliente_ContratistaDTO.prototype, "RUC", 2);
|
|
8064
8065
|
__decorateClass([
|
|
8065
8066
|
IsString120({ message: "debe ser un texto" }),
|
|
8066
|
-
|
|
8067
|
+
Length118(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8067
8068
|
Expose142()
|
|
8068
8069
|
], Cliente_ContratistaDTO.prototype, "RazonSocial", 2);
|
|
8069
8070
|
__decorateClass([
|
|
8070
8071
|
IsString120({ message: "debe ser un texto" }),
|
|
8071
|
-
|
|
8072
|
+
Length118(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8072
8073
|
Expose142()
|
|
8073
8074
|
], Cliente_ContratistaDTO.prototype, "TipoEmpresa", 2);
|
|
8074
8075
|
|
|
@@ -8092,7 +8093,7 @@ __decorateClass([
|
|
|
8092
8093
|
|
|
8093
8094
|
// src/operativa/procesos/valorizadas_toa/shared/dto/empresa-val-dto.ts
|
|
8094
8095
|
import { Expose as Expose144 } from "class-transformer";
|
|
8095
|
-
import {
|
|
8096
|
+
import { IsString as IsString122, Length as Length119 } from "class-validator";
|
|
8096
8097
|
var EmpresaValDTO = class {
|
|
8097
8098
|
RUC = "";
|
|
8098
8099
|
RazonSocial = "";
|
|
@@ -8100,17 +8101,17 @@ var EmpresaValDTO = class {
|
|
|
8100
8101
|
};
|
|
8101
8102
|
__decorateClass([
|
|
8102
8103
|
IsString122({ message: "debe ser un texto" }),
|
|
8103
|
-
|
|
8104
|
+
Length119(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8104
8105
|
Expose144()
|
|
8105
8106
|
], EmpresaValDTO.prototype, "RUC", 2);
|
|
8106
8107
|
__decorateClass([
|
|
8107
8108
|
IsString122({ message: "debe ser un texto" }),
|
|
8108
|
-
|
|
8109
|
+
Length119(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8109
8110
|
Expose144()
|
|
8110
8111
|
], EmpresaValDTO.prototype, "RazonSocial", 2);
|
|
8111
8112
|
__decorateClass([
|
|
8112
8113
|
IsString122({ message: "debe ser un texto" }),
|
|
8113
|
-
|
|
8114
|
+
Length119(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8114
8115
|
Expose144()
|
|
8115
8116
|
], EmpresaValDTO.prototype, "TipoEmpresa", 2);
|
|
8116
8117
|
|
|
@@ -8285,15 +8286,17 @@ __decorateClass([
|
|
|
8285
8286
|
], ValorizadaTOAENTITY.prototype, "AccessId", 2);
|
|
8286
8287
|
__decorateClass([
|
|
8287
8288
|
IsString126({ message: "debe ser un texto" }),
|
|
8289
|
+
Length120(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8288
8290
|
Expose148()
|
|
8289
8291
|
], ValorizadaTOAENTITY.prototype, "FTTX_BAS", 2);
|
|
8290
8292
|
__decorateClass([
|
|
8291
8293
|
IsString126({ message: "debe ser un texto" }),
|
|
8294
|
+
Length120(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8292
8295
|
Expose148()
|
|
8293
8296
|
], ValorizadaTOAENTITY.prototype, "Tipo_Trabajo", 2);
|
|
8294
8297
|
__decorateClass([
|
|
8295
8298
|
IsString126({ message: "debe ser un texto" }),
|
|
8296
|
-
|
|
8299
|
+
Length120(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8297
8300
|
Expose148()
|
|
8298
8301
|
], ValorizadaTOAENTITY.prototype, "TipoTrabajo", 2);
|
|
8299
8302
|
__decorateClass([
|
|
@@ -8318,6 +8321,7 @@ __decorateClass([
|
|
|
8318
8321
|
], ValorizadaTOAENTITY.prototype, "Actividad", 2);
|
|
8319
8322
|
__decorateClass([
|
|
8320
8323
|
IsString126({ message: "debe ser un texto" }),
|
|
8324
|
+
Length120(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8321
8325
|
Expose148()
|
|
8322
8326
|
], ValorizadaTOAENTITY.prototype, "FTTX_AP", 2);
|
|
8323
8327
|
__decorateClass([
|
|
@@ -8504,11 +8508,11 @@ __decorateClass([
|
|
|
8504
8508
|
|
|
8505
8509
|
// src/operativa/procesos/liquidadas_toa/shared/index.ts
|
|
8506
8510
|
import { Expose as Expose153, Type as Type89 } from "class-transformer";
|
|
8507
|
-
import { IsArray as IsArray46, IsNotEmpty as IsNotEmpty146, IsNumber as IsNumber101, IsString as IsString131, Min as
|
|
8511
|
+
import { IsArray as IsArray46, IsNotEmpty as IsNotEmpty146, IsNumber as IsNumber101, IsString as IsString131, Length as Length125, Min as Min79, ValidateNested as ValidateNested83, IsDate as IsDate41 } from "class-validator";
|
|
8508
8512
|
|
|
8509
8513
|
// src/operativa/procesos/liquidadas_toa/shared/dto/productos-servicios-dto.ts
|
|
8510
8514
|
import { Expose as Expose149 } from "class-transformer";
|
|
8511
|
-
import { IsNotEmpty as IsNotEmpty142, IsNumber as IsNumber97, IsString as IsString127, Length as
|
|
8515
|
+
import { IsNotEmpty as IsNotEmpty142, IsNumber as IsNumber97, IsString as IsString127, Length as Length121, Min as Min75 } from "class-validator";
|
|
8512
8516
|
var ProductosServiciosLiqDTO = class {
|
|
8513
8517
|
Codigo = "";
|
|
8514
8518
|
Descripcion = "";
|
|
@@ -8519,7 +8523,7 @@ var ProductosServiciosLiqDTO = class {
|
|
|
8519
8523
|
__decorateClass([
|
|
8520
8524
|
IsString127({ message: "debe ser un texto" }),
|
|
8521
8525
|
IsNotEmpty142({ message: "es requerido" }),
|
|
8522
|
-
|
|
8526
|
+
Length121(1, 250, { message: "debe tener entre 1 y 250 caracteres" }),
|
|
8523
8527
|
Expose149()
|
|
8524
8528
|
], ProductosServiciosLiqDTO.prototype, "Codigo", 2);
|
|
8525
8529
|
__decorateClass([
|
|
@@ -8530,24 +8534,25 @@ __decorateClass([
|
|
|
8530
8534
|
__decorateClass([
|
|
8531
8535
|
IsString127({ message: "debe ser un texto" }),
|
|
8532
8536
|
IsNotEmpty142({ message: "es requerido" }),
|
|
8533
|
-
|
|
8537
|
+
Length121(1, 250, { message: "debe tener entre 1 y 250 caracteres" }),
|
|
8534
8538
|
Expose149()
|
|
8535
8539
|
], ProductosServiciosLiqDTO.prototype, "Familia", 2);
|
|
8536
8540
|
__decorateClass([
|
|
8537
8541
|
IsString127({ message: "debe ser un texto" }),
|
|
8538
8542
|
IsNotEmpty142({ message: "es requerido" }),
|
|
8539
|
-
|
|
8543
|
+
Length121(1, 250, { message: "debe tener entre 1 y 250 caracteres" }),
|
|
8540
8544
|
Expose149()
|
|
8541
8545
|
], ProductosServiciosLiqDTO.prototype, "OperacionComercial", 2);
|
|
8542
8546
|
__decorateClass([
|
|
8543
8547
|
IsNumber97({}, { message: "debe ser un numero" }),
|
|
8544
8548
|
IsNotEmpty142({ message: "es requerido" }),
|
|
8545
|
-
Expose149()
|
|
8549
|
+
Expose149(),
|
|
8550
|
+
Min75(0)
|
|
8546
8551
|
], ProductosServiciosLiqDTO.prototype, "Cantidad", 2);
|
|
8547
8552
|
|
|
8548
8553
|
// src/operativa/procesos/liquidadas_toa/shared/dto/inventario-liq-dto.ts
|
|
8549
8554
|
import { Expose as Expose150 } from "class-transformer";
|
|
8550
|
-
import { IsNotEmpty as IsNotEmpty143, IsNumber as IsNumber98, IsString as IsString128, Length as
|
|
8555
|
+
import { IsNotEmpty as IsNotEmpty143, IsNumber as IsNumber98, IsString as IsString128, Length as Length122, Min as Min76 } from "class-validator";
|
|
8551
8556
|
var InventarioLiqDTO = class {
|
|
8552
8557
|
Descripcion = "";
|
|
8553
8558
|
LoteSAP = "";
|
|
@@ -8559,42 +8564,43 @@ var InventarioLiqDTO = class {
|
|
|
8559
8564
|
__decorateClass([
|
|
8560
8565
|
IsString128({ message: "debe ser un texto" }),
|
|
8561
8566
|
IsNotEmpty143({ message: "es requerido" }),
|
|
8562
|
-
|
|
8567
|
+
Length122(1, 250, { message: "debe tener entre 1 y 250 caracteres" }),
|
|
8563
8568
|
Expose150()
|
|
8564
8569
|
], InventarioLiqDTO.prototype, "Descripcion", 2);
|
|
8565
8570
|
__decorateClass([
|
|
8566
8571
|
IsString128({ message: "debe ser un texto" }),
|
|
8567
8572
|
IsNotEmpty143({ message: "es requerido" }),
|
|
8568
|
-
|
|
8573
|
+
Length122(1, 50, { message: "debe tener entre 1 y 50 caracteres" }),
|
|
8569
8574
|
Expose150()
|
|
8570
8575
|
], InventarioLiqDTO.prototype, "LoteSAP", 2);
|
|
8571
8576
|
__decorateClass([
|
|
8572
8577
|
IsString128({ message: "debe ser un texto" }),
|
|
8573
8578
|
IsNotEmpty143({ message: "es requerido" }),
|
|
8574
|
-
|
|
8579
|
+
Length122(1, 50, { message: "debe tener entre 1 y 50 caracteres" }),
|
|
8575
8580
|
Expose150()
|
|
8576
8581
|
], InventarioLiqDTO.prototype, "TipoInventario", 2);
|
|
8577
8582
|
__decorateClass([
|
|
8578
8583
|
IsString128({ message: "debe ser un texto" }),
|
|
8579
8584
|
IsNotEmpty143({ message: "es requerido" }),
|
|
8580
|
-
|
|
8585
|
+
Length122(1, 50, { message: "debe tener entre 1 y 50 caracteres" }),
|
|
8581
8586
|
Expose150()
|
|
8582
8587
|
], InventarioLiqDTO.prototype, "CodigoSAP", 2);
|
|
8583
8588
|
__decorateClass([
|
|
8584
8589
|
IsString128({ message: "debe ser un texto" }),
|
|
8585
8590
|
IsNotEmpty143({ message: "es requerido" }),
|
|
8586
|
-
|
|
8591
|
+
Length122(1, 50, { message: "debe tener entre 1 y 50 caracteres" }),
|
|
8587
8592
|
Expose150()
|
|
8588
8593
|
], InventarioLiqDTO.prototype, "NumeroSerie", 2);
|
|
8589
8594
|
__decorateClass([
|
|
8590
8595
|
IsNumber98({}, { message: "debe ser un numero" }),
|
|
8591
8596
|
IsNotEmpty143({ message: "es requerido" }),
|
|
8592
|
-
Expose150()
|
|
8597
|
+
Expose150(),
|
|
8598
|
+
Min76(0)
|
|
8593
8599
|
], InventarioLiqDTO.prototype, "Cantidad", 2);
|
|
8594
8600
|
|
|
8595
8601
|
// src/operativa/procesos/liquidadas_toa/shared/dto/bitacora-liq-dto.ts
|
|
8596
8602
|
import { Expose as Expose151 } from "class-transformer";
|
|
8597
|
-
import { IsNotEmpty as IsNotEmpty144, IsNumber as IsNumber99, IsString as IsString129, Length as
|
|
8603
|
+
import { IsNotEmpty as IsNotEmpty144, IsNumber as IsNumber99, IsString as IsString129, Length as Length123, IsDate as IsDate40, Min as Min77 } from "class-validator";
|
|
8598
8604
|
var BitacoraLiqDTO = class {
|
|
8599
8605
|
ID_Estado = 0;
|
|
8600
8606
|
Estado = "";
|
|
@@ -8603,12 +8609,13 @@ var BitacoraLiqDTO = class {
|
|
|
8603
8609
|
__decorateClass([
|
|
8604
8610
|
IsNumber99({}, { message: "debe ser un numero" }),
|
|
8605
8611
|
IsNotEmpty144({ message: "es requerido" }),
|
|
8606
|
-
Expose151()
|
|
8612
|
+
Expose151(),
|
|
8613
|
+
Min77(0)
|
|
8607
8614
|
], BitacoraLiqDTO.prototype, "ID_Estado", 2);
|
|
8608
8615
|
__decorateClass([
|
|
8609
8616
|
IsString129({ message: "debe ser un texto" }),
|
|
8610
8617
|
IsNotEmpty144({ message: "es requerido" }),
|
|
8611
|
-
|
|
8618
|
+
Length123(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8612
8619
|
Expose151()
|
|
8613
8620
|
], BitacoraLiqDTO.prototype, "Estado", 2);
|
|
8614
8621
|
__decorateClass([
|
|
@@ -8619,7 +8626,7 @@ __decorateClass([
|
|
|
8619
8626
|
|
|
8620
8627
|
// src/operativa/procesos/liquidadas_toa/shared/dto/estado-liq-dto.ts
|
|
8621
8628
|
import { Expose as Expose152 } from "class-transformer";
|
|
8622
|
-
import { IsNotEmpty as IsNotEmpty145, IsNumber as IsNumber100, IsString as IsString130 } from "class-validator";
|
|
8629
|
+
import { IsNotEmpty as IsNotEmpty145, IsNumber as IsNumber100, IsString as IsString130, Length as Length124, Min as Min78 } from "class-validator";
|
|
8623
8630
|
var EstadoLiqDTO = class {
|
|
8624
8631
|
ID_Estado = 0;
|
|
8625
8632
|
Estado = "";
|
|
@@ -8627,10 +8634,12 @@ var EstadoLiqDTO = class {
|
|
|
8627
8634
|
__decorateClass([
|
|
8628
8635
|
IsNumber100({}, { message: "debe ser un numero" }),
|
|
8629
8636
|
IsNotEmpty145({ message: "es requerido" }),
|
|
8630
|
-
Expose152()
|
|
8637
|
+
Expose152(),
|
|
8638
|
+
Min78(0)
|
|
8631
8639
|
], EstadoLiqDTO.prototype, "ID_Estado", 2);
|
|
8632
8640
|
__decorateClass([
|
|
8633
8641
|
IsString130({ message: "debe ser un texto" }),
|
|
8642
|
+
Length124(0, 50, { message: "debe tener una longitud de 0 a 50" }),
|
|
8634
8643
|
IsNotEmpty145({ message: "es requerido" }),
|
|
8635
8644
|
Expose152()
|
|
8636
8645
|
], EstadoLiqDTO.prototype, "Estado", 2);
|
|
@@ -8670,8 +8679,8 @@ var LiquidadaTOAENTITY = class {
|
|
|
8670
8679
|
Fecha_Reclamo = /* @__PURE__ */ new Date();
|
|
8671
8680
|
Fecha_Cita = /* @__PURE__ */ new Date();
|
|
8672
8681
|
Fecha_Liquidacion = /* @__PURE__ */ new Date();
|
|
8673
|
-
SLA_Inicio =
|
|
8674
|
-
SLA_Fin =
|
|
8682
|
+
SLA_Inicio = "";
|
|
8683
|
+
SLA_Fin = "";
|
|
8675
8684
|
TICA = "";
|
|
8676
8685
|
Segmento = "";
|
|
8677
8686
|
Capacidad = "";
|
|
@@ -8707,7 +8716,7 @@ __decorateClass([
|
|
|
8707
8716
|
IsNumber101({}, { message: "debe ser un numero" }),
|
|
8708
8717
|
IsNotEmpty146({ message: "es requerido" }),
|
|
8709
8718
|
Expose153(),
|
|
8710
|
-
|
|
8719
|
+
Min79(0)
|
|
8711
8720
|
], LiquidadaTOAENTITY.prototype, "ID_Orden", 2);
|
|
8712
8721
|
__decorateClass([
|
|
8713
8722
|
Type89(() => CodigoNombreDTO),
|
|
@@ -8723,7 +8732,7 @@ __decorateClass([
|
|
|
8723
8732
|
], LiquidadaTOAENTITY.prototype, "Delegacion", 2);
|
|
8724
8733
|
__decorateClass([
|
|
8725
8734
|
IsString131({ message: "debe ser un texto" }),
|
|
8726
|
-
|
|
8735
|
+
Length125(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8727
8736
|
Expose153()
|
|
8728
8737
|
], LiquidadaTOAENTITY.prototype, "Tecnico", 2);
|
|
8729
8738
|
__decorateClass([
|
|
@@ -8733,12 +8742,12 @@ __decorateClass([
|
|
|
8733
8742
|
], LiquidadaTOAENTITY.prototype, "ID_Recurso", 2);
|
|
8734
8743
|
__decorateClass([
|
|
8735
8744
|
IsString131({ message: "debe ser un texto" }),
|
|
8736
|
-
|
|
8745
|
+
Length125(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8737
8746
|
Expose153()
|
|
8738
8747
|
], LiquidadaTOAENTITY.prototype, "Peticion", 2);
|
|
8739
8748
|
__decorateClass([
|
|
8740
8749
|
IsString131({ message: "debe ser un texto" }),
|
|
8741
|
-
|
|
8750
|
+
Length125(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8742
8751
|
Expose153()
|
|
8743
8752
|
], LiquidadaTOAENTITY.prototype, "Orden", 2);
|
|
8744
8753
|
__decorateClass([
|
|
@@ -8748,12 +8757,12 @@ __decorateClass([
|
|
|
8748
8757
|
], LiquidadaTOAENTITY.prototype, "AccessId", 2);
|
|
8749
8758
|
__decorateClass([
|
|
8750
8759
|
IsString131({ message: "debe ser un texto" }),
|
|
8751
|
-
|
|
8760
|
+
Length125(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8752
8761
|
Expose153()
|
|
8753
8762
|
], LiquidadaTOAENTITY.prototype, "DPX", 2);
|
|
8754
8763
|
__decorateClass([
|
|
8755
8764
|
IsString131({ message: "debe ser un texto" }),
|
|
8756
|
-
|
|
8765
|
+
Length125(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8757
8766
|
Expose153()
|
|
8758
8767
|
], LiquidadaTOAENTITY.prototype, "DPY", 2);
|
|
8759
8768
|
__decorateClass([
|
|
@@ -8763,40 +8772,42 @@ __decorateClass([
|
|
|
8763
8772
|
], LiquidadaTOAENTITY.prototype, "PVA", 2);
|
|
8764
8773
|
__decorateClass([
|
|
8765
8774
|
IsString131({ message: "debe ser un texto" }),
|
|
8766
|
-
|
|
8775
|
+
Length125(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8767
8776
|
Expose153()
|
|
8768
8777
|
], LiquidadaTOAENTITY.prototype, "Agencia", 2);
|
|
8769
8778
|
__decorateClass([
|
|
8770
8779
|
IsString131({ message: "debe ser un texto" }),
|
|
8771
|
-
|
|
8780
|
+
Length125(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8772
8781
|
Expose153()
|
|
8773
8782
|
], LiquidadaTOAENTITY.prototype, "Comuna", 2);
|
|
8774
8783
|
__decorateClass([
|
|
8775
8784
|
IsString131({ message: "debe ser un texto" }),
|
|
8776
|
-
|
|
8785
|
+
Length125(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8777
8786
|
Expose153()
|
|
8778
8787
|
], LiquidadaTOAENTITY.prototype, "Direccion", 2);
|
|
8779
8788
|
__decorateClass([
|
|
8780
8789
|
IsString131({ message: "debe ser un texto" }),
|
|
8781
|
-
|
|
8790
|
+
Length125(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8782
8791
|
Expose153()
|
|
8783
8792
|
], LiquidadaTOAENTITY.prototype, "Ciudad", 2);
|
|
8784
8793
|
__decorateClass([
|
|
8785
8794
|
IsString131({ message: "debe ser un texto" }),
|
|
8786
|
-
|
|
8795
|
+
Length125(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8787
8796
|
Expose153()
|
|
8788
8797
|
], LiquidadaTOAENTITY.prototype, "Intervalo", 2);
|
|
8789
8798
|
__decorateClass([
|
|
8790
8799
|
IsString131({ message: "debe ser un texto" }),
|
|
8791
|
-
|
|
8800
|
+
Length125(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8792
8801
|
Expose153()
|
|
8793
8802
|
], LiquidadaTOAENTITY.prototype, "Cliente", 2);
|
|
8794
8803
|
__decorateClass([
|
|
8795
|
-
|
|
8804
|
+
IsString131({ message: "debe ser un texto" }),
|
|
8805
|
+
Length125(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8796
8806
|
Expose153()
|
|
8797
8807
|
], LiquidadaTOAENTITY.prototype, "RutCliente", 2);
|
|
8798
8808
|
__decorateClass([
|
|
8799
|
-
|
|
8809
|
+
IsString131({ message: "debe ser un texto" }),
|
|
8810
|
+
Length125(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8800
8811
|
Expose153()
|
|
8801
8812
|
], LiquidadaTOAENTITY.prototype, "Telefono", 2);
|
|
8802
8813
|
__decorateClass([
|
|
@@ -8806,43 +8817,53 @@ __decorateClass([
|
|
|
8806
8817
|
Expose153()
|
|
8807
8818
|
], LiquidadaTOAENTITY.prototype, "Contacto", 2);
|
|
8808
8819
|
__decorateClass([
|
|
8809
|
-
|
|
8820
|
+
IsString131({ message: "debe ser un texto" }),
|
|
8821
|
+
Length125(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8810
8822
|
Expose153()
|
|
8811
8823
|
], LiquidadaTOAENTITY.prototype, "EmailCliente", 2);
|
|
8812
8824
|
__decorateClass([
|
|
8813
|
-
|
|
8825
|
+
IsString131({ message: "debe ser un texto" }),
|
|
8826
|
+
Length125(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8814
8827
|
Expose153()
|
|
8815
8828
|
], LiquidadaTOAENTITY.prototype, "SubTipoActividad", 2);
|
|
8816
8829
|
__decorateClass([
|
|
8817
|
-
|
|
8830
|
+
IsString131({ message: "debe ser un texto" }),
|
|
8831
|
+
Length125(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8818
8832
|
Expose153()
|
|
8819
8833
|
], LiquidadaTOAENTITY.prototype, "TipoTrabajo", 2);
|
|
8820
8834
|
__decorateClass([
|
|
8821
|
-
|
|
8835
|
+
IsString131({ message: "debe ser un texto" }),
|
|
8836
|
+
Length125(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8822
8837
|
Expose153()
|
|
8823
8838
|
], LiquidadaTOAENTITY.prototype, "Actividad", 2);
|
|
8824
8839
|
__decorateClass([
|
|
8825
|
-
|
|
8840
|
+
IsString131({ message: "debe ser un texto" }),
|
|
8841
|
+
Length125(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8826
8842
|
Expose153()
|
|
8827
8843
|
], LiquidadaTOAENTITY.prototype, "Estado", 2);
|
|
8828
8844
|
__decorateClass([
|
|
8829
|
-
|
|
8845
|
+
IsString131({ message: "debe ser un texto" }),
|
|
8846
|
+
Length125(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8830
8847
|
Expose153()
|
|
8831
8848
|
], LiquidadaTOAENTITY.prototype, "HabilidadTrabajo", 2);
|
|
8832
8849
|
__decorateClass([
|
|
8833
|
-
|
|
8850
|
+
IsString131({ message: "debe ser un texto" }),
|
|
8851
|
+
Length125(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8834
8852
|
Expose153()
|
|
8835
8853
|
], LiquidadaTOAENTITY.prototype, "ZonaTrabajo", 2);
|
|
8836
8854
|
__decorateClass([
|
|
8837
|
-
|
|
8855
|
+
IsString131({ message: "debe ser un texto" }),
|
|
8856
|
+
Length125(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8838
8857
|
Expose153()
|
|
8839
8858
|
], LiquidadaTOAENTITY.prototype, "PlantaAsignada", 2);
|
|
8840
8859
|
__decorateClass([
|
|
8841
|
-
|
|
8860
|
+
IsString131({ message: "debe ser un texto" }),
|
|
8861
|
+
Length125(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8842
8862
|
Expose153()
|
|
8843
8863
|
], LiquidadaTOAENTITY.prototype, "Armario", 2);
|
|
8844
8864
|
__decorateClass([
|
|
8845
|
-
|
|
8865
|
+
IsString131({ message: "debe ser un texto" }),
|
|
8866
|
+
Length125(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8846
8867
|
Expose153()
|
|
8847
8868
|
], LiquidadaTOAENTITY.prototype, "OLT", 2);
|
|
8848
8869
|
__decorateClass([
|
|
@@ -8861,105 +8882,128 @@ __decorateClass([
|
|
|
8861
8882
|
Expose153()
|
|
8862
8883
|
], LiquidadaTOAENTITY.prototype, "Fecha_Liquidacion", 2);
|
|
8863
8884
|
__decorateClass([
|
|
8864
|
-
|
|
8865
|
-
|
|
8885
|
+
IsString131({ message: "debe ser un texto" }),
|
|
8886
|
+
Length125(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8866
8887
|
Expose153()
|
|
8867
8888
|
], LiquidadaTOAENTITY.prototype, "SLA_Inicio", 2);
|
|
8868
8889
|
__decorateClass([
|
|
8869
|
-
|
|
8870
|
-
|
|
8890
|
+
IsString131({ message: "debe ser un texto" }),
|
|
8891
|
+
Length125(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8871
8892
|
Expose153()
|
|
8872
8893
|
], LiquidadaTOAENTITY.prototype, "SLA_Fin", 2);
|
|
8873
8894
|
__decorateClass([
|
|
8874
|
-
|
|
8895
|
+
IsString131({ message: "debe ser un texto" }),
|
|
8896
|
+
Length125(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8875
8897
|
Expose153()
|
|
8876
8898
|
], LiquidadaTOAENTITY.prototype, "TICA", 2);
|
|
8877
8899
|
__decorateClass([
|
|
8878
|
-
|
|
8900
|
+
IsString131({ message: "debe ser un texto" }),
|
|
8901
|
+
Length125(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8879
8902
|
Expose153()
|
|
8880
8903
|
], LiquidadaTOAENTITY.prototype, "Segmento", 2);
|
|
8881
8904
|
__decorateClass([
|
|
8882
|
-
|
|
8905
|
+
IsString131({ message: "debe ser un texto" }),
|
|
8906
|
+
Length125(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8883
8907
|
Expose153()
|
|
8884
8908
|
], LiquidadaTOAENTITY.prototype, "Capacidad", 2);
|
|
8885
8909
|
__decorateClass([
|
|
8886
|
-
|
|
8910
|
+
IsString131({ message: "debe ser un texto" }),
|
|
8911
|
+
Length125(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8887
8912
|
Expose153()
|
|
8888
8913
|
], LiquidadaTOAENTITY.prototype, "Tecnologia_Voz", 2);
|
|
8889
8914
|
__decorateClass([
|
|
8890
|
-
|
|
8915
|
+
IsString131({ message: "debe ser un texto" }),
|
|
8916
|
+
Length125(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8891
8917
|
Expose153()
|
|
8892
8918
|
], LiquidadaTOAENTITY.prototype, "Tecnologia_BA", 2);
|
|
8893
8919
|
__decorateClass([
|
|
8894
|
-
|
|
8920
|
+
IsString131({ message: "debe ser un texto" }),
|
|
8921
|
+
Length125(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8895
8922
|
Expose153()
|
|
8896
8923
|
], LiquidadaTOAENTITY.prototype, "Tecnologia_TV", 2);
|
|
8897
8924
|
__decorateClass([
|
|
8898
|
-
|
|
8925
|
+
IsString131({ message: "debe ser un texto" }),
|
|
8926
|
+
Length125(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8899
8927
|
Expose153()
|
|
8900
8928
|
], LiquidadaTOAENTITY.prototype, "Tipo_Acceso", 2);
|
|
8901
8929
|
__decorateClass([
|
|
8902
|
-
|
|
8930
|
+
IsString131({ message: "debe ser un texto" }),
|
|
8931
|
+
Length125(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8903
8932
|
Expose153()
|
|
8904
8933
|
], LiquidadaTOAENTITY.prototype, "CCN", 2);
|
|
8905
8934
|
__decorateClass([
|
|
8906
|
-
|
|
8935
|
+
IsString131({ message: "debe ser un texto" }),
|
|
8936
|
+
Length125(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8907
8937
|
Expose153()
|
|
8908
8938
|
], LiquidadaTOAENTITY.prototype, "Rural", 2);
|
|
8909
8939
|
__decorateClass([
|
|
8910
|
-
|
|
8940
|
+
IsString131({ message: "debe ser un texto" }),
|
|
8941
|
+
Length125(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8911
8942
|
Expose153()
|
|
8912
8943
|
], LiquidadaTOAENTITY.prototype, "ZonaRoja", 2);
|
|
8913
8944
|
__decorateClass([
|
|
8914
|
-
|
|
8945
|
+
IsString131({ message: "debe ser un texto" }),
|
|
8946
|
+
Length125(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8915
8947
|
Expose153()
|
|
8916
8948
|
], LiquidadaTOAENTITY.prototype, "Tipo_Agendamiento", 2);
|
|
8917
8949
|
__decorateClass([
|
|
8918
|
-
|
|
8950
|
+
IsString131({ message: "debe ser un texto" }),
|
|
8951
|
+
Length125(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8919
8952
|
Expose153()
|
|
8920
8953
|
], LiquidadaTOAENTITY.prototype, "Causa_Reparacion", 2);
|
|
8921
8954
|
__decorateClass([
|
|
8922
|
-
|
|
8955
|
+
IsString131({ message: "debe ser un texto" }),
|
|
8956
|
+
Length125(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8923
8957
|
Expose153()
|
|
8924
8958
|
], LiquidadaTOAENTITY.prototype, "TipoProducto", 2);
|
|
8925
8959
|
__decorateClass([
|
|
8926
|
-
|
|
8960
|
+
IsString131({ message: "debe ser un texto" }),
|
|
8961
|
+
Length125(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8927
8962
|
Expose153()
|
|
8928
8963
|
], LiquidadaTOAENTITY.prototype, "Cierre_STB", 2);
|
|
8929
8964
|
__decorateClass([
|
|
8930
|
-
|
|
8965
|
+
IsString131({ message: "debe ser un texto" }),
|
|
8966
|
+
Length125(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8931
8967
|
Expose153()
|
|
8932
8968
|
], LiquidadaTOAENTITY.prototype, "Cierre_BA", 2);
|
|
8933
8969
|
__decorateClass([
|
|
8934
|
-
|
|
8970
|
+
IsString131({ message: "debe ser un texto" }),
|
|
8971
|
+
Length125(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8935
8972
|
Expose153()
|
|
8936
8973
|
], LiquidadaTOAENTITY.prototype, "Cierre_TV", 2);
|
|
8937
8974
|
__decorateClass([
|
|
8938
|
-
|
|
8975
|
+
IsString131({ message: "debe ser un texto" }),
|
|
8976
|
+
Length125(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8939
8977
|
Expose153()
|
|
8940
8978
|
], LiquidadaTOAENTITY.prototype, "Motivo_Reparacion", 2);
|
|
8941
8979
|
__decorateClass([
|
|
8942
|
-
|
|
8980
|
+
IsString131({ message: "debe ser un texto" }),
|
|
8981
|
+
Length125(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8943
8982
|
Expose153()
|
|
8944
8983
|
], LiquidadaTOAENTITY.prototype, "SubMotivo_Reparacion", 2);
|
|
8945
8984
|
__decorateClass([
|
|
8946
|
-
|
|
8985
|
+
IsString131({ message: "debe ser un texto" }),
|
|
8986
|
+
Length125(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8947
8987
|
Expose153()
|
|
8948
8988
|
], LiquidadaTOAENTITY.prototype, "Giro", 2);
|
|
8949
8989
|
__decorateClass([
|
|
8950
|
-
|
|
8990
|
+
IsString131({ message: "debe ser un texto" }),
|
|
8991
|
+
Length125(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8951
8992
|
Expose153()
|
|
8952
8993
|
], LiquidadaTOAENTITY.prototype, "NombreContacto", 2);
|
|
8953
8994
|
__decorateClass([
|
|
8954
|
-
|
|
8995
|
+
IsString131({ message: "debe ser un texto" }),
|
|
8996
|
+
Length125(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8955
8997
|
Expose153()
|
|
8956
8998
|
], LiquidadaTOAENTITY.prototype, "Observaciones", 2);
|
|
8957
8999
|
__decorateClass([
|
|
8958
|
-
|
|
9000
|
+
IsString131({ message: "debe ser un texto" }),
|
|
9001
|
+
Length125(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8959
9002
|
Expose153()
|
|
8960
9003
|
], LiquidadaTOAENTITY.prototype, "Inicio_Fin", 2);
|
|
8961
9004
|
__decorateClass([
|
|
8962
|
-
|
|
9005
|
+
IsString131({ message: "debe ser un texto" }),
|
|
9006
|
+
Length125(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8963
9007
|
Expose153()
|
|
8964
9008
|
], LiquidadaTOAENTITY.prototype, "Reutilizaci\xF3n_de_Drop", 2);
|
|
8965
9009
|
__decorateClass([
|
|
@@ -8984,7 +9028,8 @@ __decorateClass([
|
|
|
8984
9028
|
ValidateNested83({ each: true })
|
|
8985
9029
|
], LiquidadaTOAENTITY.prototype, "Inventario", 2);
|
|
8986
9030
|
__decorateClass([
|
|
8987
|
-
|
|
9031
|
+
IsString131({ message: "debe ser un texto" }),
|
|
9032
|
+
Length125(0, 250, { message: "debe tener una longitud de 0 a 250" }),
|
|
8988
9033
|
Expose153()
|
|
8989
9034
|
], LiquidadaTOAENTITY.prototype, "TipoFibra", 2);
|
|
8990
9035
|
__decorateClass([
|
package/package.json
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "sigo-entities",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "Desarrollo de modelos de datos SIGO",
|
|
5
|
-
"main": "dist/index.js",
|
|
6
|
-
"module": "dist/index.mjs",
|
|
7
|
-
"types": "dist/index.d.ts",
|
|
8
|
-
"scripts": {
|
|
9
|
-
"build": "tsup",
|
|
10
|
-
"prepare": "npm run build"
|
|
11
|
-
},
|
|
12
|
-
"repository": {
|
|
13
|
-
"type": "git",
|
|
14
|
-
"url": "git@github.com-trabajo:GRUPOCOBRA/sigo-entities.git"
|
|
15
|
-
},
|
|
16
|
-
"keywords": [],
|
|
17
|
-
"author": "usuario088",
|
|
18
|
-
"license": "ISC",
|
|
19
|
-
"devDependencies": {
|
|
20
|
-
"tsup": "^8.1.0",
|
|
21
|
-
"typescript": "^5.4.5"
|
|
22
|
-
},
|
|
23
|
-
"dependencies": {
|
|
24
|
-
"class-transformer": "^0.5.1",
|
|
25
|
-
"class-validator": "^0.14.1"
|
|
26
|
-
}
|
|
27
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "sigo-entities",
|
|
3
|
+
"version": "0.0.95",
|
|
4
|
+
"description": "Desarrollo de modelos de datos SIGO",
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"module": "dist/index.mjs",
|
|
7
|
+
"types": "dist/index.d.ts",
|
|
8
|
+
"scripts": {
|
|
9
|
+
"build": "tsup",
|
|
10
|
+
"prepare": "npm run build"
|
|
11
|
+
},
|
|
12
|
+
"repository": {
|
|
13
|
+
"type": "git",
|
|
14
|
+
"url": "git@github.com-trabajo:GRUPOCOBRA/sigo-entities.git"
|
|
15
|
+
},
|
|
16
|
+
"keywords": [],
|
|
17
|
+
"author": "usuario088",
|
|
18
|
+
"license": "ISC",
|
|
19
|
+
"devDependencies": {
|
|
20
|
+
"tsup": "^8.1.0",
|
|
21
|
+
"typescript": "^5.4.5"
|
|
22
|
+
},
|
|
23
|
+
"dependencies": {
|
|
24
|
+
"class-transformer": "^0.5.1",
|
|
25
|
+
"class-validator": "^0.14.1"
|
|
26
|
+
}
|
|
27
|
+
}
|