sigo-entities 1.2.40 → 1.2.42
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 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +14 -2
- package/dist/index.mjs +14 -2
- 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[];
|
|
@@ -5165,6 +5165,8 @@ declare class ScrapingCredentialENTITY {
|
|
|
5165
5165
|
url: string;
|
|
5166
5166
|
userName: string;
|
|
5167
5167
|
password: string;
|
|
5168
|
+
userNameAux: string;
|
|
5169
|
+
passwordAux: string;
|
|
5168
5170
|
system: SistemaRecurso;
|
|
5169
5171
|
Pais: CodigoNombreDTO;
|
|
5170
5172
|
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[];
|
|
@@ -5165,6 +5165,8 @@ declare class ScrapingCredentialENTITY {
|
|
|
5165
5165
|
url: string;
|
|
5166
5166
|
userName: string;
|
|
5167
5167
|
password: string;
|
|
5168
|
+
userNameAux: string;
|
|
5169
|
+
passwordAux: string;
|
|
5168
5170
|
system: SistemaRecurso;
|
|
5169
5171
|
Pais: CodigoNombreDTO;
|
|
5170
5172
|
Delegacion: CodigoNombreDTO;
|
package/dist/index.js
CHANGED
|
@@ -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),
|
|
@@ -28016,6 +28016,8 @@ var ScrapingCredentialENTITY = class {
|
|
|
28016
28016
|
url = "";
|
|
28017
28017
|
userName = "";
|
|
28018
28018
|
password = "";
|
|
28019
|
+
userNameAux = "";
|
|
28020
|
+
passwordAux = "";
|
|
28019
28021
|
system = "TOA_MOVISTAR" /* TOA_MOVISTAR */;
|
|
28020
28022
|
Pais = new CodigoNombreDTO();
|
|
28021
28023
|
Delegacion = new CodigoNombreDTO();
|
|
@@ -28043,6 +28045,16 @@ __decorateClass([
|
|
|
28043
28045
|
(0, import_class_validator489.MinLength)(1, { message: "La contrase\xF1a no puede estar vac\xEDa" }),
|
|
28044
28046
|
(0, import_class_transformer488.Expose)({ name: "password" })
|
|
28045
28047
|
], ScrapingCredentialENTITY.prototype, "password", 2);
|
|
28048
|
+
__decorateClass([
|
|
28049
|
+
(0, import_class_validator489.IsDefined)(),
|
|
28050
|
+
(0, import_class_validator489.IsString)(),
|
|
28051
|
+
(0, import_class_transformer488.Expose)({ name: "userNameAux" })
|
|
28052
|
+
], ScrapingCredentialENTITY.prototype, "userNameAux", 2);
|
|
28053
|
+
__decorateClass([
|
|
28054
|
+
(0, import_class_validator489.IsDefined)(),
|
|
28055
|
+
(0, import_class_validator489.IsString)(),
|
|
28056
|
+
(0, import_class_transformer488.Expose)({ name: "passwordAux" })
|
|
28057
|
+
], ScrapingCredentialENTITY.prototype, "passwordAux", 2);
|
|
28046
28058
|
__decorateClass([
|
|
28047
28059
|
(0, import_class_validator489.IsDefined)(),
|
|
28048
28060
|
(0, import_class_validator489.IsEnum)(SistemaRecurso, { message: "El estado de la orden no es v\xE1lido" }),
|
package/dist/index.mjs
CHANGED
|
@@ -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),
|
|
@@ -27587,6 +27587,8 @@ var ScrapingCredentialENTITY = class {
|
|
|
27587
27587
|
url = "";
|
|
27588
27588
|
userName = "";
|
|
27589
27589
|
password = "";
|
|
27590
|
+
userNameAux = "";
|
|
27591
|
+
passwordAux = "";
|
|
27590
27592
|
system = "TOA_MOVISTAR" /* TOA_MOVISTAR */;
|
|
27591
27593
|
Pais = new CodigoNombreDTO();
|
|
27592
27594
|
Delegacion = new CodigoNombreDTO();
|
|
@@ -27614,6 +27616,16 @@ __decorateClass([
|
|
|
27614
27616
|
MinLength44(1, { message: "La contrase\xF1a no puede estar vac\xEDa" }),
|
|
27615
27617
|
Expose486({ name: "password" })
|
|
27616
27618
|
], ScrapingCredentialENTITY.prototype, "password", 2);
|
|
27619
|
+
__decorateClass([
|
|
27620
|
+
IsDefined130(),
|
|
27621
|
+
IsString389(),
|
|
27622
|
+
Expose486({ name: "userNameAux" })
|
|
27623
|
+
], ScrapingCredentialENTITY.prototype, "userNameAux", 2);
|
|
27624
|
+
__decorateClass([
|
|
27625
|
+
IsDefined130(),
|
|
27626
|
+
IsString389(),
|
|
27627
|
+
Expose486({ name: "passwordAux" })
|
|
27628
|
+
], ScrapingCredentialENTITY.prototype, "passwordAux", 2);
|
|
27617
27629
|
__decorateClass([
|
|
27618
27630
|
IsDefined130(),
|
|
27619
27631
|
IsEnum13(SistemaRecurso, { message: "El estado de la orden no es v\xE1lido" }),
|