sigo-entities 1.2.41 → 1.2.43
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +5 -5
- package/dist/index.mjs +5 -5
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -4921,7 +4921,7 @@ declare class EmpresaENTITY {
|
|
|
4921
4921
|
RazonSocial: string;
|
|
4922
4922
|
NombreComercial: string;
|
|
4923
4923
|
Propia: boolean;
|
|
4924
|
-
Documentacion:
|
|
4924
|
+
Documentacion: any;
|
|
4925
4925
|
DatosGenerales: DatosGeneralesDTO;
|
|
4926
4926
|
RepresentanteLegal: RepresentanteLegalDTO;
|
|
4927
4927
|
Delegacion: CodigoNombreDTO[];
|
package/dist/index.d.ts
CHANGED
|
@@ -4921,7 +4921,7 @@ declare class EmpresaENTITY {
|
|
|
4921
4921
|
RazonSocial: string;
|
|
4922
4922
|
NombreComercial: string;
|
|
4923
4923
|
Propia: boolean;
|
|
4924
|
-
Documentacion:
|
|
4924
|
+
Documentacion: any;
|
|
4925
4925
|
DatosGenerales: DatosGeneralesDTO;
|
|
4926
4926
|
RepresentanteLegal: RepresentanteLegalDTO;
|
|
4927
4927
|
Delegacion: CodigoNombreDTO[];
|
package/dist/index.js
CHANGED
|
@@ -4817,12 +4817,12 @@ __decorateClass([
|
|
|
4817
4817
|
], DocumentacionBaremoPexENTITY.prototype, "ContratoCod", 2);
|
|
4818
4818
|
__decorateClass([
|
|
4819
4819
|
(0, import_class_validator99.IsString)({ message: "debe ser un texto" }),
|
|
4820
|
-
(0, import_class_validator99.Length)(1,
|
|
4820
|
+
(0, import_class_validator99.Length)(1, 200, { message: "debe tener entre 1 y 200 caracteres" }),
|
|
4821
4821
|
(0, import_class_transformer98.Expose)()
|
|
4822
4822
|
], DocumentacionBaremoPexENTITY.prototype, "CodigoMO", 2);
|
|
4823
4823
|
__decorateClass([
|
|
4824
4824
|
(0, import_class_validator99.IsString)({ message: "debe ser un texto" }),
|
|
4825
|
-
(0, import_class_validator99.Length)(1,
|
|
4825
|
+
(0, import_class_validator99.Length)(1, 200, { message: "debe tener entre 1 y 200 caracteres" }),
|
|
4826
4826
|
(0, import_class_transformer98.Expose)()
|
|
4827
4827
|
], DocumentacionBaremoPexENTITY.prototype, "DescripcionMO", 2);
|
|
4828
4828
|
__decorateClass([
|
|
@@ -4832,7 +4832,7 @@ __decorateClass([
|
|
|
4832
4832
|
], DocumentacionBaremoPexENTITY.prototype, "Codigo", 2);
|
|
4833
4833
|
__decorateClass([
|
|
4834
4834
|
(0, import_class_validator99.IsString)({ message: "debe ser un texto" }),
|
|
4835
|
-
(0, import_class_validator99.Length)(1,
|
|
4835
|
+
(0, import_class_validator99.Length)(1, 200, { message: "debe tener entre 1 y 200 caracteres" }),
|
|
4836
4836
|
(0, import_class_transformer98.Expose)()
|
|
4837
4837
|
], DocumentacionBaremoPexENTITY.prototype, "Nombre", 2);
|
|
4838
4838
|
__decorateClass([
|
|
@@ -26728,6 +26728,7 @@ var EmpresaENTITY = class {
|
|
|
26728
26728
|
RazonSocial = "";
|
|
26729
26729
|
NombreComercial = "";
|
|
26730
26730
|
Propia = false;
|
|
26731
|
+
// @ValidateNested()
|
|
26731
26732
|
Documentacion = {};
|
|
26732
26733
|
DatosGenerales = new DatosGeneralesDTO();
|
|
26733
26734
|
RepresentanteLegal = new RepresentanteLegalDTO();
|
|
@@ -26802,8 +26803,7 @@ __decorateClass([
|
|
|
26802
26803
|
__decorateClass([
|
|
26803
26804
|
(0, import_class_transformer466.Type)(() => Object),
|
|
26804
26805
|
(0, import_class_validator467.IsNotEmpty)({ message: "es requerido" }),
|
|
26805
|
-
(0, import_class_transformer466.Expose)()
|
|
26806
|
-
(0, import_class_validator467.ValidateNested)()
|
|
26806
|
+
(0, import_class_transformer466.Expose)()
|
|
26807
26807
|
], EmpresaENTITY.prototype, "Documentacion", 2);
|
|
26808
26808
|
__decorateClass([
|
|
26809
26809
|
(0, import_class_transformer466.Type)(() => DatosGeneralesDTO),
|
package/dist/index.mjs
CHANGED
|
@@ -4265,12 +4265,12 @@ __decorateClass([
|
|
|
4265
4265
|
], DocumentacionBaremoPexENTITY.prototype, "ContratoCod", 2);
|
|
4266
4266
|
__decorateClass([
|
|
4267
4267
|
IsString78({ message: "debe ser un texto" }),
|
|
4268
|
-
Length69(1,
|
|
4268
|
+
Length69(1, 200, { message: "debe tener entre 1 y 200 caracteres" }),
|
|
4269
4269
|
Expose96()
|
|
4270
4270
|
], DocumentacionBaremoPexENTITY.prototype, "CodigoMO", 2);
|
|
4271
4271
|
__decorateClass([
|
|
4272
4272
|
IsString78({ message: "debe ser un texto" }),
|
|
4273
|
-
Length69(1,
|
|
4273
|
+
Length69(1, 200, { message: "debe tener entre 1 y 200 caracteres" }),
|
|
4274
4274
|
Expose96()
|
|
4275
4275
|
], DocumentacionBaremoPexENTITY.prototype, "DescripcionMO", 2);
|
|
4276
4276
|
__decorateClass([
|
|
@@ -4280,7 +4280,7 @@ __decorateClass([
|
|
|
4280
4280
|
], DocumentacionBaremoPexENTITY.prototype, "Codigo", 2);
|
|
4281
4281
|
__decorateClass([
|
|
4282
4282
|
IsString78({ message: "debe ser un texto" }),
|
|
4283
|
-
Length69(1,
|
|
4283
|
+
Length69(1, 200, { message: "debe tener entre 1 y 200 caracteres" }),
|
|
4284
4284
|
Expose96()
|
|
4285
4285
|
], DocumentacionBaremoPexENTITY.prototype, "Nombre", 2);
|
|
4286
4286
|
__decorateClass([
|
|
@@ -26299,6 +26299,7 @@ var EmpresaENTITY = class {
|
|
|
26299
26299
|
RazonSocial = "";
|
|
26300
26300
|
NombreComercial = "";
|
|
26301
26301
|
Propia = false;
|
|
26302
|
+
// @ValidateNested()
|
|
26302
26303
|
Documentacion = {};
|
|
26303
26304
|
DatosGenerales = new DatosGeneralesDTO();
|
|
26304
26305
|
RepresentanteLegal = new RepresentanteLegalDTO();
|
|
@@ -26373,8 +26374,7 @@ __decorateClass([
|
|
|
26373
26374
|
__decorateClass([
|
|
26374
26375
|
Type312(() => Object),
|
|
26375
26376
|
IsNotEmpty330({ message: "es requerido" }),
|
|
26376
|
-
Expose464()
|
|
26377
|
-
ValidateNested284()
|
|
26377
|
+
Expose464()
|
|
26378
26378
|
], EmpresaENTITY.prototype, "Documentacion", 2);
|
|
26379
26379
|
__decorateClass([
|
|
26380
26380
|
Type312(() => DatosGeneralesDTO),
|