Skip to content

Commit

Permalink
Merge pull request #56 from josephschorr/update-for-pipe
Browse files Browse the repository at this point in the history
Update API validation to include the pipe character
  • Loading branch information
josephschorr committed Mar 3, 2022
2 parents 969870d + 201b083 commit 243e79c
Show file tree
Hide file tree
Showing 10 changed files with 607 additions and 602 deletions.
2 changes: 1 addition & 1 deletion buf.gen.yaml
@@ -1,4 +1,4 @@
#!/usr/bin/env -S buf generate buf.build/authzed/api:8ae4cf539d36085c169d8805c54e1bead3d7b9b9 --template
#!/usr/bin/env -S buf generate buf.build/authzed/api:86da72bc0f5dc8b7e26b2fdd609dec4ff2b09f1f --template
---
version: "v1"
plugins:
Expand Down
346 changes: 173 additions & 173 deletions proto/authzed/api/v0/acl_service.pb.go

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions proto/authzed/api/v0/acl_service.pb.validate.go

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

170 changes: 85 additions & 85 deletions proto/authzed/api/v0/core.pb.go

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions proto/authzed/api/v0/core.pb.validate.go

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

144 changes: 72 additions & 72 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.

4 changes: 2 additions & 2 deletions proto/authzed/api/v1/core.pb.validate.go

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

0 comments on commit 243e79c

Please sign in to comment.