mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-17 17:55:42 +00:00
docs: add a link to the IANA documentation
This commit is contained in:
parent
f6bd04ba17
commit
6c2f461717
@ -2,6 +2,9 @@
|
||||
|
||||
namespace App\Config;
|
||||
|
||||
/**
|
||||
* @see https://www.iana.org/assignments/rdap-json-values/rdap-json-values.xhtml
|
||||
*/
|
||||
enum DomainRole: string
|
||||
{
|
||||
case Registrant = 'registrant';
|
||||
|
||||
@ -2,6 +2,9 @@
|
||||
|
||||
namespace App\Config;
|
||||
|
||||
/**
|
||||
* @see https://www.iana.org/assignments/rdap-json-values/rdap-json-values.xhtml
|
||||
*/
|
||||
enum DomainStatus: string
|
||||
{
|
||||
case Validated = 'validated';
|
||||
|
||||
@ -2,6 +2,9 @@
|
||||
|
||||
namespace App\Config;
|
||||
|
||||
/**
|
||||
* @see https://www.iana.org/assignments/rdap-json-values/rdap-json-values.xhtml
|
||||
*/
|
||||
enum DomainVariantRelation: string
|
||||
{
|
||||
case Registered = 'registered';
|
||||
|
||||
@ -2,6 +2,9 @@
|
||||
|
||||
namespace App\Config;
|
||||
|
||||
/**
|
||||
* @see https://www.iana.org/assignments/rdap-json-values/rdap-json-values.xhtml
|
||||
*/
|
||||
enum EventAction: string
|
||||
{
|
||||
case Registration = 'registration';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user