@experts_hub/shared 1.0.71 → 1.0.72
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
|
@@ -946,7 +946,7 @@ __decorateClass([
|
|
|
946
946
|
], UpdateCompanyProfileDto.prototype, "companyName", 2);
|
|
947
947
|
__decorateClass([
|
|
948
948
|
(0, import_class_validator15.IsOptional)(),
|
|
949
|
-
(0, import_class_validator15.IsString)({ message: "
|
|
949
|
+
(0, import_class_validator15.IsString)({ message: "Company bio must be a string." })
|
|
950
950
|
], UpdateCompanyProfileDto.prototype, "bio", 2);
|
|
951
951
|
__decorateClass([
|
|
952
952
|
(0, import_class_validator15.IsOptional)(),
|
package/dist/index.mjs
CHANGED
|
@@ -964,7 +964,7 @@ __decorateClass([
|
|
|
964
964
|
], UpdateCompanyProfileDto.prototype, "companyName", 2);
|
|
965
965
|
__decorateClass([
|
|
966
966
|
IsOptional4(),
|
|
967
|
-
IsString8({ message: "
|
|
967
|
+
IsString8({ message: "Company bio must be a string." })
|
|
968
968
|
], UpdateCompanyProfileDto.prototype, "bio", 2);
|
|
969
969
|
__decorateClass([
|
|
970
970
|
IsOptional4(),
|