@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 +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
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
|
|