@experts_hub/shared 1.0.672 → 1.0.673
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
|
@@ -7084,7 +7084,7 @@ __decorateClass([
|
|
|
7084
7084
|
], CreateJobViaAIDto.prototype, "description", 2);
|
|
7085
7085
|
__decorateClass([
|
|
7086
7086
|
(0, import_class_validator52.IsOptional)()
|
|
7087
|
-
], CreateJobViaAIDto.prototype, "
|
|
7087
|
+
], CreateJobViaAIDto.prototype, "dealBreakers", 2);
|
|
7088
7088
|
|
|
7089
7089
|
// src/modules/job/dto/job-status.dto.ts
|
|
7090
7090
|
var import_class_validator53 = require("class-validator");
|
package/dist/index.mjs
CHANGED
|
@@ -6981,7 +6981,7 @@ __decorateClass([
|
|
|
6981
6981
|
], CreateJobViaAIDto.prototype, "description", 2);
|
|
6982
6982
|
__decorateClass([
|
|
6983
6983
|
IsOptional22()
|
|
6984
|
-
], CreateJobViaAIDto.prototype, "
|
|
6984
|
+
], CreateJobViaAIDto.prototype, "dealBreakers", 2);
|
|
6985
6985
|
|
|
6986
6986
|
// src/modules/job/dto/job-status.dto.ts
|
|
6987
6987
|
import { IsEnum as IsEnum17, IsNotEmpty as IsNotEmpty46 } from "class-validator";
|