@experts_hub/shared 1.0.177 → 1.0.178
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
|
@@ -3235,7 +3235,7 @@ __decorateClass([
|
|
|
3235
3235
|
(0, import_typeorm28.JoinColumn)({ name: "permission_id" })
|
|
3236
3236
|
], CompanyRolePermission.prototype, "permission", 2);
|
|
3237
3237
|
__decorateClass([
|
|
3238
|
-
(0, import_typeorm28.Column)({ name: "assigned_by", nullable: true })
|
|
3238
|
+
(0, import_typeorm28.Column)({ name: "assigned_by", type: "integer", nullable: true })
|
|
3239
3239
|
], CompanyRolePermission.prototype, "assignedBy", 2);
|
|
3240
3240
|
CompanyRolePermission = __decorateClass([
|
|
3241
3241
|
(0, import_typeorm28.Entity)("company_role_permissions")
|
package/dist/index.mjs
CHANGED
|
@@ -3310,7 +3310,7 @@ __decorateClass([
|
|
|
3310
3310
|
JoinColumn24({ name: "permission_id" })
|
|
3311
3311
|
], CompanyRolePermission.prototype, "permission", 2);
|
|
3312
3312
|
__decorateClass([
|
|
3313
|
-
Column28({ name: "assigned_by", nullable: true })
|
|
3313
|
+
Column28({ name: "assigned_by", type: "integer", nullable: true })
|
|
3314
3314
|
], CompanyRolePermission.prototype, "assignedBy", 2);
|
|
3315
3315
|
CompanyRolePermission = __decorateClass([
|
|
3316
3316
|
Entity27("company_role_permissions")
|