Skip to content

Commit e7da2ca

Browse files
authored
fix(domain): change proto for the TLD .IT (scaleway#2871)
1 parent 7717138 commit e7da2ca

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

api/domain/v2beta1/domain_sdk.go

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1731,9 +1731,13 @@ type ContactExtensionFR struct {
17311731

17321732
// ContactExtensionIT: contact extension it.
17331733
type ContactExtensionIT struct {
1734-
EuropeanCitizenship string `json:"european_citizenship"`
1734+
// Deprecated
1735+
EuropeanCitizenship *string `json:"european_citizenship,omitempty"`
1736+
1737+
// Deprecated
1738+
TaxCode *string `json:"tax_code,omitempty"`
17351739

1736-
TaxCode string `json:"tax_code"`
1740+
Pin string `json:"pin"`
17371741
}
17381742

17391743
// ContactExtensionNL: contact extension nl.

0 commit comments

Comments
 (0)