@experts_hub/shared 1.0.292 → 1.0.293
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
|
@@ -3458,6 +3458,9 @@ __decorateClass([
|
|
|
3458
3458
|
__decorateClass([
|
|
3459
3459
|
(0, import_typeorm41.Column)({ name: "is_mobile_verified", type: "boolean", default: false })
|
|
3460
3460
|
], User.prototype, "isMobileVerified", 2);
|
|
3461
|
+
__decorateClass([
|
|
3462
|
+
(0, import_typeorm41.Column)({ name: "is_social", type: "boolean", default: false })
|
|
3463
|
+
], User.prototype, "isSocial", 2);
|
|
3461
3464
|
__decorateClass([
|
|
3462
3465
|
(0, import_typeorm41.Column)({
|
|
3463
3466
|
name: "last_login_at",
|
package/dist/index.mjs
CHANGED
|
@@ -3521,6 +3521,9 @@ __decorateClass([
|
|
|
3521
3521
|
__decorateClass([
|
|
3522
3522
|
Column41({ name: "is_mobile_verified", type: "boolean", default: false })
|
|
3523
3523
|
], User.prototype, "isMobileVerified", 2);
|
|
3524
|
+
__decorateClass([
|
|
3525
|
+
Column41({ name: "is_social", type: "boolean", default: false })
|
|
3526
|
+
], User.prototype, "isSocial", 2);
|
|
3524
3527
|
__decorateClass([
|
|
3525
3528
|
Column41({
|
|
3526
3529
|
name: "last_login_at",
|