Skip to content

Commit

Permalink
build: update renamed codegen types to be backwards-compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
bertrmz committed Oct 24, 2024
1 parent e1b7a15 commit c80a7a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ transforms='{
"CreateMagicLinkRequest": "CreateMagicLinkBody",
"CreateUserRequest": "CreateUserBody",
"Inactive": "StatusInactive",
"Login": "LoginType",
"MagicLinkTypeLogin": "LoginType",
"MagicLinkTypeVerifyIdentifier": "VerifyIdentifierType",
"MagicLinkChannel": "ChannelType",
"MagicLinkChannelEmail": "EmailChannel",
"MagicLinkChannelPhone": "PhoneChannel",
Expand Down

0 comments on commit c80a7a4

Please sign in to comment.