@experts_hub/shared 1.0.271 → 1.0.273

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.js CHANGED
@@ -1719,7 +1719,7 @@ __decorateClass([
1719
1719
  (0, import_typeorm8.Column)({ name: "resume_url", type: "text", nullable: true })
1720
1720
  ], FreelancerProfile.prototype, "resumeUrl", 2);
1721
1721
  __decorateClass([
1722
- (0, import_typeorm8.Column)({ name: "resume_data", type: "text", nullable: true })
1722
+ (0, import_typeorm8.Column)({ name: "resume_data", type: "jsonb", nullable: true })
1723
1723
  ], FreelancerProfile.prototype, "resumeData", 2);
1724
1724
  __decorateClass([
1725
1725
  (0, import_typeorm8.Column)({ name: "processed_resume_data", type: "jsonb", nullable: true })
@@ -4846,10 +4846,10 @@ __decorateClass([
4846
4846
  (0, import_typeorm45.ViewColumn)({ name: "freelancer_email" })
4847
4847
  ], JobFreelancerRecommendation.prototype, "freelancerEmail", 2);
4848
4848
  __decorateClass([
4849
- (0, import_typeorm45.ViewColumn)({ name: "freelacer_profile_picture" })
4849
+ (0, import_typeorm45.ViewColumn)({ name: "freelancer_profile_picture" })
4850
4850
  ], JobFreelancerRecommendation.prototype, "freelancerProfilePicture", 2);
4851
4851
  __decorateClass([
4852
- (0, import_typeorm45.ViewColumn)({ name: "freelacer_created_at" })
4852
+ (0, import_typeorm45.ViewColumn)({ name: "freelancer_created_at" })
4853
4853
  ], JobFreelancerRecommendation.prototype, "freelancerCreatedAt", 2);
4854
4854
  __decorateClass([
4855
4855
  (0, import_typeorm45.ViewColumn)({ name: "client_id" })
package/dist/index.mjs CHANGED
@@ -1664,7 +1664,7 @@ __decorateClass([
1664
1664
  Column8({ name: "resume_url", type: "text", nullable: true })
1665
1665
  ], FreelancerProfile.prototype, "resumeUrl", 2);
1666
1666
  __decorateClass([
1667
- Column8({ name: "resume_data", type: "text", nullable: true })
1667
+ Column8({ name: "resume_data", type: "jsonb", nullable: true })
1668
1668
  ], FreelancerProfile.prototype, "resumeData", 2);
1669
1669
  __decorateClass([
1670
1670
  Column8({ name: "processed_resume_data", type: "jsonb", nullable: true })
@@ -4989,10 +4989,10 @@ __decorateClass([
4989
4989
  ViewColumn({ name: "freelancer_email" })
4990
4990
  ], JobFreelancerRecommendation.prototype, "freelancerEmail", 2);
4991
4991
  __decorateClass([
4992
- ViewColumn({ name: "freelacer_profile_picture" })
4992
+ ViewColumn({ name: "freelancer_profile_picture" })
4993
4993
  ], JobFreelancerRecommendation.prototype, "freelancerProfilePicture", 2);
4994
4994
  __decorateClass([
4995
- ViewColumn({ name: "freelacer_created_at" })
4995
+ ViewColumn({ name: "freelancer_created_at" })
4996
4996
  ], JobFreelancerRecommendation.prototype, "freelancerCreatedAt", 2);
4997
4997
  __decorateClass([
4998
4998
  ViewColumn({ name: "client_id" })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.271",
3
+ "version": "1.0.273",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",