@experts_hub/shared 1.0.600 → 1.0.602
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 -1
- package/dist/index.mjs +2 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9393,7 +9393,7 @@ __decorateClass([
|
|
|
9393
9393
|
], GenerateContractDto.prototype, "contractType", 2);
|
|
9394
9394
|
__decorateClass([
|
|
9395
9395
|
(0, import_class_validator111.IsOptional)(),
|
|
9396
|
-
(0, import_class_validator111.
|
|
9396
|
+
(0, import_class_validator111.IsString)({ message: "Contract start date must be a string." })
|
|
9397
9397
|
], GenerateContractDto.prototype, "contractStartDate", 2);
|
|
9398
9398
|
__decorateClass([
|
|
9399
9399
|
(0, import_class_validator111.IsOptional)(),
|
package/dist/index.mjs
CHANGED
|
@@ -9456,8 +9456,7 @@ import {
|
|
|
9456
9456
|
IsOptional as IsOptional66,
|
|
9457
9457
|
IsString as IsString68,
|
|
9458
9458
|
IsUUID as IsUUID23,
|
|
9459
|
-
IsEnum as IsEnum37
|
|
9460
|
-
IsDateString as IsDateString10
|
|
9459
|
+
IsEnum as IsEnum37
|
|
9461
9460
|
} from "class-validator";
|
|
9462
9461
|
var ContractSourceEnum = /* @__PURE__ */ ((ContractSourceEnum2) => {
|
|
9463
9462
|
ContractSourceEnum2["AI_INTERVIEW"] = "AI_INTERVIEW";
|
|
@@ -9490,7 +9489,7 @@ __decorateClass([
|
|
|
9490
9489
|
], GenerateContractDto.prototype, "contractType", 2);
|
|
9491
9490
|
__decorateClass([
|
|
9492
9491
|
IsOptional66(),
|
|
9493
|
-
|
|
9492
|
+
IsString68({ message: "Contract start date must be a string." })
|
|
9494
9493
|
], GenerateContractDto.prototype, "contractStartDate", 2);
|
|
9495
9494
|
__decorateClass([
|
|
9496
9495
|
IsOptional66(),
|