@experts_hub/shared 1.0.270 → 1.0.271
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
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: "
|
|
1722
|
+
(0, import_typeorm8.Column)({ name: "resume_data", type: "text", 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: "
|
|
1667
|
+
Column8({ name: "resume_data", type: "text", nullable: true })
|
|
1668
1668
|
], FreelancerProfile.prototype, "resumeData", 2);
|
|
1669
1669
|
__decorateClass([
|
|
1670
1670
|
Column8({ name: "processed_resume_data", type: "jsonb", nullable: true })
|