sigo-entities 1.2.467 → 1.2.468
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 +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +0 -6
- package/dist/index.mjs +213 -219
- package/package.json +1 -1
- 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
|
@@ -10252,7 +10252,6 @@ declare class UpdateProfileDto {
|
|
|
10252
10252
|
}
|
|
10253
10253
|
|
|
10254
10254
|
declare class UpdateUserDto {
|
|
10255
|
-
_id: string;
|
|
10256
10255
|
profileId: string;
|
|
10257
10256
|
}
|
|
10258
10257
|
|
package/dist/index.d.ts
CHANGED
|
@@ -10252,7 +10252,6 @@ declare class UpdateProfileDto {
|
|
|
10252
10252
|
}
|
|
10253
10253
|
|
|
10254
10254
|
declare class UpdateUserDto {
|
|
10255
|
-
_id: string;
|
|
10256
10255
|
profileId: string;
|
|
10257
10256
|
}
|
|
10258
10257
|
|
package/dist/index.js
CHANGED
|
@@ -53096,14 +53096,8 @@ __decorateClass([
|
|
|
53096
53096
|
var import_class_validator812 = require("class-validator");
|
|
53097
53097
|
var import_class_transformer835 = require("class-transformer");
|
|
53098
53098
|
var UpdateUserDto = class {
|
|
53099
|
-
_id;
|
|
53100
53099
|
profileId;
|
|
53101
53100
|
};
|
|
53102
|
-
__decorateClass([
|
|
53103
|
-
(0, import_class_validator812.IsDefined)({ message: 'La propiedad "_id" es obligatoria.' }),
|
|
53104
|
-
(0, import_class_validator812.IsUUID)("4", { message: 'La propiedad "_id" debe ser un UUID v4 v\xE1lido.' }),
|
|
53105
|
-
(0, import_class_transformer835.Expose)()
|
|
53106
|
-
], UpdateUserDto.prototype, "_id", 2);
|
|
53107
53101
|
__decorateClass([
|
|
53108
53102
|
(0, import_class_validator812.IsDefined)({ message: "El campo Perfil es obligatorio" }),
|
|
53109
53103
|
(0, import_class_validator812.ValidateIf)((_, value) => value !== ""),
|