@experts_hub/shared 1.0.708 → 1.0.709
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
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -8183,6 +8183,9 @@ __decorateClass([
|
|
|
8183
8183
|
(0, import_class_validator55.IsString)({ message: "Additional comment must be a string" }),
|
|
8184
8184
|
(0, import_class_validator55.MaxLength)(500, { message: "Additional comment must not exceed 500 characters" })
|
|
8185
8185
|
], JobBasicInformationV2Dto.prototype, "additionalComment", 2);
|
|
8186
|
+
__decorateClass([
|
|
8187
|
+
(0, import_class_validator55.IsOptional)()
|
|
8188
|
+
], JobBasicInformationV2Dto.prototype, "onboardingTat", 2);
|
|
8186
8189
|
|
|
8187
8190
|
// src/modules/job/dto/close-job.dto.ts
|
|
8188
8191
|
var import_class_validator56 = require("class-validator");
|
package/dist/index.mjs
CHANGED
|
@@ -8049,6 +8049,9 @@ __decorateClass([
|
|
|
8049
8049
|
IsString26({ message: "Additional comment must be a string" }),
|
|
8050
8050
|
MaxLength10(500, { message: "Additional comment must not exceed 500 characters" })
|
|
8051
8051
|
], JobBasicInformationV2Dto.prototype, "additionalComment", 2);
|
|
8052
|
+
__decorateClass([
|
|
8053
|
+
IsOptional25()
|
|
8054
|
+
], JobBasicInformationV2Dto.prototype, "onboardingTat", 2);
|
|
8052
8055
|
|
|
8053
8056
|
// src/modules/job/dto/close-job.dto.ts
|
|
8054
8057
|
import { IsOptional as IsOptional26, IsString as IsString27 } from "class-validator";
|