Skip to content

Commit

Permalink
chore: add all create magic link props to the ignore list for optiona…
Browse files Browse the repository at this point in the history
…l pointers
  • Loading branch information
ctran88 committed Dec 6, 2024
1 parent e5cb878 commit caabcda
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 52 deletions.
10 changes: 10 additions & 0 deletions generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,18 @@ fields="\
.components.schemas.UpdateUserRequest.properties.email \
.components.schemas.UpdateUserRequest.properties.phone \
.components.schemas.UpdateUserRequest.properties.user_metadata \
.components.schemas.CreateMagicLinkRequest.properties.channel \
.components.schemas.CreateMagicLinkRequest.properties.email \
.components.schemas.CreateMagicLinkRequest.properties.language \
.components.schemas.CreateMagicLinkRequest.properties.magic_link_path \
.components.schemas.CreateMagicLinkRequest.properties.phone \
.components.schemas.CreateMagicLinkRequest.properties.redirect_url \
.components.schemas.CreateMagicLinkRequest.properties.send \
.components.schemas.CreateMagicLinkRequest.properties.ttl \
.components.schemas.CreateMagicLinkRequest.properties.type \
.components.schemas.CreateMagicLinkRequest.properties.user_id \
.components.schemas.MagicLinkType \
.components.schemas.MagicLinkChannel \
.components.schemas.UserInfo.properties.user_metadata \
.components.schemas.UserInfo.properties.webauthn_types"
for field in $fields; do
Expand Down
167 changes: 115 additions & 52 deletions passage.gen.go

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

0 comments on commit caabcda

Please sign in to comment.