@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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
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.
|
|
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.
|
|
670
|
+
ManyToOne4(() => User, (user) => user.freelancerProfile),
|
|
671
671
|
JoinColumn4({ name: "user_id" })
|
|
672
672
|
], FreelancerProfile.prototype, "user", 2);
|
|
673
673
|
__decorateClass([
|