@experts_hub/shared 1.0.541 → 1.0.542
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
|
@@ -901,6 +901,9 @@ __decorateClass([
|
|
|
901
901
|
__decorateClass([
|
|
902
902
|
(0, import_class_validator23.IsOptional)()
|
|
903
903
|
], FreelancerProfileQuestionDto.prototype, "currency", 2);
|
|
904
|
+
__decorateClass([
|
|
905
|
+
(0, import_class_validator23.IsOptional)()
|
|
906
|
+
], FreelancerProfileQuestionDto.prototype, "ctc", 2);
|
|
904
907
|
|
|
905
908
|
// src/modules/onboarding/dto/freelancer-work-showcase.dto.ts
|
|
906
909
|
var import_class_validator24 = require("class-validator");
|
package/dist/index.mjs
CHANGED
|
@@ -608,6 +608,9 @@ __decorateClass([
|
|
|
608
608
|
__decorateClass([
|
|
609
609
|
IsOptional5()
|
|
610
610
|
], FreelancerProfileQuestionDto.prototype, "currency", 2);
|
|
611
|
+
__decorateClass([
|
|
612
|
+
IsOptional5()
|
|
613
|
+
], FreelancerProfileQuestionDto.prototype, "ctc", 2);
|
|
611
614
|
|
|
612
615
|
// src/modules/onboarding/dto/freelancer-work-showcase.dto.ts
|
|
613
616
|
import {
|