@experts_hub/shared 1.0.124 → 1.0.125

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
@@ -1822,7 +1822,7 @@ __decorateClass([
1822
1822
  ], UpdateFreelancerProfileDto.prototype, "email", 2);
1823
1823
  __decorateClass([
1824
1824
  (0, import_class_validator26.IsOptional)(),
1825
- (0, import_class_validator26.IsEmail)()
1825
+ (0, import_class_validator26.IsString)()
1826
1826
  ], UpdateFreelancerProfileDto.prototype, "mobile", 2);
1827
1827
  __decorateClass([
1828
1828
  (0, import_class_validator26.IsOptional)(),
package/dist/index.mjs CHANGED
@@ -1847,7 +1847,7 @@ __decorateClass([
1847
1847
  ], UpdateFreelancerProfileDto.prototype, "email", 2);
1848
1848
  __decorateClass([
1849
1849
  IsOptional8(),
1850
- IsEmail5()
1850
+ IsString14()
1851
1851
  ], UpdateFreelancerProfileDto.prototype, "mobile", 2);
1852
1852
  __decorateClass([
1853
1853
  IsOptional8(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.124",
3
+ "version": "1.0.125",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",