@experts_hub/shared 1.0.527 → 1.0.528

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
@@ -581,7 +581,6 @@ declare class JobBasicInformationV2Dto {
581
581
  numberOfHours: number;
582
582
  candidateCommunicationSkills?: string;
583
583
  academicQualification?: string;
584
- yearsOfExperienceType: typeOfExperienceDtoEnumV2;
585
584
  yearsOfExperienceFrom?: string;
586
585
  yearsOfExperienceTo?: string;
587
586
  businessIndustry?: string;
package/dist/index.d.ts CHANGED
@@ -581,7 +581,6 @@ declare class JobBasicInformationV2Dto {
581
581
  numberOfHours: number;
582
582
  candidateCommunicationSkills?: string;
583
583
  academicQualification?: string;
584
- yearsOfExperienceType: typeOfExperienceDtoEnumV2;
585
584
  yearsOfExperienceFrom?: string;
586
585
  yearsOfExperienceTo?: string;
587
586
  businessIndustry?: string;
package/dist/index.js CHANGED
@@ -1609,14 +1609,6 @@ __decorateClass([
1609
1609
  (0, import_class_validator38.IsNotEmpty)({ message: "Please enter the academic qualification" }),
1610
1610
  (0, import_class_validator38.IsString)({ message: "Academic qualification must be a string" })
1611
1611
  ], JobBasicInformationV2Dto.prototype, "academicQualification", 2);
1612
- __decorateClass([
1613
- (0, import_class_validator38.ValidateIf)((o) => !o.isDraft),
1614
- (0, import_class_validator38.IsEnum)(typeOfExperienceDtoEnumV2, {
1615
- message: `Type of experience must be one of: ${Object.values(
1616
- typeOfExperienceDtoEnumV2
1617
- ).join(", ")}`
1618
- })
1619
- ], JobBasicInformationV2Dto.prototype, "yearsOfExperienceType", 2);
1620
1612
  __decorateClass([
1621
1613
  (0, import_class_validator38.ValidateIf)((o) => !o.isDraft),
1622
1614
  (0, import_class_validator38.IsNotEmpty)({ message: "Please enter the years of experience" }),
package/dist/index.mjs CHANGED
@@ -1385,14 +1385,6 @@ __decorateClass([
1385
1385
  IsNotEmpty32({ message: "Please enter the academic qualification" }),
1386
1386
  IsString15({ message: "Academic qualification must be a string" })
1387
1387
  ], JobBasicInformationV2Dto.prototype, "academicQualification", 2);
1388
- __decorateClass([
1389
- ValidateIf4((o) => !o.isDraft),
1390
- IsEnum12(typeOfExperienceDtoEnumV2, {
1391
- message: `Type of experience must be one of: ${Object.values(
1392
- typeOfExperienceDtoEnumV2
1393
- ).join(", ")}`
1394
- })
1395
- ], JobBasicInformationV2Dto.prototype, "yearsOfExperienceType", 2);
1396
1388
  __decorateClass([
1397
1389
  ValidateIf4((o) => !o.isDraft),
1398
1390
  IsNotEmpty32({ message: "Please enter the years of experience" }),
@@ -44,7 +44,6 @@ export declare class JobBasicInformationV2Dto {
44
44
  numberOfHours: number;
45
45
  candidateCommunicationSkills?: string;
46
46
  academicQualification?: string;
47
- yearsOfExperienceType: typeOfExperienceDtoEnumV2;
48
47
  yearsOfExperienceFrom?: string;
49
48
  yearsOfExperienceTo?: string;
50
49
  businessIndustry?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.527",
3
+ "version": "1.0.528",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",