Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion magefiles/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func (g Gen) All() error {
const (
ProtoPath = "proto/authzed/api"
BufRepository = "buf.build/authzed/api"
BufTag = "5b2fc906e1a24776ba1b3b7b059f1842"
BufTag = "1d4ce2d4563b4dcbacdf7fb651e358b5"
)

// Proto runs proto codegen
Expand Down
10 changes: 8 additions & 2 deletions proto/apidocs.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -1516,7 +1516,8 @@
"PERMISSIONSHIP_HAS_PERMISSION",
"PERMISSIONSHIP_CONDITIONAL_PERMISSION"
],
"default": "PERMISSIONSHIP_UNSPECIFIED"
"default": "PERMISSIONSHIP_UNSPECIFIED",
"description": " - PERMISSIONSHIP_UNSPECIFIED: PERMISSIONSHIP_UNSPECIFIED is the default value and should not be used or\nrelied upon. Servers should not return this value.\n - PERMISSIONSHIP_NO_PERMISSION: PERMISSIONSHIP_NO_PERMISSION indicates that the subject does not have the\nrequested permission on the resource.\n - PERMISSIONSHIP_HAS_PERMISSION: PERMISSIONSHIP_HAS_PERMISSION indicates that the subject has the requested\npermission on the resource.\n - PERMISSIONSHIP_CONDITIONAL_PERMISSION: PERMISSIONSHIP_CONDITIONAL_PERMISSION indicates that the subject has the\nrequested permission on the resource, but only if a caveat condition is met.\nThe `partial_caveat_info` field in the response should contain the missing\ncontext fields that must be provided to fully evaluate the caveat."
},
"v1ComputablePermissionsRequest": {
"type": "object",
Expand Down Expand Up @@ -2252,6 +2253,7 @@
"LOOKUP_PERMISSIONSHIP_CONDITIONAL_PERMISSION"
],
"default": "LOOKUP_PERMISSIONSHIP_UNSPECIFIED",
"description": "- LOOKUP_PERMISSIONSHIP_UNSPECIFIED: LOOKUP_PERMISSIONSHIP_UNSPECIFIED is the default value and should not be used or\nrelied upon. Servers should not return this value.\n - LOOKUP_PERMISSIONSHIP_HAS_PERMISSION: LOOKUP_PERMISSIONSHIP_HAS_PERMISSION indicates that the subject has permission\non the resource with no missing caveat context.\n - LOOKUP_PERMISSIONSHIP_CONDITIONAL_PERMISSION: LOOKUP_PERMISSIONSHIP_CONDITIONAL_PERMISSION indicates that the subject has\npermission on the resource, but only if a caveat condition is met. The\n`partial_caveat_info` field in the response should contain the missing context\nfields that must be provided to fully evaluate the caveat.",
"title": "LookupPermissionship represents whether a Lookup response was partially evaluated or not"
},
"v1LookupResourcesRequest": {
Expand Down Expand Up @@ -2284,6 +2286,10 @@
"optionalCursor": {
"$ref": "#/definitions/apiV1Cursor",
"description": "optional_cursor, if specified, indicates the cursor after which results should resume being returned.\nThe cursor can be found on the LookupResourcesResponse object."
},
"withDebug": {
"type": "boolean",
"description": "with_debug, if true, indicates that the response should return debug information\nif present and available. For now, ONLY enables debugging of maximum recursion depth\nerrors, with additional context being returned in error details, but this may be\nextended in the future."
}
},
"description": "LookupResourcesRequest performs a lookup of all resources of a particular\nkind on which the subject has the specified permission or the relation in\nwhich the subject exists, streaming back the IDs of those resources."
Expand Down Expand Up @@ -2347,7 +2353,7 @@
},
"optionalCursor": {
"$ref": "#/definitions/apiV1Cursor",
"description": "optional_cursor is currently unimplemented for LookupSubjects\nand will be ignored as of SpiceDB version 1.40.1. This will\nbe implemented in a future version of SpiceDB."
"description": "optional_cursor is not currently supported for LookupSubjects and this\nfield will be ignored. Cursoring support will be added in a future version."
},
"wildcardOption": {
"$ref": "#/definitions/LookupSubjectsRequestWildcardOption",
Expand Down
2 changes: 1 addition & 1 deletion proto/authzed/api/materialize/zz_generated.version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package materialize

const (
BufRepository = "buf.build/authzed/api"
BufTag = "5b2fc906e1a24776ba1b3b7b059f1842"
BufTag = "1d4ce2d4563b4dcbacdf7fb651e358b5"
)
2 changes: 1 addition & 1 deletion proto/authzed/api/v0/zz_generated.version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package v0

const (
BufRepository = "buf.build/authzed/api"
BufTag = "5b2fc906e1a24776ba1b3b7b059f1842"
BufTag = "1d4ce2d4563b4dcbacdf7fb651e358b5"
)
8 changes: 4 additions & 4 deletions proto/authzed/api/v1/core.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions proto/authzed/api/v1/experimental_service.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading