@experts_hub/shared 1.0.477 → 1.0.478
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 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1480,7 +1480,7 @@ __decorateClass([
|
|
|
1480
1480
|
], UpdateFreelancerProfileDto.prototype, "expectedHourlyCompensation", 2);
|
|
1481
1481
|
__decorateClass([
|
|
1482
1482
|
(0, import_class_validator39.IsOptional)(),
|
|
1483
|
-
(0, import_class_validator39.
|
|
1483
|
+
(0, import_class_validator39.IsString)()
|
|
1484
1484
|
], UpdateFreelancerProfileDto.prototype, "numberOfHours", 2);
|
|
1485
1485
|
__decorateClass([
|
|
1486
1486
|
(0, import_class_validator39.IsNotEmpty)({ message: "Please select engagement type." }),
|
package/dist/index.mjs
CHANGED
|
@@ -1277,7 +1277,7 @@ __decorateClass([
|
|
|
1277
1277
|
], UpdateFreelancerProfileDto.prototype, "expectedHourlyCompensation", 2);
|
|
1278
1278
|
__decorateClass([
|
|
1279
1279
|
IsOptional15(),
|
|
1280
|
-
|
|
1280
|
+
IsString16()
|
|
1281
1281
|
], UpdateFreelancerProfileDto.prototype, "numberOfHours", 2);
|
|
1282
1282
|
__decorateClass([
|
|
1283
1283
|
IsNotEmpty33({ message: "Please select engagement type." }),
|