@experts_hub/shared 1.0.360 → 1.0.361
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/entities/freelancer-profile.entity.d.ts +1 -0
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3 -0
- package/dist/index.mjs +3 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1977,6 +1977,9 @@ __decorateClass([
|
|
|
1977
1977
|
__decorateClass([
|
|
1978
1978
|
(0, import_typeorm8.Column)({ name: "resume_url", type: "text", nullable: true })
|
|
1979
1979
|
], FreelancerProfile.prototype, "resumeUrl", 2);
|
|
1980
|
+
__decorateClass([
|
|
1981
|
+
(0, import_typeorm8.Column)({ name: "resume_uploaded_on", type: "timestamp with time zone", nullable: true })
|
|
1982
|
+
], FreelancerProfile.prototype, "resumeUploadedOn", 2);
|
|
1980
1983
|
__decorateClass([
|
|
1981
1984
|
(0, import_typeorm8.Column)({ name: "resume_eligibility", type: "varchar", nullable: true })
|
|
1982
1985
|
], FreelancerProfile.prototype, "resumeEligibility", 2);
|
package/dist/index.mjs
CHANGED
|
@@ -1890,6 +1890,9 @@ __decorateClass([
|
|
|
1890
1890
|
__decorateClass([
|
|
1891
1891
|
Column8({ name: "resume_url", type: "text", nullable: true })
|
|
1892
1892
|
], FreelancerProfile.prototype, "resumeUrl", 2);
|
|
1893
|
+
__decorateClass([
|
|
1894
|
+
Column8({ name: "resume_uploaded_on", type: "timestamp with time zone", nullable: true })
|
|
1895
|
+
], FreelancerProfile.prototype, "resumeUploadedOn", 2);
|
|
1893
1896
|
__decorateClass([
|
|
1894
1897
|
Column8({ name: "resume_eligibility", type: "varchar", nullable: true })
|
|
1895
1898
|
], FreelancerProfile.prototype, "resumeEligibility", 2);
|