We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6d1db9 commit 17c754cCopy full SHA for 17c754c
src/workos/types/list_resource.py
@@ -33,6 +33,7 @@
33
from workos.types.events import Event
34
from workos.types.feature_flags import FeatureFlag
35
from workos.types.fga import (
36
+ AuthorizationResource as FGAAuthorizationResource,
37
AuthorizationResourceType,
38
Warrant,
39
WarrantQueryResult,
@@ -66,7 +67,7 @@
66
67
AuthorizationResource,
68
RoleAssignment,
69
AuthorizationOrganizationMembership,
- AuthorizationResource,
70
+ FGAAuthorizationResource,
71
72
User,
73
UserManagementSession,
0 commit comments