@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 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.IsNotEmpty)({ message: "Please enter weekly availability hours." })
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
- IsNotEmpty33({ message: "Please enter weekly availability hours." })
1280
+ IsString16()
1281
1281
  ], UpdateFreelancerProfileDto.prototype, "numberOfHours", 2);
1282
1282
  __decorateClass([
1283
1283
  IsNotEmpty33({ message: "Please select engagement type." }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.477",
3
+ "version": "1.0.478",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",