Skip to content

Commit

Permalink
add new proto paths
Browse files Browse the repository at this point in the history
  • Loading branch information
livio-a committed Jan 14, 2025
1 parent 55d3053 commit ac38ac3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/zitadel/generate-grpc-client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ protoc \
--go_opt=Mzitadel/user/v2beta/query.proto=${ZITADEL_IMPORT}/user/v2beta \
--go_opt=Mzitadel/user/v2beta/user.proto=${ZITADEL_IMPORT}/user/v2beta \
--go_opt=Mzitadel/user/v2beta/user_service.proto=${ZITADEL_IMPORT}/user/v2beta \
--go_opt=Mzitadel/idp/v2/idp.proto=${ZITADEL_IMPORT}/idp/v2 \
--go_opt=Mzitadel/object/v2/object.proto=${ZITADEL_IMPORT}/object/v2 \
--go_opt=Mzitadel/session/v2/challenge.proto=${ZITADEL_IMPORT}/session/v2 \
--go_opt=Mzitadel/session/v2/session.proto=${ZITADEL_IMPORT}/session/v2 \
Expand All @@ -78,6 +79,8 @@ protoc \
--go_opt=Mzitadel/org/v2/org.proto=${ZITADEL_IMPORT}/org/v2 \
--go_opt=Mzitadel/org/v2/query.proto=${ZITADEL_IMPORT}/org/v2 \
--go_opt=Mzitadel/org/v2/org_service.proto=${ZITADEL_IMPORT}/org/v2 \
--go_opt=Mzitadel/saml/v2/authorization.proto=${ZITADEL_IMPORT}/saml/v2 \
--go_opt=Mzitadel/saml/v2/saml_service.proto=${ZITADEL_IMPORT}/saml/v2 \
--go_opt=Mzitadel/settings/v2/branding_settings.proto=${ZITADEL_IMPORT}/settings/v2 \
--go_opt=Mzitadel/settings/v2/domain_settings.proto=${ZITADEL_IMPORT}/settings/v2 \
--go_opt=Mzitadel/settings/v2/legal_settings.proto=${ZITADEL_IMPORT}/settings/v2 \
Expand Down

0 comments on commit ac38ac3

Please sign in to comment.