@experts_hub/shared 1.0.278 → 1.0.279

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;
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;
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;
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);
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);
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.279",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",