@experts_hub/shared 1.0.295 → 1.0.296
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.js +1 -4
- package/dist/index.mjs +1 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1272,7 +1272,6 @@ __decorateClass([
|
|
|
1272
1272
|
], UpdateFreelancerProfileDto.prototype, "mobile", 2);
|
|
1273
1273
|
__decorateClass([
|
|
1274
1274
|
(0, import_class_validator36.IsOptional)(),
|
|
1275
|
-
(0, import_class_validator36.IsNotEmpty)({ message: "Please select country." }),
|
|
1276
1275
|
(0, import_class_validator36.IsNumber)()
|
|
1277
1276
|
], UpdateFreelancerProfileDto.prototype, "countryId", 2);
|
|
1278
1277
|
__decorateClass([
|
|
@@ -3767,7 +3766,6 @@ __decorateClass([
|
|
|
3767
3766
|
], ExperienceDto.prototype, "jobDuration", 2);
|
|
3768
3767
|
__decorateClass([
|
|
3769
3768
|
(0, import_class_validator43.IsOptional)(),
|
|
3770
|
-
(0, import_class_validator43.IsNotEmpty)(),
|
|
3771
3769
|
(0, import_class_validator43.IsString)(),
|
|
3772
3770
|
(0, import_class_validator43.MaxLength)(5e3, { message: "Description must not exceed 5000 characters" })
|
|
3773
3771
|
], ExperienceDto.prototype, "description", 2);
|
|
@@ -3916,8 +3914,7 @@ __decorateClass([
|
|
|
3916
3914
|
], CaseStudyDto.prototype, "projectName", 2);
|
|
3917
3915
|
__decorateClass([
|
|
3918
3916
|
(0, import_class_validator48.IsOptional)(),
|
|
3919
|
-
(0, import_class_validator48.IsString)()
|
|
3920
|
-
(0, import_class_validator48.IsNotEmpty)({ message: "Please Enter Case Study Link " })
|
|
3917
|
+
(0, import_class_validator48.IsString)()
|
|
3921
3918
|
], CaseStudyDto.prototype, "caseStudyLink", 2);
|
|
3922
3919
|
__decorateClass([
|
|
3923
3920
|
(0, import_class_validator48.IsOptional)(),
|
package/dist/index.mjs
CHANGED
|
@@ -1141,7 +1141,6 @@ __decorateClass([
|
|
|
1141
1141
|
], UpdateFreelancerProfileDto.prototype, "mobile", 2);
|
|
1142
1142
|
__decorateClass([
|
|
1143
1143
|
IsOptional7(),
|
|
1144
|
-
IsNotEmpty30({ message: "Please select country." }),
|
|
1145
1144
|
IsNumber2()
|
|
1146
1145
|
], UpdateFreelancerProfileDto.prototype, "countryId", 2);
|
|
1147
1146
|
__decorateClass([
|
|
@@ -3837,7 +3836,6 @@ __decorateClass([
|
|
|
3837
3836
|
], ExperienceDto.prototype, "jobDuration", 2);
|
|
3838
3837
|
__decorateClass([
|
|
3839
3838
|
IsOptional12(),
|
|
3840
|
-
IsNotEmpty35(),
|
|
3841
3839
|
IsString19(),
|
|
3842
3840
|
MaxLength9(5e3, { message: "Description must not exceed 5000 characters" })
|
|
3843
3841
|
], ExperienceDto.prototype, "description", 2);
|
|
@@ -3986,8 +3984,7 @@ __decorateClass([
|
|
|
3986
3984
|
], CaseStudyDto.prototype, "projectName", 2);
|
|
3987
3985
|
__decorateClass([
|
|
3988
3986
|
IsOptional16(),
|
|
3989
|
-
IsString23()
|
|
3990
|
-
IsNotEmpty39({ message: "Please Enter Case Study Link " })
|
|
3987
|
+
IsString23()
|
|
3991
3988
|
], CaseStudyDto.prototype, "caseStudyLink", 2);
|
|
3992
3989
|
__decorateClass([
|
|
3993
3990
|
IsOptional16(),
|