We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 967e540 commit 6c82188Copy full SHA for 6c82188
src/workos/types/authorization/authorization_resource.py
@@ -1,5 +1,6 @@
1
from typing import Literal, Optional, Sequence
2
3
+from workos.types.list_resource import ListMetadata
4
from workos.types.workos_model import WorkOSModel
5
6
@@ -19,3 +20,4 @@ class AuthorizationResource(WorkOSModel):
19
20
class AuthorizationResourceList(WorkOSModel):
21
object: Literal["list"]
22
data: Sequence[AuthorizationResource]
23
+ list_metadata: ListMetadata
0 commit comments