@experts_hub/shared 1.0.108 → 1.0.109

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
@@ -682,7 +682,7 @@ __decorateClass([
682
682
  (0, import_typeorm5.Index)()
683
683
  ], FreelancerProfile.prototype, "userId", 2);
684
684
  __decorateClass([
685
- (0, import_typeorm5.ManyToOne)(() => User, (user) => user.otps),
685
+ (0, import_typeorm5.ManyToOne)(() => User, (user) => user.freelancerProfile),
686
686
  (0, import_typeorm5.JoinColumn)({ name: "user_id" })
687
687
  ], FreelancerProfile.prototype, "user", 2);
688
688
  __decorateClass([
package/dist/index.mjs CHANGED
@@ -667,7 +667,7 @@ __decorateClass([
667
667
  Index2()
668
668
  ], FreelancerProfile.prototype, "userId", 2);
669
669
  __decorateClass([
670
- ManyToOne4(() => User, (user) => user.otps),
670
+ ManyToOne4(() => User, (user) => user.freelancerProfile),
671
671
  JoinColumn4({ name: "user_id" })
672
672
  ], FreelancerProfile.prototype, "user", 2);
673
673
  __decorateClass([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.108",
3
+ "version": "1.0.109",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",