@experts_hub/shared 1.0.598 → 1.0.599
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.js +1 -2
- package/dist/index.mjs +1 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9138,8 +9138,7 @@ var import_class_transformer20 = require("class-transformer");
|
|
|
9138
9138
|
var InterviewSkillItemDto = class {
|
|
9139
9139
|
};
|
|
9140
9140
|
__decorateClass([
|
|
9141
|
-
(0, import_class_validator105.IsOptional)()
|
|
9142
|
-
(0, import_class_validator105.IsUUID)("4", { message: "Skill UUID must be a valid UUID." })
|
|
9141
|
+
(0, import_class_validator105.IsOptional)()
|
|
9143
9142
|
], InterviewSkillItemDto.prototype, "uuid", 2);
|
|
9144
9143
|
__decorateClass([
|
|
9145
9144
|
(0, import_class_validator105.IsString)({ message: "Skill name must be a string." }),
|
package/dist/index.mjs
CHANGED
|
@@ -9212,15 +9212,13 @@ import {
|
|
|
9212
9212
|
IsNotEmpty as IsNotEmpty86,
|
|
9213
9213
|
IsOptional as IsOptional62,
|
|
9214
9214
|
IsString as IsString64,
|
|
9215
|
-
IsUUID as IsUUID21,
|
|
9216
9215
|
ValidateNested as ValidateNested9
|
|
9217
9216
|
} from "class-validator";
|
|
9218
9217
|
import { Type as Type18 } from "class-transformer";
|
|
9219
9218
|
var InterviewSkillItemDto = class {
|
|
9220
9219
|
};
|
|
9221
9220
|
__decorateClass([
|
|
9222
|
-
IsOptional62()
|
|
9223
|
-
IsUUID21("4", { message: "Skill UUID must be a valid UUID." })
|
|
9221
|
+
IsOptional62()
|
|
9224
9222
|
], InterviewSkillItemDto.prototype, "uuid", 2);
|
|
9225
9223
|
__decorateClass([
|
|
9226
9224
|
IsString64({ message: "Skill name must be a string." }),
|