We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69a4315 commit bff3e43Copy full SHA for bff3e43
1 file changed
buf.gen.yaml
@@ -1,8 +1,14 @@
1
---
2
version: "v2"
3
plugins:
4
- - remote: buf.build/community/timostamm-protobuf-ts:v2.9.4
+ - remote: "buf.build/community/timostamm-protobuf-ts:v2.9.1"
5
out: "src/authzedapi"
6
- opt: generate_dependencies,long_type_string,client_grpc1
+ opt:
7
+ - generate_dependencies
8
+ - long_type_string
9
+ - client_grpc1
10
inputs:
11
- module: "buf.build/authzed/api:v1.38.0"
12
+ paths:
13
+ # NOTE: This grabs only the v1 proto and ignores v0 and v1dev.
14
+ - "authzed/api/v1"
0 commit comments