@experts_hub/shared 1.0.569 → 1.0.570
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +207 -207
- package/dist/modules/job/dto/create-job-application.dto.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1787,7 +1787,7 @@ var CreateJobApplicationDto = class {
|
|
|
1787
1787
|
};
|
|
1788
1788
|
__decorateClass([
|
|
1789
1789
|
(0, import_class_validator40.IsNotEmpty)({ message: "Job ID is required" }),
|
|
1790
|
-
(0, import_class_validator40.
|
|
1790
|
+
(0, import_class_validator40.IsString)({ message: "Job ID must be a string" })
|
|
1791
1791
|
], CreateJobApplicationDto.prototype, "jobId", 2);
|
|
1792
1792
|
__decorateClass([
|
|
1793
1793
|
(0, import_class_validator40.IsOptional)(),
|