@experts_hub/shared 1.0.669 → 1.0.672
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
|
@@ -7082,6 +7082,9 @@ __decorateClass([
|
|
|
7082
7082
|
(0, import_class_validator52.IsString)({ message: "Description must be a string" }),
|
|
7083
7083
|
(0, import_class_validator52.MaxLength)(5e3, { message: "Description must not exceed 5000 characters" })
|
|
7084
7084
|
], CreateJobViaAIDto.prototype, "description", 2);
|
|
7085
|
+
__decorateClass([
|
|
7086
|
+
(0, import_class_validator52.IsOptional)()
|
|
7087
|
+
], CreateJobViaAIDto.prototype, "dealbreakers", 2);
|
|
7085
7088
|
|
|
7086
7089
|
// src/modules/job/dto/job-status.dto.ts
|
|
7087
7090
|
var import_class_validator53 = require("class-validator");
|
package/dist/index.mjs
CHANGED
|
@@ -6979,6 +6979,9 @@ __decorateClass([
|
|
|
6979
6979
|
IsString25({ message: "Description must be a string" }),
|
|
6980
6980
|
MaxLength9(5e3, { message: "Description must not exceed 5000 characters" })
|
|
6981
6981
|
], CreateJobViaAIDto.prototype, "description", 2);
|
|
6982
|
+
__decorateClass([
|
|
6983
|
+
IsOptional22()
|
|
6984
|
+
], CreateJobViaAIDto.prototype, "dealbreakers", 2);
|
|
6982
6985
|
|
|
6983
6986
|
// src/modules/job/dto/job-status.dto.ts
|
|
6984
6987
|
import { IsEnum as IsEnum17, IsNotEmpty as IsNotEmpty46 } from "class-validator";
|