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 +5 -5
- package/dist/index.d.ts +5 -5
- package/dist/index.js +22612 -22613
- package/dist/index.mjs +12845 -12846
- package/package.json +2 -2
- package/.claude/CLAUDE.md +0 -70
- package/.claude/settings.json +0 -21
- package/.claude/skills/mdl-administracion/SKILL.md +0 -60
- package/.claude/skills/mdl-configuracion/SKILL.md +0 -49
- package/.claude/skills/ope-im/SKILL.md +0 -71
- package/.claude/skills/ope-logistica/SKILL.md +0 -60
- package/.claude/skills/ope-pex/SKILL.md +0 -106
- package/.claude/skills/shared-dtos/SKILL.md +0 -76
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;
|