@experts_hub/shared 1.0.695 → 1.0.696
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/user.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
|
@@ -6839,6 +6839,9 @@ __decorateClass([
|
|
|
6839
6839
|
__decorateClass([
|
|
6840
6840
|
(0, import_typeorm79.Column)({ name: "onboarded_by", type: "varchar", nullable: true })
|
|
6841
6841
|
], User.prototype, "onBoardedBy", 2);
|
|
6842
|
+
__decorateClass([
|
|
6843
|
+
(0, import_typeorm79.Column)({ name: "ip", type: "varchar", nullable: true })
|
|
6844
|
+
], User.prototype, "ip", 2);
|
|
6842
6845
|
__decorateClass([
|
|
6843
6846
|
(0, import_typeorm79.OneToMany)(() => Otp, (otp) => otp.user)
|
|
6844
6847
|
], User.prototype, "otps", 2);
|
package/dist/index.mjs
CHANGED
|
@@ -6644,6 +6644,9 @@ __decorateClass([
|
|
|
6644
6644
|
__decorateClass([
|
|
6645
6645
|
Column79({ name: "onboarded_by", type: "varchar", nullable: true })
|
|
6646
6646
|
], User.prototype, "onBoardedBy", 2);
|
|
6647
|
+
__decorateClass([
|
|
6648
|
+
Column79({ name: "ip", type: "varchar", nullable: true })
|
|
6649
|
+
], User.prototype, "ip", 2);
|
|
6647
6650
|
__decorateClass([
|
|
6648
6651
|
OneToMany27(() => Otp, (otp) => otp.user)
|
|
6649
6652
|
], User.prototype, "otps", 2);
|