Skip to content

Commit

Permalink
Merge pull request #204 from mateenkasim/export-cursor
Browse files Browse the repository at this point in the history
Export Cursor from root
  • Loading branch information
tstirrat15 committed Sep 12, 2024
2 parents ae16dfb + 6f35a41 commit 89e9160
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions authzed/api/v1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
from authzed.api.v1.core_pb2 import (
AlgebraicSubjectSet,
ContextualizedCaveat,
Cursor,
DirectSubjectSet,
ObjectReference,
PermissionRelationshipTree,
Expand Down Expand Up @@ -186,6 +187,7 @@ def __init__(
"CheckPermissionRequest",
"CheckPermissionResponse",
"Consistency",
"Cursor",
"DeleteRelationshipsRequest",
"DeleteRelationshipsResponse",
"ExpandPermissionTreeRequest",
Expand Down
2 changes: 2 additions & 0 deletions authzed/api/v1/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import grpc
from authzed.api.v1.core_pb2 import (
AlgebraicSubjectSet,
ContextualizedCaveat,
Cursor,
DirectSubjectSet,
ObjectReference,
PermissionRelationshipTree,
Expand Down Expand Up @@ -138,6 +139,7 @@ __all__ = [
"CheckPermissionRequest",
"CheckPermissionResponse",
"Consistency",
"Cursor",
"DeleteRelationshipsRequest",
"DeleteRelationshipsResponse",
"ExpandPermissionTreeRequest",
Expand Down

0 comments on commit 89e9160

Please sign in to comment.