@experts_hub/shared 1.0.271 → 1.0.272

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