sigo-entities 1.2.392 → 1.2.393

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
@@ -9443,7 +9443,7 @@ declare class SystemOptionEntity {
9443
9443
  }
9444
9444
 
9445
9445
  declare class ResponseSignInDto {
9446
- user: PayloadTokenDto;
9446
+ auth: PayloadTokenDto;
9447
9447
  dataSystemOptions: SystemOptionEntity[];
9448
9448
  tags: string[];
9449
9449
  }
package/dist/index.d.ts CHANGED
@@ -9443,7 +9443,7 @@ declare class SystemOptionEntity {
9443
9443
  }
9444
9444
 
9445
9445
  declare class ResponseSignInDto {
9446
- user: PayloadTokenDto;
9446
+ auth: PayloadTokenDto;
9447
9447
  dataSystemOptions: SystemOptionEntity[];
9448
9448
  tags: string[];
9449
9449
  }
package/dist/index.js CHANGED
@@ -50087,7 +50087,7 @@ __decorateClass([
50087
50087
 
50088
50088
  // src/v2/dtos/ResponseSignIn.ts
50089
50089
  var ResponseSignInDto = class {
50090
- user;
50090
+ auth;
50091
50091
  dataSystemOptions = [];
50092
50092
  tags = [];
50093
50093
  };
@@ -50097,7 +50097,7 @@ __decorateClass([
50097
50097
  (0, import_class_validator762.ValidateNested)(),
50098
50098
  (0, import_class_transformer785.Type)(() => PayloadTokenDto),
50099
50099
  (0, import_class_transformer785.Expose)()
50100
- ], ResponseSignInDto.prototype, "user", 2);
50100
+ ], ResponseSignInDto.prototype, "auth", 2);
50101
50101
  __decorateClass([
50102
50102
  (0, import_class_validator762.IsArray)({ message: "La propiedad debe ser un arreglo" }),
50103
50103
  (0, import_class_validator762.ValidateNested)({ each: true, message: "Cada elemento de la propiedad debe ser una instancia v\xE1lida" }),
package/dist/index.mjs CHANGED
@@ -49600,7 +49600,7 @@ __decorateClass([
49600
49600
 
49601
49601
  // src/v2/dtos/ResponseSignIn.ts
49602
49602
  var ResponseSignInDto = class {
49603
- user;
49603
+ auth;
49604
49604
  dataSystemOptions = [];
49605
49605
  tags = [];
49606
49606
  };
@@ -49610,7 +49610,7 @@ __decorateClass([
49610
49610
  ValidateNested414(),
49611
49611
  Type474(() => PayloadTokenDto),
49612
49612
  Expose758()
49613
- ], ResponseSignInDto.prototype, "user", 2);
49613
+ ], ResponseSignInDto.prototype, "auth", 2);
49614
49614
  __decorateClass([
49615
49615
  IsArray247({ message: "La propiedad debe ser un arreglo" }),
49616
49616
  ValidateNested414({ each: true, message: "Cada elemento de la propiedad debe ser una instancia v\xE1lida" }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-entities",
3
- "version": "1.2.392",
3
+ "version": "1.2.393",
4
4
  "description": "Desarrollo de modelos de datos SIGO",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",