From 92194af56ae2795cf37a8f7573284a4c0a680acf Mon Sep 17 00:00:00 2001 From: Yordis Prieto Date: Tue, 27 Aug 2024 22:26:00 -0400 Subject: [PATCH] chore: include json types --- packages/zitadel-proto/buf.gen.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/zitadel-proto/buf.gen.yaml b/packages/zitadel-proto/buf.gen.yaml index 5e528ff88be..32da6ad1df6 100644 --- a/packages/zitadel-proto/buf.gen.yaml +++ b/packages/zitadel-proto/buf.gen.yaml @@ -5,3 +5,5 @@ plugins: - remote: buf.build/bufbuild/es:v2.0.0 out: . include_imports: true + opt: + - json_types=true