mirror of
https://github.com/google/nomulus
synced 2026-01-05 04:56:03 +00:00
Add allowedEppActions to AllocationToken Java classes (#1958)
* Add allowedEppActions field to AllocationToken Java class and converter * Add getter and setter
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
token text not null,
|
||||
update_timestamp timestamptz,
|
||||
allowed_registrar_ids text[],
|
||||
allowed_epp_actions text[],
|
||||
allowed_tlds text[],
|
||||
creation_time timestamptz not null,
|
||||
discount_fraction float8 not null,
|
||||
|
||||
Reference in New Issue
Block a user