@experts_hub/shared 1.0.211 → 1.0.212

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
@@ -3580,8 +3580,7 @@ __decorateClass([
3580
3580
  ], UpdateFreelancerDto.prototype, "isImmediateJoiner", 2);
3581
3581
  __decorateClass([
3582
3582
  (0, import_class_validator47.ValidateIf)((o) => o.isImmediateJoiner === false),
3583
- (0, import_class_validator47.IsNotEmpty)({ message: "Please enter availability to join." }),
3584
- (0, import_class_validator47.IsOptional)()
3583
+ (0, import_class_validator47.IsNotEmpty)({ message: "Please enter availability to join." })
3585
3584
  ], UpdateFreelancerDto.prototype, "availabilityToJoin", 2);
3586
3585
  __decorateClass([
3587
3586
  (0, import_class_validator47.IsOptional)(),
package/dist/index.mjs CHANGED
@@ -3696,8 +3696,7 @@ __decorateClass([
3696
3696
  ], UpdateFreelancerDto.prototype, "isImmediateJoiner", 2);
3697
3697
  __decorateClass([
3698
3698
  ValidateIf4((o) => o.isImmediateJoiner === false),
3699
- IsNotEmpty39({ message: "Please enter availability to join." }),
3700
- IsOptional19()
3699
+ IsNotEmpty39({ message: "Please enter availability to join." })
3701
3700
  ], UpdateFreelancerDto.prototype, "availabilityToJoin", 2);
3702
3701
  __decorateClass([
3703
3702
  IsOptional19(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.211",
3
+ "version": "1.0.212",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",