@experts_hub/shared 1.0.205 → 1.0.206

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
@@ -1372,7 +1372,7 @@ __decorateClass([
1372
1372
  (0, import_typeorm5.Column)({ name: "resume_data", type: "jsonb", nullable: true })
1373
1373
  ], FreelancerProfile.prototype, "resumeData", 2);
1374
1374
  __decorateClass([
1375
- (0, import_typeorm5.Column)({ name: "resume_data", type: "jsonb", nullable: true })
1375
+ (0, import_typeorm5.Column)({ name: "processed_resume_data", type: "jsonb", nullable: true })
1376
1376
  ], FreelancerProfile.prototype, "processedResumeData", 2);
1377
1377
  __decorateClass([
1378
1378
  (0, import_typeorm5.Column)({ name: "resume_eligibility", type: "varchar", nullable: true })
package/dist/index.mjs CHANGED
@@ -1323,7 +1323,7 @@ __decorateClass([
1323
1323
  Column5({ name: "resume_data", type: "jsonb", nullable: true })
1324
1324
  ], FreelancerProfile.prototype, "resumeData", 2);
1325
1325
  __decorateClass([
1326
- Column5({ name: "resume_data", type: "jsonb", nullable: true })
1326
+ Column5({ name: "processed_resume_data", type: "jsonb", nullable: true })
1327
1327
  ], FreelancerProfile.prototype, "processedResumeData", 2);
1328
1328
  __decorateClass([
1329
1329
  Column5({ name: "resume_eligibility", type: "varchar", nullable: true })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.205",
3
+ "version": "1.0.206",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",