@experts_hub/shared 1.0.278 → 1.0.280

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.
@@ -42,8 +42,6 @@ export declare class FreelancerProfile extends BaseEntity {
42
42
  country: Country;
43
43
  talentId: string;
44
44
  resumeUrl: string;
45
- resumeData: string;
46
- processedResumeData: string;
47
45
  resumeEligibility: string;
48
46
  resumeScore: string;
49
47
  mcqStatus: McqStatusEnum;
@@ -49,6 +49,9 @@ export declare class Job extends BaseEntity {
49
49
  openings: number;
50
50
  location: JobLocationEnum;
51
51
  typeOfEmployment: TypeOfEmploymentEnum;
52
+ academicQualification: string;
53
+ yearsOfExperience: string;
54
+ businessIndustry: string;
52
55
  currency: string;
53
56
  expectedSalaryFrom: number;
54
57
  expectedSalaryTo: number;
package/dist/index.d.mts CHANGED
@@ -704,8 +704,6 @@ declare class FreelancerProfile extends BaseEntity {
704
704
  country: Country;
705
705
  talentId: string;
706
706
  resumeUrl: string;
707
- resumeData: string;
708
- processedResumeData: string;
709
707
  resumeEligibility: string;
710
708
  resumeScore: string;
711
709
  mcqStatus: McqStatusEnum;
@@ -899,6 +897,9 @@ declare class Job extends BaseEntity {
899
897
  openings: number;
900
898
  location: JobLocationEnum;
901
899
  typeOfEmployment: TypeOfEmploymentEnum;
900
+ academicQualification: string;
901
+ yearsOfExperience: string;
902
+ businessIndustry: string;
902
903
  currency: string;
903
904
  expectedSalaryFrom: number;
904
905
  expectedSalaryTo: number;
package/dist/index.d.ts CHANGED
@@ -704,8 +704,6 @@ declare class FreelancerProfile extends BaseEntity {
704
704
  country: Country;
705
705
  talentId: string;
706
706
  resumeUrl: string;
707
- resumeData: string;
708
- processedResumeData: string;
709
707
  resumeEligibility: string;
710
708
  resumeScore: string;
711
709
  mcqStatus: McqStatusEnum;
@@ -899,6 +897,9 @@ declare class Job extends BaseEntity {
899
897
  openings: number;
900
898
  location: JobLocationEnum;
901
899
  typeOfEmployment: TypeOfEmploymentEnum;
900
+ academicQualification: string;
901
+ yearsOfExperience: string;
902
+ businessIndustry: string;
902
903
  currency: string;
903
904
  expectedSalaryFrom: number;
904
905
  expectedSalaryTo: number;
package/dist/index.js CHANGED
@@ -1720,12 +1720,6 @@ __decorateClass([
1720
1720
  __decorateClass([
1721
1721
  (0, import_typeorm8.Column)({ name: "resume_url", type: "text", nullable: true })
1722
1722
  ], FreelancerProfile.prototype, "resumeUrl", 2);
1723
- __decorateClass([
1724
- (0, import_typeorm8.Column)({ name: "resume_data", type: "jsonb", nullable: true })
1725
- ], FreelancerProfile.prototype, "resumeData", 2);
1726
- __decorateClass([
1727
- (0, import_typeorm8.Column)({ name: "processed_resume_data", type: "jsonb", nullable: true })
1728
- ], FreelancerProfile.prototype, "processedResumeData", 2);
1729
1723
  __decorateClass([
1730
1724
  (0, import_typeorm8.Column)({ name: "resume_eligibility", type: "varchar", nullable: true })
1731
1725
  ], FreelancerProfile.prototype, "resumeEligibility", 2);
@@ -2348,6 +2342,15 @@ __decorateClass([
2348
2342
  nullable: true
2349
2343
  })
2350
2344
  ], Job.prototype, "typeOfEmployment", 2);
2345
+ __decorateClass([
2346
+ (0, import_typeorm16.Column)({ name: "academic_qualifictaion", type: "varchar", nullable: true })
2347
+ ], Job.prototype, "academicQualification", 2);
2348
+ __decorateClass([
2349
+ (0, import_typeorm16.Column)({ name: "years_of_experience", type: "varchar", nullable: true })
2350
+ ], Job.prototype, "yearsOfExperience", 2);
2351
+ __decorateClass([
2352
+ (0, import_typeorm16.Column)({ name: "business_industry", type: "varchar", nullable: true })
2353
+ ], Job.prototype, "businessIndustry", 2);
2351
2354
  __decorateClass([
2352
2355
  (0, import_typeorm16.Column)({ name: "currency", type: "varchar", default: "USD" })
2353
2356
  ], Job.prototype, "currency", 2);
package/dist/index.mjs CHANGED
@@ -1663,12 +1663,6 @@ __decorateClass([
1663
1663
  __decorateClass([
1664
1664
  Column8({ name: "resume_url", type: "text", nullable: true })
1665
1665
  ], FreelancerProfile.prototype, "resumeUrl", 2);
1666
- __decorateClass([
1667
- Column8({ name: "resume_data", type: "jsonb", nullable: true })
1668
- ], FreelancerProfile.prototype, "resumeData", 2);
1669
- __decorateClass([
1670
- Column8({ name: "processed_resume_data", type: "jsonb", nullable: true })
1671
- ], FreelancerProfile.prototype, "processedResumeData", 2);
1672
1666
  __decorateClass([
1673
1667
  Column8({ name: "resume_eligibility", type: "varchar", nullable: true })
1674
1668
  ], FreelancerProfile.prototype, "resumeEligibility", 2);
@@ -2311,6 +2305,15 @@ __decorateClass([
2311
2305
  nullable: true
2312
2306
  })
2313
2307
  ], Job.prototype, "typeOfEmployment", 2);
2308
+ __decorateClass([
2309
+ Column16({ name: "academic_qualifictaion", type: "varchar", nullable: true })
2310
+ ], Job.prototype, "academicQualification", 2);
2311
+ __decorateClass([
2312
+ Column16({ name: "years_of_experience", type: "varchar", nullable: true })
2313
+ ], Job.prototype, "yearsOfExperience", 2);
2314
+ __decorateClass([
2315
+ Column16({ name: "business_industry", type: "varchar", nullable: true })
2316
+ ], Job.prototype, "businessIndustry", 2);
2314
2317
  __decorateClass([
2315
2318
  Column16({ name: "currency", type: "varchar", default: "USD" })
2316
2319
  ], Job.prototype, "currency", 2);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.278",
3
+ "version": "1.0.280",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",