@experts_hub/shared 1.0.392 → 1.0.393
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
|
@@ -1186,6 +1186,9 @@ __decorateClass([
|
|
|
1186
1186
|
(0, import_class_validator33.IsNotEmpty)({ message: "Please enter job role" }),
|
|
1187
1187
|
(0, import_class_validator33.IsString)({ message: "Job role must be a string" })
|
|
1188
1188
|
], JobBasicInformationDto.prototype, "jobRole", 2);
|
|
1189
|
+
__decorateClass([
|
|
1190
|
+
(0, import_class_validator33.IsNotEmpty)({ message: "Please enter project name" })
|
|
1191
|
+
], JobBasicInformationDto.prototype, "projectName", 2);
|
|
1189
1192
|
__decorateClass([
|
|
1190
1193
|
(0, import_class_validator33.IsOptional)(),
|
|
1191
1194
|
(0, import_class_validator33.IsString)({ message: "Note must be a string" })
|
package/dist/index.mjs
CHANGED
|
@@ -992,6 +992,9 @@ __decorateClass([
|
|
|
992
992
|
IsNotEmpty29({ message: "Please enter job role" }),
|
|
993
993
|
IsString12({ message: "Job role must be a string" })
|
|
994
994
|
], JobBasicInformationDto.prototype, "jobRole", 2);
|
|
995
|
+
__decorateClass([
|
|
996
|
+
IsNotEmpty29({ message: "Please enter project name" })
|
|
997
|
+
], JobBasicInformationDto.prototype, "projectName", 2);
|
|
995
998
|
__decorateClass([
|
|
996
999
|
IsOptional11(),
|
|
997
1000
|
IsString12({ message: "Note must be a string" })
|