mirror of
https://github.com/internetee/registry.git
synced 2025-06-06 12:47:29 +02:00
made support test schema domain version 1.2
This commit is contained in:
parent
ae6bad3e73
commit
4c5e4d7898
41 changed files with 967 additions and 451 deletions
|
@ -2,9 +2,10 @@ class EppConstraint
|
|||
OBJECT_TYPES = {
|
||||
domain: [
|
||||
{ domain: Xsd::Schema.filename(for_prefix: 'domain-ee', for_version: '1.1') },
|
||||
{ domain: Xsd::Schema.filename(for_prefix: 'domain-ee', for_version: '1.2') },
|
||||
{ domain: Xsd::Schema.filename(for_prefix: 'domain-eis', for_version: '1.0') },
|
||||
],
|
||||
contact: { contact: Xsd::Schema.filename(for_prefix: 'contact-ee') },
|
||||
contact: { contact: Xsd::Schema.filename(for_prefix: 'contact-ee', for_version: '1.1') },
|
||||
}.freeze
|
||||
|
||||
def initialize(type)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue