Skip to content

Commit

Permalink
build: update renamed codegen types to be backwards-compatible (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
bertrmz authored Oct 24, 2024
1 parent b677920 commit 74a015d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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 All @@ -40,8 +41,7 @@ transforms='{
"UserMetadataFieldTypeEmail": "EmailMD",
"UserMetadataFieldTypeInteger": "IntegerMD",
"UserMetadataFieldTypePhone": "PhoneMD",
"UserMetadataFieldTypeString": "StringMD",
"VerifyIdentifier": "VerifyIdentifierType"
"UserMetadataFieldTypeString": "StringMD"
}'

# Function to perform replacements
Expand Down

0 comments on commit 74a015d

Please sign in to comment.