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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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,