1
0
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:
sarahcaseybot
2023-03-16 15:45:34 -04:00
committed by GitHub
parent a44aa1378f
commit 178a2323d9
5 changed files with 52 additions and 0 deletions

View File

@@ -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,