Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump buf reference to the latest proto definitions #36

Merged
merged 1 commit into from Nov 9, 2021
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion buf.gen.yaml
@@ -1,4 +1,4 @@
#!/usr/bin/env -S buf generate buf.build/authzed/api:67357f5a752f8e985833adc0944b46a2c1e2083b --template
#!/usr/bin/env -S buf generate buf.build/authzed/api:262837a8e7451bfd9cac0518972ceaef1d0b9963 --template
version: "v1"
plugins:
- remote: "buf.build/library/plugins/go:v1.27.1-1"
Expand Down
10 changes: 9 additions & 1 deletion proto/apidocs.swagger.json
Expand Up @@ -511,7 +511,7 @@
"apiv1WatchRequest": {
"type": "object",
"properties": {
"objectTypes": {
"optionalObjectTypes": {
"type": "array",
"items": {
"type": "string"
Expand Down Expand Up @@ -561,6 +561,10 @@
"type": "string"
},
"description": "The Object Definitions that were requested."
},
"computedDefinitionsRevision": {
"type": "string",
"description": "The computed revision of the returned object definitions."
}
},
"description": "ReadSchemaResponse is the resulting data after having read the Object\nDefinitions from a Schema."
Expand All @@ -574,6 +578,10 @@
"type": "string"
},
"description": "The names of the Object Definitions that were written."
},
"computedDefinitionsRevision": {
"type": "string",
"description": "The computed revision of the written object definitions."
}
},
"description": "WriteSchemaResponse is the resulting data after having written a Schema to\na Permissions System."
Expand Down
77 changes: 39 additions & 38 deletions proto/authzed/api/v1/watch_service.pb.go

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

17 changes: 5 additions & 12 deletions proto/authzed/api/v1/watch_service.pb.validate.go

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