mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 07:57:13 +02:00
This CL include changes in the registrar console that makes it possible to designate an abuse contact in domain WHOIS record, per ICANN's CL&D requirement.
Frontend validation: ensures that only one WHOIS abuse contact exist per registrar. Any existing WHOIS abuse contact will be overridden when a new one is designated. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=155289097
This commit is contained in:
parent
275d6ddc10
commit
2846f9c6b9
6 changed files with 162 additions and 9 deletions
|
@ -108,6 +108,7 @@ registry.json.RegistrarAddress;
|
|||
* emailAddress: string,
|
||||
* visibleInWhoisAsAdmin: boolean,
|
||||
* visibleInWhoisAsTech: boolean,
|
||||
* visibleInDomainWhoisAsAbuse: boolean,
|
||||
* phoneNumber: (string?|undefined),
|
||||
* faxNumber: (string?|undefined),
|
||||
* types: (string?|undefined)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue