@experts_hub/shared 1.0.137 → 1.0.138

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
@@ -593,6 +593,7 @@ __decorateClass([
593
593
  (0, import_class_validator17.IsEmail)()
594
594
  ], UpdateCompanyProfileDto.prototype, "email", 2);
595
595
  __decorateClass([
596
+ (0, import_class_validator17.IsNotEmpty)({ message: "Please enter something about company." }),
596
597
  (0, import_class_validator17.IsString)({ message: "About company must be a string." })
597
598
  ], UpdateCompanyProfileDto.prototype, "aboutCompany", 2);
598
599
 
package/dist/index.mjs CHANGED
@@ -516,6 +516,7 @@ __decorateClass([
516
516
  IsEmail5()
517
517
  ], UpdateCompanyProfileDto.prototype, "email", 2);
518
518
  __decorateClass([
519
+ IsNotEmpty15({ message: "Please enter something about company." }),
519
520
  IsString8({ message: "About company must be a string." })
520
521
  ], UpdateCompanyProfileDto.prototype, "aboutCompany", 2);
521
522
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.137",
3
+ "version": "1.0.138",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",