@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
@@ -186,6 +186,7 @@ declare class FreelancerProfileQuestionDto {
186
186
  answer: any;
187
187
  numberOfHours?: number;
188
188
  currency?: string;
189
+ ctc?: number;
189
190
  }
190
191
 
191
192
  declare class FreelancerWorkShowcaseDto {
package/dist/index.d.ts CHANGED
@@ -186,6 +186,7 @@ declare class FreelancerProfileQuestionDto {
186
186
  answer: any;
187
187
  numberOfHours?: number;
188
188
  currency?: string;
189
+ ctc?: number;
189
190
  }
190
191
 
191
192
  declare class FreelancerWorkShowcaseDto {
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 {
@@ -4,4 +4,5 @@ export declare class FreelancerProfileQuestionDto {
4
4
  answer: any;
5
5
  numberOfHours?: number;
6
6
  currency?: string;
7
+ ctc?: number;
7
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.541",
3
+ "version": "1.0.542",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",