updated schemas

This commit is contained in:
Oleg Hasjanov 2021-06-04 15:54:30 +03:00
parent cd1f9c12c3
commit 177ddf0a72
5 changed files with 25 additions and 23 deletions

View file

@ -1,6 +1,6 @@
class EppConstraint
OBJECT_TYPES = {
domain: { domain: Xsd::Schema.filename(for_prefix: 'domain-eis') },
domain: { domain: Xsd::Schema.filename(for_prefix: 'domain-ee') },
contact: { contact: Xsd::Schema.filename(for_prefix: 'contact-ee') },
}.freeze