sigo-entities 0.0.210 → 0.0.212
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +3 -13
- package/dist/index.d.ts +3 -13
- package/dist/index.js +5 -22
- package/dist/index.mjs +40 -57
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -716,6 +716,7 @@ declare class ValorizacionManoObraRegularizacionDTO {
|
|
|
716
716
|
Especialidad: CodigoNombreDTO;
|
|
717
717
|
ManoObra: CodigoNombreUMDTO;
|
|
718
718
|
LineaCodigoCub: string;
|
|
719
|
+
Regularizado: Boolean;
|
|
719
720
|
}
|
|
720
721
|
|
|
721
722
|
declare class DetalleChileValorizacionManoObraRegularizacionDTO {
|
|
@@ -1637,7 +1638,7 @@ declare class UnidadMedidaDTO$1 {
|
|
|
1637
1638
|
UnidadMedida: string;
|
|
1638
1639
|
}
|
|
1639
1640
|
|
|
1640
|
-
declare class CambiosEstadosPagosProduccionDTO
|
|
1641
|
+
declare class CambiosEstadosPagosProduccionDTO {
|
|
1641
1642
|
NroDocumento: string;
|
|
1642
1643
|
UsuarioCambio: UsuarioDTO;
|
|
1643
1644
|
FechaCambio: Date;
|
|
@@ -1673,15 +1674,7 @@ declare class BaremosChileENTITY {
|
|
|
1673
1674
|
MO_Total: number;
|
|
1674
1675
|
EstadoFase: string;
|
|
1675
1676
|
FechaDocumento: Date;
|
|
1676
|
-
CambiosEstadosFase: CambiosEstadosPagosProduccionDTO
|
|
1677
|
-
}
|
|
1678
|
-
|
|
1679
|
-
declare class CambiosEstadosPagosProduccionDTO {
|
|
1680
|
-
NroDocumento: string;
|
|
1681
|
-
UsuarioCambio: UsuarioDTO;
|
|
1682
|
-
FechaCambio: Date;
|
|
1683
|
-
Anexos: FilesDocDTO[];
|
|
1684
|
-
EstadoFase: string;
|
|
1677
|
+
CambiosEstadosFase: CambiosEstadosPagosProduccionDTO[];
|
|
1685
1678
|
}
|
|
1686
1679
|
|
|
1687
1680
|
declare class CuadrillaDTO {
|
|
@@ -1754,9 +1747,6 @@ declare class BaremosColombiaENTITY {
|
|
|
1754
1747
|
Mes: number;
|
|
1755
1748
|
PB_Total: number;
|
|
1756
1749
|
MO_Total: number;
|
|
1757
|
-
EstadoFase: string;
|
|
1758
|
-
FechaDocumento: Date;
|
|
1759
|
-
CambiosEstadosFase: CambiosEstadosPagosProduccionDTO[];
|
|
1760
1750
|
PagosEC: PagosECDTO[];
|
|
1761
1751
|
Cancelado: boolean;
|
|
1762
1752
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -716,6 +716,7 @@ declare class ValorizacionManoObraRegularizacionDTO {
|
|
|
716
716
|
Especialidad: CodigoNombreDTO;
|
|
717
717
|
ManoObra: CodigoNombreUMDTO;
|
|
718
718
|
LineaCodigoCub: string;
|
|
719
|
+
Regularizado: Boolean;
|
|
719
720
|
}
|
|
720
721
|
|
|
721
722
|
declare class DetalleChileValorizacionManoObraRegularizacionDTO {
|
|
@@ -1637,7 +1638,7 @@ declare class UnidadMedidaDTO$1 {
|
|
|
1637
1638
|
UnidadMedida: string;
|
|
1638
1639
|
}
|
|
1639
1640
|
|
|
1640
|
-
declare class CambiosEstadosPagosProduccionDTO
|
|
1641
|
+
declare class CambiosEstadosPagosProduccionDTO {
|
|
1641
1642
|
NroDocumento: string;
|
|
1642
1643
|
UsuarioCambio: UsuarioDTO;
|
|
1643
1644
|
FechaCambio: Date;
|
|
@@ -1673,15 +1674,7 @@ declare class BaremosChileENTITY {
|
|
|
1673
1674
|
MO_Total: number;
|
|
1674
1675
|
EstadoFase: string;
|
|
1675
1676
|
FechaDocumento: Date;
|
|
1676
|
-
CambiosEstadosFase: CambiosEstadosPagosProduccionDTO
|
|
1677
|
-
}
|
|
1678
|
-
|
|
1679
|
-
declare class CambiosEstadosPagosProduccionDTO {
|
|
1680
|
-
NroDocumento: string;
|
|
1681
|
-
UsuarioCambio: UsuarioDTO;
|
|
1682
|
-
FechaCambio: Date;
|
|
1683
|
-
Anexos: FilesDocDTO[];
|
|
1684
|
-
EstadoFase: string;
|
|
1677
|
+
CambiosEstadosFase: CambiosEstadosPagosProduccionDTO[];
|
|
1685
1678
|
}
|
|
1686
1679
|
|
|
1687
1680
|
declare class CuadrillaDTO {
|
|
@@ -1754,9 +1747,6 @@ declare class BaremosColombiaENTITY {
|
|
|
1754
1747
|
Mes: number;
|
|
1755
1748
|
PB_Total: number;
|
|
1756
1749
|
MO_Total: number;
|
|
1757
|
-
EstadoFase: string;
|
|
1758
|
-
FechaDocumento: Date;
|
|
1759
|
-
CambiosEstadosFase: CambiosEstadosPagosProduccionDTO[];
|
|
1760
1750
|
PagosEC: PagosECDTO[];
|
|
1761
1751
|
Cancelado: boolean;
|
|
1762
1752
|
}
|
package/dist/index.js
CHANGED
|
@@ -3408,6 +3408,7 @@ var ValorizacionManoObraRegularizacionDTO = class {
|
|
|
3408
3408
|
Especialidad = new CodigoNombreDTO();
|
|
3409
3409
|
ManoObra = new CodigoNombreUMDTO();
|
|
3410
3410
|
LineaCodigoCub = "";
|
|
3411
|
+
Regularizado = false;
|
|
3411
3412
|
};
|
|
3412
3413
|
__decorateClass([
|
|
3413
3414
|
(0, import_class_validator69.IsNumber)({}, { message: "debe ser un numero" }),
|
|
@@ -3460,6 +3461,10 @@ __decorateClass([
|
|
|
3460
3461
|
(0, import_class_validator69.IsNotEmpty)({ message: "es requerido" }),
|
|
3461
3462
|
(0, import_class_transformer69.Expose)()
|
|
3462
3463
|
], ValorizacionManoObraRegularizacionDTO.prototype, "LineaCodigoCub", 2);
|
|
3464
|
+
__decorateClass([
|
|
3465
|
+
(0, import_class_validator69.IsBoolean)({ message: "debe ser un true o false" }),
|
|
3466
|
+
(0, import_class_transformer69.Expose)()
|
|
3467
|
+
], ValorizacionManoObraRegularizacionDTO.prototype, "Regularizado", 2);
|
|
3463
3468
|
|
|
3464
3469
|
// src/programados/procesos/reservaManoObraRegularizacion/shared/dto/detalle-chile-dto.ts
|
|
3465
3470
|
var import_class_validator70 = require("class-validator");
|
|
@@ -9270,9 +9275,6 @@ var BaremosColombiaENTITY = class {
|
|
|
9270
9275
|
Mes = 0;
|
|
9271
9276
|
PB_Total = 0;
|
|
9272
9277
|
MO_Total = 0;
|
|
9273
|
-
EstadoFase = "PENDIENTE";
|
|
9274
|
-
FechaDocumento = /* @__PURE__ */ new Date(0);
|
|
9275
|
-
CambiosEstadosFase = [];
|
|
9276
9278
|
PagosEC = [];
|
|
9277
9279
|
Cancelado = false;
|
|
9278
9280
|
};
|
|
@@ -9425,25 +9427,6 @@ __decorateClass([
|
|
|
9425
9427
|
(0, import_class_transformer161.Expose)(),
|
|
9426
9428
|
(0, import_class_validator161.Min)(0)
|
|
9427
9429
|
], BaremosColombiaENTITY.prototype, "MO_Total", 2);
|
|
9428
|
-
__decorateClass([
|
|
9429
|
-
(0, import_class_validator161.IsString)({ message: "debe ser un texto" }),
|
|
9430
|
-
(0, import_class_validator161.IsNotEmpty)({ message: "es requerido" }),
|
|
9431
|
-
(0, import_class_validator161.IsIn)(["PENDIENTE", "GENERADO", "FACTURADO"], { message: "El valor debe ser PENDIENTE , GENERADO \xF3 FACTURADO" }),
|
|
9432
|
-
(0, import_class_transformer161.Expose)()
|
|
9433
|
-
], BaremosColombiaENTITY.prototype, "EstadoFase", 2);
|
|
9434
|
-
__decorateClass([
|
|
9435
|
-
(0, import_class_transformer161.Transform)(({ value }) => typeof value === "string" ? new Date(value) : value, { toClassOnly: true }),
|
|
9436
|
-
(0, import_class_validator161.IsDate)({ message: "debe ser fecha" }),
|
|
9437
|
-
(0, import_class_validator161.IsNotEmpty)({ message: "es requerido" }),
|
|
9438
|
-
(0, import_class_transformer161.Expose)()
|
|
9439
|
-
], BaremosColombiaENTITY.prototype, "FechaDocumento", 2);
|
|
9440
|
-
__decorateClass([
|
|
9441
|
-
(0, import_class_validator161.IsArray)(),
|
|
9442
|
-
(0, import_class_transformer161.Type)(() => CambiosEstadosPagosProduccionDTO2),
|
|
9443
|
-
(0, import_class_validator161.IsNotEmpty)({ message: "es requerido" }),
|
|
9444
|
-
(0, import_class_transformer161.Expose)(),
|
|
9445
|
-
(0, import_class_validator161.ValidateNested)({ each: true })
|
|
9446
|
-
], BaremosColombiaENTITY.prototype, "CambiosEstadosFase", 2);
|
|
9447
9430
|
__decorateClass([
|
|
9448
9431
|
(0, import_class_validator161.IsArray)(),
|
|
9449
9432
|
(0, import_class_transformer161.Type)(() => PagosECDTO),
|
package/dist/index.mjs
CHANGED
|
@@ -3079,7 +3079,7 @@ __decorateClass([
|
|
|
3079
3079
|
import { IsArray as IsArray18, IsDate as IsDate18, IsNotEmpty as IsNotEmpty70, IsNumber as IsNumber46, IsString as IsString62, Min as Min40, ValidateNested as ValidateNested27 } from "class-validator";
|
|
3080
3080
|
|
|
3081
3081
|
// src/programados/procesos/reservaManoObraRegularizacion/shared/dto/valorizacion-dto.ts
|
|
3082
|
-
import { IsArray as IsArray16, IsNotEmpty as IsNotEmpty67, IsNumber as IsNumber43, IsString as IsString59, Min as Min37, ValidateNested as ValidateNested25 } from "class-validator";
|
|
3082
|
+
import { IsArray as IsArray16, IsBoolean as IsBoolean4, IsNotEmpty as IsNotEmpty67, IsNumber as IsNumber43, IsString as IsString59, Min as Min37, ValidateNested as ValidateNested25 } from "class-validator";
|
|
3083
3083
|
|
|
3084
3084
|
// src/programados/procesos/reservaManoObraRegularizacion/shared/dto/empresa-produccion-dto.ts
|
|
3085
3085
|
import { IsNotEmpty as IsNotEmpty66, IsNumber as IsNumber42, IsString as IsString58, Min as Min36 } from "class-validator";
|
|
@@ -3163,6 +3163,7 @@ var ValorizacionManoObraRegularizacionDTO = class {
|
|
|
3163
3163
|
Especialidad = new CodigoNombreDTO();
|
|
3164
3164
|
ManoObra = new CodigoNombreUMDTO();
|
|
3165
3165
|
LineaCodigoCub = "";
|
|
3166
|
+
Regularizado = false;
|
|
3166
3167
|
};
|
|
3167
3168
|
__decorateClass([
|
|
3168
3169
|
IsNumber43({}, { message: "debe ser un numero" }),
|
|
@@ -3215,6 +3216,10 @@ __decorateClass([
|
|
|
3215
3216
|
IsNotEmpty67({ message: "es requerido" }),
|
|
3216
3217
|
Expose68()
|
|
3217
3218
|
], ValorizacionManoObraRegularizacionDTO.prototype, "LineaCodigoCub", 2);
|
|
3219
|
+
__decorateClass([
|
|
3220
|
+
IsBoolean4({ message: "debe ser un true o false" }),
|
|
3221
|
+
Expose68()
|
|
3222
|
+
], ValorizacionManoObraRegularizacionDTO.prototype, "Regularizado", 2);
|
|
3218
3223
|
|
|
3219
3224
|
// src/programados/procesos/reservaManoObraRegularizacion/shared/dto/detalle-chile-dto.ts
|
|
3220
3225
|
import { IsNotEmpty as IsNotEmpty68, IsString as IsString60 } from "class-validator";
|
|
@@ -4086,13 +4091,13 @@ import { IsArray as IsArray21, IsNotEmpty as IsNotEmpty80, ValidateNested as Val
|
|
|
4086
4091
|
|
|
4087
4092
|
// src/programados/procesos/trabajo/shared/dto/estado-HPList-dto.ts
|
|
4088
4093
|
import { Expose as Expose80 } from "class-transformer";
|
|
4089
|
-
import { IsBoolean as
|
|
4094
|
+
import { IsBoolean as IsBoolean5, IsNotEmpty as IsNotEmpty79, IsString as IsString69, Length as Length55 } from "class-validator";
|
|
4090
4095
|
var EstadoHPListDTO = class {
|
|
4091
4096
|
Estado = true;
|
|
4092
4097
|
Especialidad = "";
|
|
4093
4098
|
};
|
|
4094
4099
|
__decorateClass([
|
|
4095
|
-
|
|
4100
|
+
IsBoolean5({ message: "debe ser un booleano" }),
|
|
4096
4101
|
IsNotEmpty79({ message: "es requerido" }),
|
|
4097
4102
|
Expose80()
|
|
4098
4103
|
], EstadoHPListDTO.prototype, "Estado", 2);
|
|
@@ -5134,13 +5139,13 @@ import { IsArray as IsArray35, IsDate as IsDate36, IsNotEmpty as IsNotEmpty111,
|
|
|
5134
5139
|
|
|
5135
5140
|
// src/programados/procesos/trabajoMacroObra/shared/dto/estado-HPList-dto.ts
|
|
5136
5141
|
import { Expose as Expose94 } from "class-transformer";
|
|
5137
|
-
import { IsBoolean as
|
|
5142
|
+
import { IsBoolean as IsBoolean6, IsNotEmpty as IsNotEmpty93, IsString as IsString80, Length as Length66 } from "class-validator";
|
|
5138
5143
|
var EstadoHPListDTO2 = class {
|
|
5139
5144
|
Estado = true;
|
|
5140
5145
|
Especialidad = "";
|
|
5141
5146
|
};
|
|
5142
5147
|
__decorateClass([
|
|
5143
|
-
|
|
5148
|
+
IsBoolean6({ message: "debe ser un booleano" }),
|
|
5144
5149
|
IsNotEmpty93({ message: "es requerido" }),
|
|
5145
5150
|
Expose94()
|
|
5146
5151
|
], EstadoHPListDTO2.prototype, "Estado", 2);
|
|
@@ -7936,7 +7941,7 @@ __decorateClass([
|
|
|
7936
7941
|
|
|
7937
7942
|
// src/programados/Reportes/ReporteProduccion/Alemania/Baremos/dto/empresa-dto.ts
|
|
7938
7943
|
import { Expose as Expose140 } from "class-transformer";
|
|
7939
|
-
import { IsBoolean as
|
|
7944
|
+
import { IsBoolean as IsBoolean8, IsNotEmpty as IsNotEmpty138, IsString as IsString116, Length as Length101 } from "class-validator";
|
|
7940
7945
|
var EmpresaDTO2 = class {
|
|
7941
7946
|
Codigo = "";
|
|
7942
7947
|
RazonSocial = "";
|
|
@@ -7955,7 +7960,7 @@ __decorateClass([
|
|
|
7955
7960
|
Expose140()
|
|
7956
7961
|
], EmpresaDTO2.prototype, "RazonSocial", 2);
|
|
7957
7962
|
__decorateClass([
|
|
7958
|
-
|
|
7963
|
+
IsBoolean8({ message: "debe ser true o false" }),
|
|
7959
7964
|
IsNotEmpty138({ message: "es requerido" }),
|
|
7960
7965
|
Length101(1, 100, { message: "debe tener entre 1 y 100 caracteres" }),
|
|
7961
7966
|
Expose140()
|
|
@@ -7963,7 +7968,7 @@ __decorateClass([
|
|
|
7963
7968
|
|
|
7964
7969
|
// src/programados/Reportes/ReporteProduccion/Alemania/Baremos/dto/manoobra-dto.ts
|
|
7965
7970
|
import { Expose as Expose141 } from "class-transformer";
|
|
7966
|
-
import { IsBoolean as
|
|
7971
|
+
import { IsBoolean as IsBoolean9, IsNotEmpty as IsNotEmpty139, IsString as IsString117, Length as Length102 } from "class-validator";
|
|
7967
7972
|
var ManoObraDTO = class {
|
|
7968
7973
|
Codigo = "";
|
|
7969
7974
|
Nombre = "";
|
|
@@ -7982,7 +7987,7 @@ __decorateClass([
|
|
|
7982
7987
|
Expose141()
|
|
7983
7988
|
], ManoObraDTO.prototype, "Nombre", 2);
|
|
7984
7989
|
__decorateClass([
|
|
7985
|
-
|
|
7990
|
+
IsBoolean9({ message: "debe ser true o false" }),
|
|
7986
7991
|
IsNotEmpty139({ message: "es requerido" }),
|
|
7987
7992
|
Length102(1, 100, { message: "debe tener entre 1 y 100 caracteres" }),
|
|
7988
7993
|
Expose141()
|
|
@@ -8269,7 +8274,7 @@ __decorateClass([
|
|
|
8269
8274
|
|
|
8270
8275
|
// src/programados/Reportes/ReporteProduccion/Chile/Baremos/dto/empresa-dto.ts
|
|
8271
8276
|
import { Expose as Expose146 } from "class-transformer";
|
|
8272
|
-
import { IsBoolean as
|
|
8277
|
+
import { IsBoolean as IsBoolean14, IsNotEmpty as IsNotEmpty144, IsString as IsString122, Length as Length107 } from "class-validator";
|
|
8273
8278
|
var EmpresaDTO3 = class {
|
|
8274
8279
|
Codigo = "";
|
|
8275
8280
|
RazonSocial = "";
|
|
@@ -8288,7 +8293,7 @@ __decorateClass([
|
|
|
8288
8293
|
Expose146()
|
|
8289
8294
|
], EmpresaDTO3.prototype, "RazonSocial", 2);
|
|
8290
8295
|
__decorateClass([
|
|
8291
|
-
|
|
8296
|
+
IsBoolean14({ message: "debe ser true o false" }),
|
|
8292
8297
|
IsNotEmpty144({ message: "es requerido" }),
|
|
8293
8298
|
Length107(1, 100, { message: "debe tener entre 1 y 100 caracteres" }),
|
|
8294
8299
|
Expose146()
|
|
@@ -8296,7 +8301,7 @@ __decorateClass([
|
|
|
8296
8301
|
|
|
8297
8302
|
// src/programados/Reportes/ReporteProduccion/Chile/Baremos/dto/manoobra-dto.ts
|
|
8298
8303
|
import { Expose as Expose147 } from "class-transformer";
|
|
8299
|
-
import { IsBoolean as
|
|
8304
|
+
import { IsBoolean as IsBoolean15, IsNotEmpty as IsNotEmpty145, IsString as IsString123, Length as Length108 } from "class-validator";
|
|
8300
8305
|
var ManoObraDTO2 = class {
|
|
8301
8306
|
Codigo = "";
|
|
8302
8307
|
Nombre = "";
|
|
@@ -8315,7 +8320,7 @@ __decorateClass([
|
|
|
8315
8320
|
Expose147()
|
|
8316
8321
|
], ManoObraDTO2.prototype, "Nombre", 2);
|
|
8317
8322
|
__decorateClass([
|
|
8318
|
-
|
|
8323
|
+
IsBoolean15({ message: "debe ser true o false" }),
|
|
8319
8324
|
IsNotEmpty145({ message: "es requerido" }),
|
|
8320
8325
|
Length108(1, 100, { message: "debe tener entre 1 y 100 caracteres" }),
|
|
8321
8326
|
Expose147()
|
|
@@ -8578,8 +8583,8 @@ __decorateClass([
|
|
|
8578
8583
|
], BaremosChileENTITY.prototype, "CambiosEstadosFase", 2);
|
|
8579
8584
|
|
|
8580
8585
|
// src/programados/Reportes/ReporteProduccion/Colombia/Baremos/index.ts
|
|
8581
|
-
import { Expose as Expose160,
|
|
8582
|
-
import { IsArray as IsArray67, IsBoolean as
|
|
8586
|
+
import { Expose as Expose160, Type as Type112 } from "class-transformer";
|
|
8587
|
+
import { IsArray as IsArray67, IsBoolean as IsBoolean24, IsNotEmpty as IsNotEmpty158, IsNumber as IsNumber115, IsOptional as IsOptional3, IsString as IsString136, Min as Min84, ValidateNested as ValidateNested101 } from "class-validator";
|
|
8583
8588
|
|
|
8584
8589
|
// src/programados/Reportes/ReporteProduccion/Colombia/Baremos/dto/cambios-estados-pagos-produccion-dto.ts
|
|
8585
8590
|
import { Expose as Expose151, Transform, Type as Type104 } from "class-transformer";
|
|
@@ -8651,7 +8656,7 @@ __decorateClass([
|
|
|
8651
8656
|
|
|
8652
8657
|
// src/programados/Reportes/ReporteProduccion/Colombia/Baremos/dto/empresa-dto.ts
|
|
8653
8658
|
import { Expose as Expose153 } from "class-transformer";
|
|
8654
|
-
import { IsBoolean as
|
|
8659
|
+
import { IsBoolean as IsBoolean19, IsNotEmpty as IsNotEmpty151, IsString as IsString129, Length as Length114 } from "class-validator";
|
|
8655
8660
|
var EmpresaDTO4 = class {
|
|
8656
8661
|
Codigo = "";
|
|
8657
8662
|
RazonSocial = "";
|
|
@@ -8670,7 +8675,7 @@ __decorateClass([
|
|
|
8670
8675
|
Expose153()
|
|
8671
8676
|
], EmpresaDTO4.prototype, "RazonSocial", 2);
|
|
8672
8677
|
__decorateClass([
|
|
8673
|
-
|
|
8678
|
+
IsBoolean19({ message: "debe ser true o false" }),
|
|
8674
8679
|
IsNotEmpty151({ message: "es requerido" }),
|
|
8675
8680
|
Expose153()
|
|
8676
8681
|
], EmpresaDTO4.prototype, "Propia", 2);
|
|
@@ -9025,9 +9030,6 @@ var BaremosColombiaENTITY = class {
|
|
|
9025
9030
|
Mes = 0;
|
|
9026
9031
|
PB_Total = 0;
|
|
9027
9032
|
MO_Total = 0;
|
|
9028
|
-
EstadoFase = "PENDIENTE";
|
|
9029
|
-
FechaDocumento = /* @__PURE__ */ new Date(0);
|
|
9030
|
-
CambiosEstadosFase = [];
|
|
9031
9033
|
PagosEC = [];
|
|
9032
9034
|
Cancelado = false;
|
|
9033
9035
|
};
|
|
@@ -9180,25 +9182,6 @@ __decorateClass([
|
|
|
9180
9182
|
Expose160(),
|
|
9181
9183
|
Min84(0)
|
|
9182
9184
|
], BaremosColombiaENTITY.prototype, "MO_Total", 2);
|
|
9183
|
-
__decorateClass([
|
|
9184
|
-
IsString136({ message: "debe ser un texto" }),
|
|
9185
|
-
IsNotEmpty158({ message: "es requerido" }),
|
|
9186
|
-
IsIn23(["PENDIENTE", "GENERADO", "FACTURADO"], { message: "El valor debe ser PENDIENTE , GENERADO \xF3 FACTURADO" }),
|
|
9187
|
-
Expose160()
|
|
9188
|
-
], BaremosColombiaENTITY.prototype, "EstadoFase", 2);
|
|
9189
|
-
__decorateClass([
|
|
9190
|
-
Transform6(({ value }) => typeof value === "string" ? new Date(value) : value, { toClassOnly: true }),
|
|
9191
|
-
IsDate66({ message: "debe ser fecha" }),
|
|
9192
|
-
IsNotEmpty158({ message: "es requerido" }),
|
|
9193
|
-
Expose160()
|
|
9194
|
-
], BaremosColombiaENTITY.prototype, "FechaDocumento", 2);
|
|
9195
|
-
__decorateClass([
|
|
9196
|
-
IsArray67(),
|
|
9197
|
-
Type112(() => CambiosEstadosPagosProduccionDTO2),
|
|
9198
|
-
IsNotEmpty158({ message: "es requerido" }),
|
|
9199
|
-
Expose160(),
|
|
9200
|
-
ValidateNested101({ each: true })
|
|
9201
|
-
], BaremosColombiaENTITY.prototype, "CambiosEstadosFase", 2);
|
|
9202
9185
|
__decorateClass([
|
|
9203
9186
|
IsArray67(),
|
|
9204
9187
|
Type112(() => PagosECDTO),
|
|
@@ -9207,14 +9190,14 @@ __decorateClass([
|
|
|
9207
9190
|
ValidateNested101({ each: true })
|
|
9208
9191
|
], BaremosColombiaENTITY.prototype, "PagosEC", 2);
|
|
9209
9192
|
__decorateClass([
|
|
9210
|
-
|
|
9193
|
+
IsBoolean24({ message: "debe ser true o false" }),
|
|
9211
9194
|
IsNotEmpty158({ message: "es requerido" }),
|
|
9212
9195
|
Expose160()
|
|
9213
9196
|
], BaremosColombiaENTITY.prototype, "Cancelado", 2);
|
|
9214
9197
|
|
|
9215
9198
|
// src/programados/Reportes/LiberacionDePagos/shared/index.ts
|
|
9216
9199
|
import { Expose as Expose169, Type as Type121 } from "class-transformer";
|
|
9217
|
-
import { IsArray as IsArray76, IsBoolean as
|
|
9200
|
+
import { IsArray as IsArray76, IsBoolean as IsBoolean32, IsDate as IsDate75, IsIn as IsIn32, IsNotEmpty as IsNotEmpty167, IsNumber as IsNumber123, IsString as IsString145, Min as Min92, ValidateNested as ValidateNested110 } from "class-validator";
|
|
9218
9201
|
|
|
9219
9202
|
// src/programados/Reportes/LiberacionDePagos/shared/dto/periodo-liberacion-pagos-dto.ts
|
|
9220
9203
|
import { Expose as Expose161 } from "class-transformer";
|
|
@@ -9300,7 +9283,7 @@ __decorateClass([
|
|
|
9300
9283
|
|
|
9301
9284
|
// src/programados/Reportes/LiberacionDePagos/shared/dto/empresa-liberacion-pagos-dto.ts
|
|
9302
9285
|
import { Expose as Expose163 } from "class-transformer";
|
|
9303
|
-
import { IsBoolean as
|
|
9286
|
+
import { IsBoolean as IsBoolean27, IsNotEmpty as IsNotEmpty161, IsString as IsString139, Length as Length123 } from "class-validator";
|
|
9304
9287
|
var EmpresaLiberacionPagosDTO = class {
|
|
9305
9288
|
Codigo = "";
|
|
9306
9289
|
RazonSocial = "";
|
|
@@ -9319,14 +9302,14 @@ __decorateClass([
|
|
|
9319
9302
|
Expose163()
|
|
9320
9303
|
], EmpresaLiberacionPagosDTO.prototype, "RazonSocial", 2);
|
|
9321
9304
|
__decorateClass([
|
|
9322
|
-
|
|
9305
|
+
IsBoolean27({ message: "debe ser true o false" }),
|
|
9323
9306
|
IsNotEmpty161({ message: "es requerido" }),
|
|
9324
9307
|
Expose163()
|
|
9325
9308
|
], EmpresaLiberacionPagosDTO.prototype, "Propia", 2);
|
|
9326
9309
|
|
|
9327
9310
|
// src/programados/Reportes/LiberacionDePagos/shared/dto/manoobra-liberacion_pagos-dto.ts
|
|
9328
9311
|
import { Expose as Expose164 } from "class-transformer";
|
|
9329
|
-
import { IsBoolean as
|
|
9312
|
+
import { IsBoolean as IsBoolean28, IsNotEmpty as IsNotEmpty162, IsString as IsString140, Length as Length124 } from "class-validator";
|
|
9330
9313
|
var ManoObraLiberacionPagosDTO = class {
|
|
9331
9314
|
Codigo = "";
|
|
9332
9315
|
Nombre = "";
|
|
@@ -9345,7 +9328,7 @@ __decorateClass([
|
|
|
9345
9328
|
Expose164()
|
|
9346
9329
|
], ManoObraLiberacionPagosDTO.prototype, "Nombre", 2);
|
|
9347
9330
|
__decorateClass([
|
|
9348
|
-
|
|
9331
|
+
IsBoolean28({ message: "debe ser true o false" }),
|
|
9349
9332
|
IsNotEmpty162({ message: "es requerido" }),
|
|
9350
9333
|
Length124(1, 100, { message: "debe tener entre 1 y 100 caracteres" }),
|
|
9351
9334
|
Expose164()
|
|
@@ -9824,7 +9807,7 @@ __decorateClass([
|
|
|
9824
9807
|
Min92(1)
|
|
9825
9808
|
], LiberacionDePagosAlemaniaENTITY.prototype, "Decimales", 2);
|
|
9826
9809
|
__decorateClass([
|
|
9827
|
-
|
|
9810
|
+
IsBoolean32({ message: "debe ser true o false" }),
|
|
9828
9811
|
IsNotEmpty167({ message: "es requerido" }),
|
|
9829
9812
|
Expose169()
|
|
9830
9813
|
], LiberacionDePagosAlemaniaENTITY.prototype, "isContratista", 2);
|
|
@@ -11207,7 +11190,7 @@ import { IsArray as IsArray86, IsNotEmpty as IsNotEmpty184, IsNumber as IsNumber
|
|
|
11207
11190
|
|
|
11208
11191
|
// src/logistica/ingreso almacen/shared/dto/empresa-dto.ts
|
|
11209
11192
|
import { Expose as Expose185 } from "class-transformer";
|
|
11210
|
-
import { IsBoolean as
|
|
11193
|
+
import { IsBoolean as IsBoolean33, IsNotEmpty as IsNotEmpty181, IsString as IsString158, Length as Length140 } from "class-validator";
|
|
11211
11194
|
var EmpresaDTO5 = class {
|
|
11212
11195
|
Codigo = "";
|
|
11213
11196
|
RazonSocial = "";
|
|
@@ -11224,7 +11207,7 @@ __decorateClass([
|
|
|
11224
11207
|
Expose185()
|
|
11225
11208
|
], EmpresaDTO5.prototype, "RazonSocial", 2);
|
|
11226
11209
|
__decorateClass([
|
|
11227
|
-
|
|
11210
|
+
IsBoolean33({ message: "debe ser un booleano" }),
|
|
11228
11211
|
IsNotEmpty181({ message: "es requerido" }),
|
|
11229
11212
|
Expose185()
|
|
11230
11213
|
], EmpresaDTO5.prototype, "Propia", 2);
|
|
@@ -12171,7 +12154,7 @@ __decorateClass([
|
|
|
12171
12154
|
import { Expose as Expose205, Type as Type147 } from "class-transformer";
|
|
12172
12155
|
import {
|
|
12173
12156
|
IsArray as IsArray94,
|
|
12174
|
-
IsBoolean as
|
|
12157
|
+
IsBoolean as IsBoolean34,
|
|
12175
12158
|
IsDate as IsDate84,
|
|
12176
12159
|
IsNotEmpty as IsNotEmpty200,
|
|
12177
12160
|
IsNumber as IsNumber146,
|
|
@@ -12328,7 +12311,7 @@ __decorateClass([
|
|
|
12328
12311
|
ValidateNested136()
|
|
12329
12312
|
], PersonalENTITY.prototype, "Sincronizacion", 2);
|
|
12330
12313
|
__decorateClass([
|
|
12331
|
-
|
|
12314
|
+
IsBoolean34({ message: "debe ser un booleano" }),
|
|
12332
12315
|
IsNotEmpty200({ message: "es requerido" }),
|
|
12333
12316
|
Expose205()
|
|
12334
12317
|
], PersonalENTITY.prototype, "Administrativo", 2);
|
|
@@ -12602,7 +12585,7 @@ import { IsNotEmpty as IsNotEmpty206, IsNumber as IsNumber152, IsString as IsStr
|
|
|
12602
12585
|
|
|
12603
12586
|
// src/configuracion/empresa/shared/dto/tipo-miembro-grupo-empresa-dto.ts
|
|
12604
12587
|
import { Expose as Expose212 } from "class-transformer";
|
|
12605
|
-
import { IsBoolean as
|
|
12588
|
+
import { IsBoolean as IsBoolean35, IsNotEmpty as IsNotEmpty205, IsNumber as IsNumber151, IsString as IsString181, Length as Length161, Min as Min118 } from "class-validator";
|
|
12606
12589
|
var TipoMiembroGrupoEmpresaDTO = class {
|
|
12607
12590
|
ID_TipoMiembroGrupoEmpresa = 0;
|
|
12608
12591
|
Nombre = "";
|
|
@@ -12620,7 +12603,7 @@ __decorateClass([
|
|
|
12620
12603
|
Expose212()
|
|
12621
12604
|
], TipoMiembroGrupoEmpresaDTO.prototype, "Nombre", 2);
|
|
12622
12605
|
__decorateClass([
|
|
12623
|
-
|
|
12606
|
+
IsBoolean35({ message: "debe ser un booleano" }),
|
|
12624
12607
|
IsNotEmpty205({ message: "es requerido" }),
|
|
12625
12608
|
Expose212()
|
|
12626
12609
|
], TipoMiembroGrupoEmpresaDTO.prototype, "PermiteOtroGrupo", 2);
|
|
@@ -12734,7 +12717,7 @@ __decorateClass([
|
|
|
12734
12717
|
], TipoEmpresaDTO.prototype, "Nombre", 2);
|
|
12735
12718
|
|
|
12736
12719
|
// src/configuracion/empresa/shared/index.ts
|
|
12737
|
-
import { IsArray as IsArray99, IsBoolean as
|
|
12720
|
+
import { IsArray as IsArray99, IsBoolean as IsBoolean36, IsNotEmpty as IsNotEmpty209, IsNumber as IsNumber155, IsString as IsString185, Length as Length165, Min as Min122, ValidateNested as ValidateNested142 } from "class-validator";
|
|
12738
12721
|
var EmpresaENTITY = class {
|
|
12739
12722
|
ID_Empresa = 0;
|
|
12740
12723
|
Pais = new PaisStockPersonalDTO();
|
|
@@ -12814,7 +12797,7 @@ __decorateClass([
|
|
|
12814
12797
|
Expose216()
|
|
12815
12798
|
], EmpresaENTITY.prototype, "NombreComercial", 2);
|
|
12816
12799
|
__decorateClass([
|
|
12817
|
-
|
|
12800
|
+
IsBoolean36({ message: "debe ser un booleano" }),
|
|
12818
12801
|
IsNotEmpty209({ message: "es requerido" }),
|
|
12819
12802
|
Expose216()
|
|
12820
12803
|
], EmpresaENTITY.prototype, "Propia", 2);
|
|
@@ -13346,7 +13329,7 @@ __decorateClass([
|
|
|
13346
13329
|
|
|
13347
13330
|
// src/configuracion/usuarios/shared/index.ts
|
|
13348
13331
|
import { Expose as Expose228, Type as Type163 } from "class-transformer";
|
|
13349
|
-
import { IsArray as IsArray101, IsBoolean as
|
|
13332
|
+
import { IsArray as IsArray101, IsBoolean as IsBoolean37, IsNotEmpty as IsNotEmpty220, IsNumber as IsNumber163, IsString as IsString196, Length as Length176, Min as Min129, ValidateNested as ValidateNested146, IsEmail as IsEmail4, IsEnum as IsEnum3 } from "class-validator";
|
|
13350
13333
|
var UsuarioENTITY = class {
|
|
13351
13334
|
IdUsuario = 0;
|
|
13352
13335
|
User = "";
|
|
@@ -13520,12 +13503,12 @@ __decorateClass([
|
|
|
13520
13503
|
ValidateNested146({ each: true })
|
|
13521
13504
|
], UsuarioENTITY.prototype, "Bitacora", 2);
|
|
13522
13505
|
__decorateClass([
|
|
13523
|
-
|
|
13506
|
+
IsBoolean37({ message: "debe ser un booleano" }),
|
|
13524
13507
|
IsNotEmpty220({ message: "es requerido" }),
|
|
13525
13508
|
Expose228()
|
|
13526
13509
|
], UsuarioENTITY.prototype, "isCreate", 2);
|
|
13527
13510
|
__decorateClass([
|
|
13528
|
-
|
|
13511
|
+
IsBoolean37({ message: "debe ser un booleano" }),
|
|
13529
13512
|
IsNotEmpty220({ message: "es requerido" }),
|
|
13530
13513
|
Expose228()
|
|
13531
13514
|
], UsuarioENTITY.prototype, "SuperUsuario", 2);
|