Skip to content

Commit e6fa6ad

Browse files
authored
fix(dom): fix wrong type for nl contact informations (#1575)
1 parent 5054550 commit e6fa6ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/domain/v2beta1/domain_sdk.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ const (
153153
ContactExtensionNLLegalFormFoundation = ContactExtensionNLLegalForm("foundation")
154154
ContactExtensionNLLegalFormAssociation = ContactExtensionNLLegalForm("association")
155155
ContactExtensionNLLegalFormTradingPartnership = ContactExtensionNLLegalForm("trading_partnership")
156+
ContactExtensionNLLegalFormNaturalPerson = ContactExtensionNLLegalForm("natural_person")
156157
)
157158

158159
func (enum ContactExtensionNLLegalForm) String() string {

0 commit comments

Comments
 (0)