Add LrpToken to schema-foss

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=129758267
This commit is contained in:
ctingue 2016-08-09 09:36:37 -07:00 committed by Ben McIlwain
parent 878f43f0ab
commit 159528fb6f

View file

@ -284,6 +284,13 @@ class google.registry.model.domain.GracePeriod {
java.lang.String clientId;
org.joda.time.DateTime expirationTime;
}
class google.registry.model.domain.LrpToken {
@Id java.lang.String assignee;
com.googlecode.objectify.Key<google.registry.model.reporting.HistoryEntry> redemptionHistoryEntry;
google.registry.model.UpdateAutoTimestamp updateTimestamp;
java.lang.String token;
java.util.Set<java.lang.String> validTlds;
}
class google.registry.model.domain.Period {
google.registry.model.domain.Period$Unit unit;
java.lang.Integer value;