abs-auth-rbac-core 0.1.7__py3-none-any.whl → 0.1.8__py3-none-any.whl
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.
- abs_auth_rbac_core/rbac/service.py +1 -1
- {abs_auth_rbac_core-0.1.7.dist-info → abs_auth_rbac_core-0.1.8.dist-info}/METADATA +1 -1
- {abs_auth_rbac_core-0.1.7.dist-info → abs_auth_rbac_core-0.1.8.dist-info}/RECORD +4 -4
- {abs_auth_rbac_core-0.1.7.dist-info → abs_auth_rbac_core-0.1.8.dist-info}/WHEEL +0 -0
|
@@ -472,7 +472,7 @@ class RBACService:
|
|
|
472
472
|
for user_permission in user_permissions:
|
|
473
473
|
result.append(
|
|
474
474
|
{
|
|
475
|
-
"permission_id": user_permission.permission.
|
|
475
|
+
"permission_id": user_permission.permission.uuid,
|
|
476
476
|
"created_at": user_permission.permission.created_at,
|
|
477
477
|
"updated_at": user_permission.permission.updated_at,
|
|
478
478
|
"name": user_permission.permission.name,
|
|
@@ -17,11 +17,11 @@ abs_auth_rbac_core/models/user_role.py,sha256=20pqmtJPzlUrI9ulHGouk8XlFgrGG7I6ik
|
|
|
17
17
|
abs_auth_rbac_core/rbac/__init__.py,sha256=oYjtpmfrkEbwWCBAWuRoU1fM4fCpBxkF_lwQrelK1As,79
|
|
18
18
|
abs_auth_rbac_core/rbac/decorator.py,sha256=pEFAW0Nn2iE4KBctPhNOmO_VLeJFDX2V9v2LsCu6kHY,1824
|
|
19
19
|
abs_auth_rbac_core/rbac/policy.conf,sha256=wghhhKxgZH0rPhh1QFrIpq9nevJT3s7OxxvXiU3zzuI,305
|
|
20
|
-
abs_auth_rbac_core/rbac/service.py,sha256=
|
|
20
|
+
abs_auth_rbac_core/rbac/service.py,sha256=WhUDAbFtmCfsnPYNsubIViEEz5vPEDgRTv5Ff9n7XDc,32175
|
|
21
21
|
abs_auth_rbac_core/schema/__init__.py,sha256=v9xibJ8Wr9k0u6PEYNK0LCGUJD71SB5vxu9BZG0S7tM,46
|
|
22
22
|
abs_auth_rbac_core/schema/permission.py,sha256=XvxPU68FY0PFgkF4GR2bSrzNvFB8c8OgY_d0JOJvMc8,203
|
|
23
23
|
abs_auth_rbac_core/util/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
24
24
|
abs_auth_rbac_core/util/permission_constants.py,sha256=ZADzQ31HQgLPS8oJXMbuSbm-2M30BERPWZppgvvg8Yg,70785
|
|
25
|
-
abs_auth_rbac_core-0.1.
|
|
26
|
-
abs_auth_rbac_core-0.1.
|
|
27
|
-
abs_auth_rbac_core-0.1.
|
|
25
|
+
abs_auth_rbac_core-0.1.8.dist-info/METADATA,sha256=xvfE1_YnHAYBJvmvwdR1urV0OwS6HbszFSqygo1qSt0,6635
|
|
26
|
+
abs_auth_rbac_core-0.1.8.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
|
|
27
|
+
abs_auth_rbac_core-0.1.8.dist-info/RECORD,,
|
|
File without changes
|