@experts_hub/shared 1.0.315 → 1.0.316

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.
@@ -70,6 +70,4 @@ export declare class FreelancerProfile extends BaseEntity {
70
70
  serviceAgreementUrl: string;
71
71
  serviceAggrementSignedOn: Date;
72
72
  isExpertshubVerified: boolean;
73
- resumeData: string;
74
- processedResumeData: string;
75
73
  }
package/dist/index.d.mts CHANGED
@@ -752,8 +752,6 @@ declare class FreelancerProfile extends BaseEntity {
752
752
  serviceAgreementUrl: string;
753
753
  serviceAggrementSignedOn: Date;
754
754
  isExpertshubVerified: boolean;
755
- resumeData: string;
756
- processedResumeData: string;
757
755
  }
758
756
 
759
757
  declare enum KindOfHire {
package/dist/index.d.ts CHANGED
@@ -752,8 +752,6 @@ declare class FreelancerProfile extends BaseEntity {
752
752
  serviceAgreementUrl: string;
753
753
  serviceAggrementSignedOn: Date;
754
754
  isExpertshubVerified: boolean;
755
- resumeData: string;
756
- processedResumeData: string;
757
755
  }
758
756
 
759
757
  declare enum KindOfHire {
package/dist/index.js CHANGED
@@ -2047,12 +2047,6 @@ __decorateClass([
2047
2047
  __decorateClass([
2048
2048
  (0, import_typeorm8.Column)({ name: "is_expertshub_verified", type: "boolean", default: false })
2049
2049
  ], FreelancerProfile.prototype, "isExpertshubVerified", 2);
2050
- __decorateClass([
2051
- (0, import_typeorm8.Column)({ name: "resume_data", type: "jsonb", nullable: true })
2052
- ], FreelancerProfile.prototype, "resumeData", 2);
2053
- __decorateClass([
2054
- (0, import_typeorm8.Column)({ name: "processed_resume_data", type: "jsonb", nullable: true })
2055
- ], FreelancerProfile.prototype, "processedResumeData", 2);
2056
2050
  FreelancerProfile = __decorateClass([
2057
2051
  (0, import_typeorm8.Entity)("freelancer_profiles")
2058
2052
  ], FreelancerProfile);
package/dist/index.mjs CHANGED
@@ -1987,12 +1987,6 @@ __decorateClass([
1987
1987
  __decorateClass([
1988
1988
  Column8({ name: "is_expertshub_verified", type: "boolean", default: false })
1989
1989
  ], FreelancerProfile.prototype, "isExpertshubVerified", 2);
1990
- __decorateClass([
1991
- Column8({ name: "resume_data", type: "jsonb", nullable: true })
1992
- ], FreelancerProfile.prototype, "resumeData", 2);
1993
- __decorateClass([
1994
- Column8({ name: "processed_resume_data", type: "jsonb", nullable: true })
1995
- ], FreelancerProfile.prototype, "processedResumeData", 2);
1996
1990
  FreelancerProfile = __decorateClass([
1997
1991
  Entity7("freelancer_profiles")
1998
1992
  ], FreelancerProfile);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.315",
3
+ "version": "1.0.316",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",