@experts_hub/shared 1.0.407 → 1.0.409
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.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -845,6 +845,9 @@ __decorateClass([
|
|
|
845
845
|
__decorateClass([
|
|
846
846
|
(0, import_class_validator23.IsNotEmpty)({ message: "Please enter answer." })
|
|
847
847
|
], FreelancerProfileQuestionDto.prototype, "answer", 2);
|
|
848
|
+
__decorateClass([
|
|
849
|
+
(0, import_class_validator23.IsOptional)()
|
|
850
|
+
], FreelancerProfileQuestionDto.prototype, "numberOfHours", 2);
|
|
848
851
|
__decorateClass([
|
|
849
852
|
(0, import_class_validator23.IsOptional)()
|
|
850
853
|
], FreelancerProfileQuestionDto.prototype, "currency", 2);
|
package/dist/index.mjs
CHANGED
|
@@ -599,6 +599,9 @@ __decorateClass([
|
|
|
599
599
|
__decorateClass([
|
|
600
600
|
IsNotEmpty20({ message: "Please enter answer." })
|
|
601
601
|
], FreelancerProfileQuestionDto.prototype, "answer", 2);
|
|
602
|
+
__decorateClass([
|
|
603
|
+
IsOptional5()
|
|
604
|
+
], FreelancerProfileQuestionDto.prototype, "numberOfHours", 2);
|
|
602
605
|
__decorateClass([
|
|
603
606
|
IsOptional5()
|
|
604
607
|
], FreelancerProfileQuestionDto.prototype, "currency", 2);
|