sigo-entities 1.2.371 → 1.2.373
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 +17 -17
- package/dist/index.d.ts +17 -17
- package/dist/index.js +22748 -22750
- package/dist/index.mjs +18164 -18166
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -759,21 +759,6 @@ declare class PermisosAppDTO {
|
|
|
759
759
|
Nombre: string;
|
|
760
760
|
}
|
|
761
761
|
|
|
762
|
-
declare class PayloadTokenDto {
|
|
763
|
-
user: string;
|
|
764
|
-
names: string;
|
|
765
|
-
email: string;
|
|
766
|
-
lastNameP: string;
|
|
767
|
-
lastNameM: string;
|
|
768
|
-
identification: string;
|
|
769
|
-
superUser: boolean;
|
|
770
|
-
country: CodigoNombreDTO;
|
|
771
|
-
delegation: CodigoNombreDTO;
|
|
772
|
-
}
|
|
773
|
-
declare class ResponseSignInDto {
|
|
774
|
-
user: PayloadTokenDto;
|
|
775
|
-
}
|
|
776
|
-
|
|
777
762
|
declare enum SistemaRecurso {
|
|
778
763
|
TOA_MOVISTAR = "TOA_MOVISTAR",
|
|
779
764
|
TOA_CLARO = "TOA_CLARO",
|
|
@@ -9413,6 +9398,21 @@ declare class LoginDto {
|
|
|
9413
9398
|
password: string;
|
|
9414
9399
|
}
|
|
9415
9400
|
|
|
9401
|
+
declare class PayloadTokenDto {
|
|
9402
|
+
email: string;
|
|
9403
|
+
paternalLastName: string;
|
|
9404
|
+
maternalLastName: string;
|
|
9405
|
+
firstNames: string;
|
|
9406
|
+
identification: string;
|
|
9407
|
+
company: CodeNameDto;
|
|
9408
|
+
country: CodeNameMinLengthDto;
|
|
9409
|
+
delegation: CodeNameMinLengthDto;
|
|
9410
|
+
}
|
|
9411
|
+
|
|
9412
|
+
declare class ResponseSignInDto {
|
|
9413
|
+
user: PayloadTokenDto;
|
|
9414
|
+
}
|
|
9415
|
+
|
|
9416
9416
|
declare class BaseEntity {
|
|
9417
9417
|
_id: string;
|
|
9418
9418
|
active: boolean;
|
|
@@ -9432,8 +9432,8 @@ declare class UserEntity extends BaseEntity {
|
|
|
9432
9432
|
firstNames: string;
|
|
9433
9433
|
identification: string;
|
|
9434
9434
|
company: CodeNameDto;
|
|
9435
|
-
country:
|
|
9436
|
-
delegation:
|
|
9435
|
+
country: CodeNameMinLengthDto;
|
|
9436
|
+
delegation: CodeNameMinLengthDto;
|
|
9437
9437
|
}
|
|
9438
9438
|
|
|
9439
9439
|
declare function validateCustom<T extends object>(plain: any, cls: new () => T, UnprocessableEntityException: ClassConstructor<any>): Promise<T>;
|
package/dist/index.d.ts
CHANGED
|
@@ -759,21 +759,6 @@ declare class PermisosAppDTO {
|
|
|
759
759
|
Nombre: string;
|
|
760
760
|
}
|
|
761
761
|
|
|
762
|
-
declare class PayloadTokenDto {
|
|
763
|
-
user: string;
|
|
764
|
-
names: string;
|
|
765
|
-
email: string;
|
|
766
|
-
lastNameP: string;
|
|
767
|
-
lastNameM: string;
|
|
768
|
-
identification: string;
|
|
769
|
-
superUser: boolean;
|
|
770
|
-
country: CodigoNombreDTO;
|
|
771
|
-
delegation: CodigoNombreDTO;
|
|
772
|
-
}
|
|
773
|
-
declare class ResponseSignInDto {
|
|
774
|
-
user: PayloadTokenDto;
|
|
775
|
-
}
|
|
776
|
-
|
|
777
762
|
declare enum SistemaRecurso {
|
|
778
763
|
TOA_MOVISTAR = "TOA_MOVISTAR",
|
|
779
764
|
TOA_CLARO = "TOA_CLARO",
|
|
@@ -9413,6 +9398,21 @@ declare class LoginDto {
|
|
|
9413
9398
|
password: string;
|
|
9414
9399
|
}
|
|
9415
9400
|
|
|
9401
|
+
declare class PayloadTokenDto {
|
|
9402
|
+
email: string;
|
|
9403
|
+
paternalLastName: string;
|
|
9404
|
+
maternalLastName: string;
|
|
9405
|
+
firstNames: string;
|
|
9406
|
+
identification: string;
|
|
9407
|
+
company: CodeNameDto;
|
|
9408
|
+
country: CodeNameMinLengthDto;
|
|
9409
|
+
delegation: CodeNameMinLengthDto;
|
|
9410
|
+
}
|
|
9411
|
+
|
|
9412
|
+
declare class ResponseSignInDto {
|
|
9413
|
+
user: PayloadTokenDto;
|
|
9414
|
+
}
|
|
9415
|
+
|
|
9416
9416
|
declare class BaseEntity {
|
|
9417
9417
|
_id: string;
|
|
9418
9418
|
active: boolean;
|
|
@@ -9432,8 +9432,8 @@ declare class UserEntity extends BaseEntity {
|
|
|
9432
9432
|
firstNames: string;
|
|
9433
9433
|
identification: string;
|
|
9434
9434
|
company: CodeNameDto;
|
|
9435
|
-
country:
|
|
9436
|
-
delegation:
|
|
9435
|
+
country: CodeNameMinLengthDto;
|
|
9436
|
+
delegation: CodeNameMinLengthDto;
|
|
9437
9437
|
}
|
|
9438
9438
|
|
|
9439
9439
|
declare function validateCustom<T extends object>(plain: any, cls: new () => T, UnprocessableEntityException: ClassConstructor<any>): Promise<T>;
|