@experts_hub/shared 1.0.312 → 1.0.313
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 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -999,7 +999,7 @@ __decorateClass([
|
|
|
999
999
|
(0, import_class_validator28.IsEmail)()
|
|
1000
1000
|
], UpdateCompanyProfileDto.prototype, "email", 2);
|
|
1001
1001
|
__decorateClass([
|
|
1002
|
-
(0, import_class_validator28.
|
|
1002
|
+
(0, import_class_validator28.IsOptional)(),
|
|
1003
1003
|
(0, import_class_validator28.IsString)({ message: "About company must be a string." })
|
|
1004
1004
|
], UpdateCompanyProfileDto.prototype, "aboutCompany", 2);
|
|
1005
1005
|
|
package/dist/index.mjs
CHANGED
|
@@ -838,7 +838,7 @@ __decorateClass([
|
|
|
838
838
|
IsEmail4()
|
|
839
839
|
], UpdateCompanyProfileDto.prototype, "email", 2);
|
|
840
840
|
__decorateClass([
|
|
841
|
-
|
|
841
|
+
IsOptional5(),
|
|
842
842
|
IsString9({ message: "About company must be a string." })
|
|
843
843
|
], UpdateCompanyProfileDto.prototype, "aboutCompany", 2);
|
|
844
844
|
|