We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40158eb commit 6a1f9b0Copy full SHA for 6a1f9b0
1 file changed
buf.gen.yaml
100755
100644
@@ -1,10 +1,8 @@
1
-#!/usr/bin/env -S buf generate buf.build/authzed/api:v1.38.0 --template
2
-# To regenerate:
3
-# npm install -g grpc-tools
4
-# ./buf.gen.yaml
5
-version: "v1beta1"
+---
+version: "v2"
6
plugins:
7
- - name: "ts"
+ - remote: buf.build/community/timostamm-protobuf-ts:v2.9.4
8
out: "src/authzedapi"
9
opt: generate_dependencies,long_type_string,client_grpc1
10
- path: ./node_modules/@protobuf-ts/plugin/bin/protoc-gen-ts
+inputs:
+ - module: "buf.build/authzed/api:v1.38.0"
0 commit comments