sigo-entities 1.2.368 → 1.2.370

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
@@ -759,11 +759,6 @@ declare class PermisosAppDTO {
759
759
  Nombre: string;
760
760
  }
761
761
 
762
- declare class LoginDto {
763
- user: string;
764
- password: string;
765
- }
766
-
767
762
  declare class PayloadTokenDto {
768
763
  user: string;
769
764
  names: string;
@@ -9413,6 +9408,11 @@ declare class CodeNameMinLengthDto extends CodeNameDto {
9413
9408
  name: string;
9414
9409
  }
9415
9410
 
9411
+ declare class LoginDto {
9412
+ email: string;
9413
+ password: string;
9414
+ }
9415
+
9416
9416
  declare class BaseEntity {
9417
9417
  _id: string;
9418
9418
  active: boolean;
package/dist/index.d.ts CHANGED
@@ -759,11 +759,6 @@ declare class PermisosAppDTO {
759
759
  Nombre: string;
760
760
  }
761
761
 
762
- declare class LoginDto {
763
- user: string;
764
- password: string;
765
- }
766
-
767
762
  declare class PayloadTokenDto {
768
763
  user: string;
769
764
  names: string;
@@ -9413,6 +9408,11 @@ declare class CodeNameMinLengthDto extends CodeNameDto {
9413
9408
  name: string;
9414
9409
  }
9415
9410
 
9411
+ declare class LoginDto {
9412
+ email: string;
9413
+ password: string;
9414
+ }
9415
+
9416
9416
  declare class BaseEntity {
9417
9417
  _id: string;
9418
9418
  active: boolean;