sigo-entities 1.2.40 → 1.2.41

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 CHANGED
@@ -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
@@ -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
@@ -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
@@ -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" }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-entities",
3
- "version": "1.2.40",
3
+ "version": "1.2.41",
4
4
  "description": "Desarrollo de modelos de datos SIGO",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",