Skip to content

Commit

Permalink
Merge pull request #36 from jonwhitty/main
Browse files Browse the repository at this point in the history
bump buf reference to the latest proto definitions
  • Loading branch information
jzelinskie committed Nov 9, 2021
2 parents 6c48c8f + 54714ea commit 0b30d66
Show file tree
Hide file tree
Showing 6 changed files with 137 additions and 85 deletions.
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.

0 comments on commit 0b30d66

Please sign in to comment.