mirror of
https://github.com/google/nomulus
synced 2026-01-03 11:45:39 +00:00
Remove the deprecated MISTAKEN_PREMIUM reservation type
It doesn't do anything that ALLOWED_IN_SUNRISE doesn't do, and there's no point in having two separate types when we can simply keep track of the semantic difference between the two by using different lists (as we have for .soy). ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=212997752
This commit is contained in:
@@ -21,10 +21,7 @@ a price, it has a reservation type. The valid values for reservation types are:
|
||||
reserved with this type can be registered.
|
||||
* **`ALLOWED_IN_SUNRISE`** - The label can be registered during the sunrise
|
||||
period by a registrant with a valid claim but it is reserved thereafter.
|
||||
* **`MISTAKEN_PREMIUM`** - The label is reserved because it was mistakenly put
|
||||
on a premium list. It may be registered during sunrise by a registrant with
|
||||
a valid claim but is reserved thereafter. This is deprecated.
|
||||
* **RESERVED_FOR_SPECIFIC_USE** - The label is reserved for the use of a
|
||||
* **`RESERVED_FOR_SPECIFIC_USE`** - The label is reserved for the use of a
|
||||
specific registrant, and can only be registered by someone sending along the
|
||||
allocation token at time of registration. This token is configured on an
|
||||
`AllocationToken` entity with a matching `domainName`, and is sent by the
|
||||
|
||||
Reference in New Issue
Block a user